Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/476/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseParallelGC

4 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestScriptTransformer

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp\solr.handler.dataimport.TestScriptTransformer_49C97BC93911C4A5-001\dih-properties-004:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp\solr.handler.dataimport.TestScriptTransformer_49C97BC93911C4A5-001\dih-properties-004
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp\solr.handler.dataimport.TestScriptTransformer_49C97BC93911C4A5-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp\solr.handler.dataimport.TestScriptTransformer_49C97BC93911C4A5-001
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp\solr.handler.dataimport.TestScriptTransformer_49C97BC93911C4A5-001\dih-properties-004:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp\solr.handler.dataimport.TestScriptTransformer_49C97BC93911C4A5-001\dih-properties-004
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp\solr.handler.dataimport.TestScriptTransformer_49C97BC93911C4A5-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp\solr.handler.dataimport.TestScriptTransformer_49C97BC93911C4A5-001

        at __randomizedtesting.SeedInfo.seed([49C97BC93911C4A5]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        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.cloud.TestSkipOverseerOperations

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.cloud.TestSkipOverseerOperations:     1) Thread[id=3648, 
name=qtp31691632-3648, state=TIMED_WAITING, 
group=TGRP-TestSkipOverseerOperations]         at sun.misc.Unsafe.park(Native 
Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.cloud.TestSkipOverseerOperations: 
   1) Thread[id=3648, name=qtp31691632-3648, state=TIMED_WAITING, 
group=TGRP-TestSkipOverseerOperations]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([77A6FE2A6BFDFD19]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSkipOverseerOperations

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=3648, name=qtp31691632-3648, state=TIMED_WAITING, 
group=TGRP-TestSkipOverseerOperations]         at sun.misc.Unsafe.park(Native 
Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) 
        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=3648, name=qtp31691632-3648, state=TIMED_WAITING, 
group=TGRP-TestSkipOverseerOperations]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([77A6FE2A6BFDFD19]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-ner-person.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-ner-person.bin
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-sent.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-sent.bin
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-tokenizer.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-tokenizer.bin
    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-ner-person.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-ner-person.bin
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-sent.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-sent.bin
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-tokenizer.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-tokenizer.bin
   
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001

        at __randomizedtesting.SeedInfo.seed([194AC86B20E73461]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        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)




Build Log:
[...truncated 12417 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSkipOverseerOperations
   [junit4]   2> 457452 INFO  
(SUITE-TestSkipOverseerOperations-seed#[77A6FE2A6BFDFD19]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\init-core-data-001
   [junit4]   2> 457456 WARN  
(SUITE-TestSkipOverseerOperations-seed#[77A6FE2A6BFDFD19]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=39 numCloses=39
   [junit4]   2> 457456 INFO  
(SUITE-TestSkipOverseerOperations-seed#[77A6FE2A6BFDFD19]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 457463 INFO  
(SUITE-TestSkipOverseerOperations-seed#[77A6FE2A6BFDFD19]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 457465 INFO  
(SUITE-TestSkipOverseerOperations-seed#[77A6FE2A6BFDFD19]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001
   [junit4]   2> 457465 INFO  
(SUITE-TestSkipOverseerOperations-seed#[77A6FE2A6BFDFD19]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 457465 INFO  (Thread-769) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 457465 INFO  (Thread-769) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 457470 ERROR (Thread-769) [    ] 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> 457566 INFO  
(SUITE-TestSkipOverseerOperations-seed#[77A6FE2A6BFDFD19]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:63627
   [junit4]   2> 457571 INFO  (zkConnectionManagerCallback-730-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457578 INFO  (jetty-launcher-727-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 457578 INFO  (jetty-launcher-727-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 457578 INFO  (jetty-launcher-727-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 457578 INFO  (jetty-launcher-727-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 457578 INFO  (jetty-launcher-727-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 457578 INFO  (jetty-launcher-727-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 457578 INFO  (jetty-launcher-727-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 457579 INFO  (jetty-launcher-727-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 457579 INFO  (jetty-launcher-727-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 457579 INFO  (jetty-launcher-727-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@122bd3b{/solr,null,AVAILABLE}
   [junit4]   2> 457579 INFO  (jetty-launcher-727-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 457579 INFO  (jetty-launcher-727-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 457579 INFO  (jetty-launcher-727-thread-3) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 457580 INFO  (jetty-launcher-727-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1939599{/solr,null,AVAILABLE}
   [junit4]   2> 457581 INFO  (jetty-launcher-727-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1ee8f72{HTTP/1.1,[http/1.1]}{127.0.0.1:63634}
   [junit4]   2> 457581 INFO  (jetty-launcher-727-thread-3) [    ] 
o.e.j.s.Server Started @464723ms
   [junit4]   2> 457581 INFO  (jetty-launcher-727-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1422615{/solr,null,AVAILABLE}
   [junit4]   2> 457581 INFO  (jetty-launcher-727-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63634}
   [junit4]   2> 457581 ERROR (jetty-launcher-727-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 457581 INFO  (jetty-launcher-727-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 457581 INFO  (jetty-launcher-727-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 457581 INFO  (jetty-launcher-727-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 457582 INFO  (jetty-launcher-727-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-25T10:27:25.531Z
   [junit4]   2> 457582 INFO  (jetty-launcher-727-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1ab87de{HTTP/1.1,[http/1.1]}{127.0.0.1:63637}
   [junit4]   2> 457582 INFO  (jetty-launcher-727-thread-2) [    ] 
o.e.j.s.Server Started @464724ms
   [junit4]   2> 457582 INFO  (jetty-launcher-727-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63637}
   [junit4]   2> 457582 ERROR (jetty-launcher-727-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 457582 INFO  (jetty-launcher-727-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 457582 INFO  (jetty-launcher-727-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 457582 INFO  (jetty-launcher-727-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 457582 INFO  (jetty-launcher-727-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-25T10:27:25.532Z
   [junit4]   2> 457583 INFO  (jetty-launcher-727-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6710b8{HTTP/1.1,[http/1.1]}{127.0.0.1:63631}
   [junit4]   2> 457583 INFO  (jetty-launcher-727-thread-1) [    ] 
o.e.j.s.Server Started @464725ms
   [junit4]   2> 457583 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63631}
   [junit4]   2> 457584 ERROR (jetty-launcher-727-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 457584 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 457584 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 457584 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 457584 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-25T10:27:25.534Z
   [junit4]   2> 457589 INFO  (zkConnectionManagerCallback-734-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457589 INFO  (zkConnectionManagerCallback-732-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457590 INFO  (jetty-launcher-727-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 457590 INFO  (jetty-launcher-727-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 457590 INFO  (zkConnectionManagerCallback-736-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457590 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 457625 INFO  (jetty-launcher-727-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63627/solr
   [junit4]   2> 457625 INFO  (jetty-launcher-727-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63627/solr
   [junit4]   2> 457627 INFO  (jetty-launcher-727-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63627/solr
   [junit4]   2> 457629 INFO  (zkConnectionManagerCallback-743-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457630 INFO  (zkConnectionManagerCallback-748-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457631 INFO  (zkConnectionManagerCallback-745-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457631 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100054027a80005, likely client has closed socket
   [junit4]   2> 457635 INFO  
(zkConnectionManagerCallback-750-thread-1-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457635 INFO  
(zkConnectionManagerCallback-752-thread-1-processing-n:127.0.0.1:63637_solr) 
[n:127.0.0.1:63637_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457636 INFO  
(zkConnectionManagerCallback-754-thread-1-processing-n:127.0.0.1:63634_solr) 
[n:127.0.0.1:63634_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457785 INFO  (jetty-launcher-727-thread-1) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 457786 INFO  (jetty-launcher-727-thread-1) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:63631_solr
   [junit4]   2> 457788 INFO  (jetty-launcher-727-thread-1) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.Overseer Overseer 
(id=72063367139295239-127.0.0.1:63631_solr-n_0000000000) starting
   [junit4]   2> 457794 INFO  (jetty-launcher-727-thread-3) 
[n:127.0.0.1:63634_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 457796 INFO  (jetty-launcher-727-thread-3) 
[n:127.0.0.1:63634_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63634_solr
   [junit4]   2> 457796 INFO  (jetty-launcher-727-thread-2) 
[n:127.0.0.1:63637_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 457801 INFO  (jetty-launcher-727-thread-1) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63631_solr
   [junit4]   2> 457801 INFO  (jetty-launcher-727-thread-2) 
[n:127.0.0.1:63637_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63637_solr
   [junit4]   2> 457994 INFO  
(zkCallback-751-thread-1-processing-n:127.0.0.1:63637_solr) 
[n:127.0.0.1:63637_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 458066 INFO  (jetty-launcher-727-thread-1) 
[n:127.0.0.1:63631_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63631.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1464677
   [junit4]   2> 458082 INFO  (jetty-launcher-727-thread-1) 
[n:127.0.0.1:63631_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63631.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1464677
   [junit4]   2> 458082 INFO  (jetty-launcher-727-thread-1) 
[n:127.0.0.1:63631_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63631.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1464677
   [junit4]   2> 458085 INFO  (jetty-launcher-727-thread-1) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node1\.
   [junit4]   2> 458103 INFO  
(zkCallback-753-thread-1-processing-n:127.0.0.1:63634_solr) 
[n:127.0.0.1:63634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 458111 INFO  
(zkCallback-749-thread-1-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 458189 INFO  (jetty-launcher-727-thread-3) 
[n:127.0.0.1:63634_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63634.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1464677
   [junit4]   2> 458189 INFO  (jetty-launcher-727-thread-2) 
[n:127.0.0.1:63637_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63637.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1464677
   [junit4]   2> 458208 INFO  (jetty-launcher-727-thread-3) 
[n:127.0.0.1:63634_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63634.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1464677
   [junit4]   2> 458208 INFO  (jetty-launcher-727-thread-3) 
[n:127.0.0.1:63634_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63634.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1464677
   [junit4]   2> 458210 INFO  (jetty-launcher-727-thread-3) 
[n:127.0.0.1:63634_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\.
   [junit4]   2> 458212 INFO  (jetty-launcher-727-thread-2) 
[n:127.0.0.1:63637_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63637.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1464677
   [junit4]   2> 458212 INFO  (jetty-launcher-727-thread-2) 
[n:127.0.0.1:63637_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63637.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1464677
   [junit4]   2> 458213 INFO  (jetty-launcher-727-thread-2) 
[n:127.0.0.1:63637_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\.
   [junit4]   2> 458294 INFO  (zkConnectionManagerCallback-762-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 458300 INFO  (zkConnectionManagerCallback-766-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 458301 INFO  
(SUITE-TestSkipOverseerOperations-seed#[77A6FE2A6BFDFD19]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 458302 INFO  
(SUITE-TestSkipOverseerOperations-seed#[77A6FE2A6BFDFD19]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63627/solr ready
   [junit4]   2> 458339 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSkipLeaderOperations
   [junit4]   2> 458344 INFO  (qtp11508262-3398) [n:127.0.0.1:63631_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with 
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 458357 INFO  (qtp11508262-3398) [n:127.0.0.1:63631_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 458360 INFO  (qtp11508262-3401) [n:127.0.0.1:63631_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&createNodeSet=127.0.0.1:63634_solr,127.0.0.1:63637_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 458363 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 458364 INFO  
(OverseerCollectionConfigSetProcessor-72063367139295239-127.0.0.1:63631_solr-n_0000000000)
 [n:127.0.0.1:63631_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 458365 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to 
/configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 458368 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to 
/configs/collection1.AUTOCREATED/protwords.txt
   [junit4]   2> 458371 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to 
/configs/collection1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 458374 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/collection1.AUTOCREATED/synonyms.txt
   [junit4]   2> 458376 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to 
/configs/collection1.AUTOCREATED/stopwords.txt
   [junit4]   2> 458379 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/collection1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 458382 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/collection1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 458384 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/collection1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 458387 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 458389 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 458392 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 458395 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 458398 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 458403 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 458408 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 458410 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 458412 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 458413 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 458416 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 458418 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 458420 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 458422 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/collection1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 458424 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 458426 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 458428 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 458430 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/collection1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 458432 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/collection1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 458433 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 458435 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 458439 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/collection1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 458441 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 458443 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 458445 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 458460 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 458471 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 458474 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 458476 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 458478 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 458480 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 458482 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 458484 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 458485 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/collection1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 458487 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/collection1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 458489 INFO  
(OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to /configs/collection1.AUTOCREATED/params.json
   [junit4]   2> 458603 INFO  
(OverseerStateUpdate-72063367139295239-127.0.0.1:63631_solr-n_0000000000) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63634/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 458606 INFO  
(OverseerStateUpdate-72063367139295239-127.0.0.1:63631_solr-n_0000000000) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63637/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 458812 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 458813 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 458819 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 458820 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 458929 INFO  
(zkCallback-751-thread-1-processing-n:127.0.0.1:63637_solr) 
[n:127.0.0.1:63637_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 458929 INFO  
(zkCallback-753-thread-1-processing-n:127.0.0.1:63634_solr) 
[n:127.0.0.1:63634_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 458930 INFO  
(zkCallback-751-thread-2-processing-n:127.0.0.1:63637_solr) 
[n:127.0.0.1:63637_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 458930 INFO  
(zkCallback-753-thread-2-processing-n:127.0.0.1:63634_solr) 
[n:127.0.0.1:63634_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 459855 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 459855 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 459856 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 459856 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 459857 WARN  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 459859 WARN  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2\..\..\..\..\contrib\extraction\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 459859 WARN  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-cell-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 459860 WARN  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2\..\..\..\..\dist
 filtered by solr-cell-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2\..\..\..\..\dist
   [junit4]   2> 459860 WARN  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 459861 WARN  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 459861 WARN  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2\..\..\..\..\contrib\clustering\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 459861 WARN  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2\..\..\..\..\dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2\..\..\..\..\dist
   [junit4]   2> 459861 WARN  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2\..\..\..\..\contrib\langid\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2\..\..\..\..\contrib\langid\lib
   [junit4]   2> 459861 WARN  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1\..\..\..\..\contrib\langid\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1\..\..\..\..\contrib\langid\lib
   [junit4]   2> 459862 WARN  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2\..\..\..\..\dist
 filtered by solr-langid-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2\..\..\..\..\dist
   [junit4]   2> 459862 WARN  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-langid-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 459862 WARN  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2\..\..\..\..\contrib\velocity\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2\..\..\..\..\contrib\velocity\lib
   [junit4]   2> 459862 WARN  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2\..\..\..\..\dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2\..\..\..\..\dist
   [junit4]   2> 459862 WARN  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
 filtered by .*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
   [junit4]   2> 459863 WARN  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1\..\..\..\..\dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 459872 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 459875 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 459899 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 459911 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=default-config
   [junit4]   2> 460120 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 460125 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 460174 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 460174 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63637.solr.core.collection1.shard2.replica_n2' (registry 
'solr.core.collection1.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1464677
   [junit4]   2> 460175 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 460175 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\collection1_shard2_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node2\.\collection1_shard2_replica_n2\data\]
   [junit4]   2> 460177 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 460177 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63634.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1464677
   [junit4]   2> 460177 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 460177 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\collection1_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestSkipOverseerOperations_77A6FE2A6BFDFD19-001\tempDir-001\node3\.\collection1_shard1_replica_n1\data\]
   [junit4]   2> 460186 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 460192 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 460309 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 460309 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 460309 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 460309 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 460311 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 460311 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 460311 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 460311 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 460314 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@10a2ce2[collection1_shard2_replica_n2] main]
   [junit4]   2> 460314 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5b8f16[collection1_shard1_replica_n1] main]
   [junit4]   2> 460316 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/collection1.AUTOCREATED
   [junit4]   2> 460316 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/collection1.AUTOCREATED
   [junit4]   2> 460316 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/collection1.AUTOCREATED
   [junit4]   2> 460316 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/collection1.AUTOCREATED
   [junit4]   2> 460316 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 460316 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 460317 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 460317 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 460317 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 460317 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 460317 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 460317 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 460318 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 460318 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 460318 INFO  
(searcherExecutor-1395-thread-1-processing-n:127.0.0.1:63634_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:63634_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.QuerySenderListener 
QuerySenderListener sending requests to 
Searcher@5b8f16[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 460318 INFO  
(searcherExecutor-1395-thread-1-processing-n:127.0.0.1:63634_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:63634_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.QuerySenderListener 
QuerySenderListener done.
   [junit4]   2> 460318 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1593368325147066368
   [junit4]   2> 460318 INFO  
(searcherExecutor-1395-thread-1-processing-n:127.0.0.1:63634_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:63634_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell 
index for spellchecker: default
   [junit4]   2> 460318 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1593368325147066368
   [junit4]   2> 460318 INFO  
(searcherExecutor-1394-thread-1-processing-n:127.0.0.1:63637_solr 
x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) 
[n:127.0.0.1:63637_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.c.QuerySenderListener 
QuerySenderListener sending requests to 
Searcher@10a2ce2[collection1_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 460318 INFO  
(searcherExecutor-1394-thread-1-processing-n:127.0.0.1:63637_solr 
x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) 
[n:127.0.0.1:63637_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.c.QuerySenderListener 
QuerySenderListener done.
   [junit4]   2> 460318 INFO  
(searcherExecutor-1394-thread-1-processing-n:127.0.0.1:63637_solr 
x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) 
[n:127.0.0.1:63637_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.h.c.SpellCheckComponent Loading spell 
index for spellchecker: default
   [junit4]   2> 460324 INFO  
(searcherExecutor-1395-thread-1-processing-n:127.0.0.1:63634_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:63634_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@5b8f16[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 460324 INFO  
(searcherExecutor-1394-thread-1-processing-n:127.0.0.1:63637_solr 
x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) 
[n:127.0.0.1:63637_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.c.SolrCore 
[collection1_shard2_replica_n2] Registered new searcher 
Searcher@10a2ce2[collection1_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 460333 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 460333 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 460333 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63637/solr/collection1_shard2_replica_n2/
   [junit4]   2> 460333 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 460333 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SyncStrategy http://127.0.0.1:63637/solr/collection1_shard2_replica_n2/ 
has no replicas
   [junit4]   2> 460333 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 460333 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 460333 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 460333 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63634/solr/collection1_shard1_replica_n1/
   [junit4]   2> 460333 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 460333 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:63634/solr/collection1_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 460333 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 460337 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63637/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 460337 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63634/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 460440 INFO  
(zkCallback-751-thread-2-processing-n:127.0.0.1:63637_solr) 
[n:127.0.0.1:63637_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 460440 INFO  
(zkCallback-753-thread-1-processing-n:127.0.0.1:63634_solr) 
[n:127.0.0.1:63634_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 460440 INFO  
(zkCallback-751-thread-1-processing-n:127.0.0.1:63637_solr) 
[n:127.0.0.1:63637_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 460440 INFO  
(zkCallback-753-thread-2-processing-n:127.0.0.1:63634_solr) 
[n:127.0.0.1:63634_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 460489 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 460489 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 460496 INFO  (qtp23576029-3390) [n:127.0.0.1:63637_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1684
   [junit4]   2> 460496 INFO  (qtp8968906-3407) [n:127.0.0.1:63634_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1676
   [junit4]   2> 460500 INFO  (qtp11508262-3401) [n:127.0.0.1:63631_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 460595 INFO  
(zkCallback-751-thread-1-processing-n:127.0.0.1:63637_solr) 
[n:127.0.0.1:63637_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 460595 INFO  
(zkCallback-753-thread-2-processing-n:127.0.0.1:63634_solr) 
[n:127.0.0.1:63634_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 460595 INFO  
(zkCallback-753-thread-1-processing-n:127.0.0.1:63634_solr) 
[n:127.0.0.1:63634_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 460595 INFO  
(zkCallback-751-thread-2-processing-n:127.0.0.1:63637_solr) 
[n:127.0.0.1:63637_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 461504 INFO  (qtp11508262-3401) [n:127.0.0.1:63631_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&replicationFactor=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&createNodeSet=127.0.0.1:63634_solr,127.0.0.1:63637_solr&wt=javabin&version=2}
 status=0 QTime=3143
   [junit4]   2> 461506 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@1ee8f72{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 461509 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=27087800
   [junit4]   2> 461509 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 461510 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@b26da5: rootName = 
solr_63634, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@430cfb
   [junit4]   2> 461517 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 461517 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@e69479: rootName = 
solr_63634, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@1e86fa7
   [junit4]   2> 461525 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 461525 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@11e99c9: rootName = 
solr_63634, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@5a028a
   [junit4]   2> 461527 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63634_solr
   [junit4]   2> 461529 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 461531 INFO  
(zkCallback-751-thread-2-processing-n:127.0.0.1:63637_solr) 
[n:127.0.0.1:63637_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 461531 INFO  
(zkCallback-753-thread-1-processing-n:127.0.0.1:63634_solr) 
[n:127.0.0.1:63634_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 461531 INFO  (zkCallback-765-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 461532 INFO  
(zkCallback-749-thread-1-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 461534 INFO  (coreCloseExecutor-1404-thread-1) 
[n:127.0.0.1:63634_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@49e379
   [junit4]   2> 461534 INFO  (coreCloseExecutor-1404-thread-1) 
[n:127.0.0.1:63634_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica_n1, tag=4842361
   [junit4]   2> 461535 INFO  (coreCloseExecutor-1404-thread-1) 
[n:127.0.0.1:63634_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1874659: rootName = 
solr_63634, domain = solr.core.collection1.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@f26de4
   [junit4]   2> 461560 INFO  (coreCloseExecutor-1404-thread-1) 
[n:127.0.0.1:63634_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=4842361
   [junit4]   2> 461570 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1939599{/solr,null,UNAVAILABLE}
   [junit4]   2> 461572 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 461576 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@1ab87de{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 461577 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=24768845
   [junit4]   2> 461577 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 461578 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1351fc0: rootName = 
solr_63637, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@4f1025
   [junit4]   2> 461585 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 461585 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@16d49c5: rootName = 
solr_63637, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@1e86fa7
   [junit4]   2> 461592 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 461593 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@19afd96: rootName = 
solr_63637, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@5a028a
   [junit4]   2> 461596 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63637_solr
   [junit4]   2> 461598 INFO  
(TEST-TestSkipOverseerOperations.testSkipLeaderOperations-seed#[77A6FE2A6BFDFD19])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 461600 INFO  
(zkCallback-751-thread-2-processing-n:127.0.0.1:63637_solr) 
[n:127.0.0.1:63637_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 461600 INFO  (zkCallback-765-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 461600 INFO  
(zkCallback-749-thread-1-processing-n:127.0.0.1:63631_solr) 
[n:127.0.0.1:63631_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)

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

ead.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([77A6FE2A6BFDFD19]:0)
   [junit4] Completed [101/777 (1!)] on J0 in 73.32s, 2 tests, 2 errors <<< 
FAILURES!

[...truncated 4549 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\init-core-data-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=717, maxMBSortInHeap=7.456410507059491, 
sim=RandomSimilarity(queryNorm=true): {}, locale=no, timezone=America/St_Lucia
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=22694704,total=67371008
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestICUCollationFieldOptions, 
TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory 
-Dtests.seed=194AC86B20E73461 -Dtests.slow=true -Dtests.locale=no 
-Dtests.timezone=America/St_Lucia -Dtests.asserts=true 
-Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J1 | 
TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-ner-person.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-ner-person.bin
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-sent.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-sent.bin
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-tokenizer.bin:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001\tempDir-001\collection1\conf\en-test-tokenizer.bin
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-analysis-extras\test\J1\temp\solr.update.processor.TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory_194AC86B20E73461-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([194AC86B20E73461]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [3/5 (1!)] on J1 in 1.21s, 8 tests, 1 error <<< FAILURES!

[...truncated 3278 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestScriptTransformer
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp\solr.handler.dataimport.TestScriptTransformer_49C97BC93911C4A5-001\init-core-data-001
   [junit4]   2> 29597 T377 oas.SolrTestCaseJ4.startTrackingSearchers WARN 
startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 29598 T377 oas.SolrTestCaseJ4.randomizeNumericTypesProperties 
Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 29601 T377 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, 
value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 29601 T377 
oas.SolrTestCaseJ4.assertNonBlockingRandomGeneratorAvailable SecureRandom 
sanity checks: test.solr.allowed.securerandom=null & 
java.security.egd=file:/dev/./urandom
   [junit4]   2> 29602 T377 oas.SolrTestCaseJ4.setUp ###Starting testBasic
   [junit4]   2> 29941 T377 oas.SolrTestCaseJ4.tearDown ###Ending testBasic
   [junit4]   2> 29943 T377 oas.SolrTestCaseJ4.setUp ###Starting testCheckScript
   [junit4]   2> 29950 T377 oashdc.DIHConfiguration.verifyWithSchema The field 
:nextToken present in DataConfig does not have a counterpart in Solr Schema
   [junit4]   2> 29965 T377 oas.SolrTestCaseJ4.tearDown ###Ending 
testCheckScript
   [junit4]   2> 29967 T377 oas.SolrTestCaseJ4.setUp ###Starting testOneparam
   [junit4]   2> 29976 T377 oas.SolrTestCaseJ4.tearDown ###Ending testOneparam
   [junit4]   2> 29979 T377 oas.SolrTestCaseJ4.setUp ###Starting 
testReadScriptTag
   [junit4]   2> 29980 T377 oashdc.DIHConfiguration.verifyWithSchema The field 
:nextToken present in DataConfig does not have a counterpart in Solr Schema
   [junit4]   2> 29980 T377 oas.SolrTestCaseJ4.tearDown ###Ending 
testReadScriptTag
   [junit4]   2> 29980 T377 oas.SolrTestCaseJ4.clearObjectTrackerAndCheckEmpty 
------------------------------------------------------- Done waiting for 
tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=false): {}, locale=sr-Latn-BA, 
timezone=America/Nassau
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_144 
(32-bit)/cpus=3,threads=1,free=31119736,total=211288064
   [junit4]   2> NOTE: All tests run in this JVM: [TestWriterImpl, 
TestHierarchicalDocBuilder, TestZKPropertiesWriter, 
TestSolrEntityProcessorEndToEnd, TestContentStreamDataSource, 
TestSimplePropertiesWriter, TestScriptTransformer]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestScriptTransformer -Dtests.seed=49C97BC93911C4A5 
-Dtests.slow=true -Dtests.locale=sr-Latn-BA -Dtests.timezone=America/Nassau 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestScriptTransformer (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp\solr.handler.dataimport.TestScriptTransformer_49C97BC93911C4A5-001\dih-properties-004:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp\solr.handler.dataimport.TestScriptTransformer_49C97BC93911C4A5-001\dih-properties-004
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp\solr.handler.dataimport.TestScriptTransformer_49C97BC93911C4A5-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp\solr.handler.dataimport.TestScriptTransformer_49C97BC93911C4A5-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([49C97BC93911C4A5]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [27/38 (1!)] on J0 in 0.41s, 4 tests, 1 error <<< 
FAILURES!

[...truncated 38648 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to