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

2 tests failed.
FAILED:  org.apache.solr.cloud.TestSkipOverseerOperations.testSkipDownOperations

Error Message:
Expected 2x2 for collection: collection2 null Live Nodes: 
[127.0.0.1:62700_solr, 127.0.0.1:62701_solr, 127.0.0.1:62702_solr] Last 
available state: null

Stack Trace:
java.lang.AssertionError: Expected 2x2 for collection: collection2
null
Live Nodes: [127.0.0.1:62700_solr, 127.0.0.1:62701_solr, 127.0.0.1:62702_solr]
Last available state: null
        at 
__randomizedtesting.SeedInfo.seed([B6DB978A921C7E08:7149E5CC6F50C5DE]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:278)
        at 
org.apache.solr.cloud.TestSkipOverseerOperations.testSkipDownOperations(TestSkipOverseerOperations.java:104)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.TestSkipOverseerOperations.testSkipLeaderOperations

Error Message:
Expected 2x1 for collection: collection1 null Live Nodes: 
[127.0.0.1:62700_solr, 127.0.0.1:62701_solr, 127.0.0.1:62702_solr] Last 
available state: null

Stack Trace:
java.lang.AssertionError: Expected 2x1 for collection: collection1
null
Live Nodes: [127.0.0.1:62700_solr, 127.0.0.1:62701_solr, 127.0.0.1:62702_solr]
Last available state: null
        at 
__randomizedtesting.SeedInfo.seed([B6DB978A921C7E08:463144764D3F0E62]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:278)
        at 
org.apache.solr.cloud.TestSkipOverseerOperations.testSkipLeaderOperations(TestSkipOverseerOperations.java:69)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12709 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSkipOverseerOperations
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/init-core-data-001
   [junit4]   2> 279967 WARN  
(SUITE-TestSkipOverseerOperations-seed#[B6DB978A921C7E08]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 279968 INFO  
(SUITE-TestSkipOverseerOperations-seed#[B6DB978A921C7E08]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 279973 INFO  
(SUITE-TestSkipOverseerOperations-seed#[B6DB978A921C7E08]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 279973 INFO  
(SUITE-TestSkipOverseerOperations-seed#[B6DB978A921C7E08]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 279974 INFO  
(SUITE-TestSkipOverseerOperations-seed#[B6DB978A921C7E08]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001
   [junit4]   2> 279974 INFO  
(SUITE-TestSkipOverseerOperations-seed#[B6DB978A921C7E08]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 279975 INFO  (Thread-460) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 279975 INFO  (Thread-460) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 279978 ERROR (Thread-460) [    ] 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> 280078 INFO  
(SUITE-TestSkipOverseerOperations-seed#[B6DB978A921C7E08]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:62697
   [junit4]   2> 280087 INFO  (zkConnectionManagerCallback-674-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280092 INFO  (jetty-launcher-671-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 280092 INFO  (jetty-launcher-671-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 280093 INFO  (jetty-launcher-671-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 280094 INFO  (jetty-launcher-671-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 280094 INFO  (jetty-launcher-671-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 280094 INFO  (jetty-launcher-671-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 280095 INFO  (jetty-launcher-671-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@370eee7d{/solr,null,AVAILABLE}
   [junit4]   2> 280096 INFO  (jetty-launcher-671-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 280096 INFO  (jetty-launcher-671-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 280096 INFO  (jetty-launcher-671-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 280097 INFO  (jetty-launcher-671-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1d84be71{/solr,null,AVAILABLE}
   [junit4]   2> 280097 INFO  (jetty-launcher-671-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@64df1b71{HTTP/1.1,[http/1.1]}{127.0.0.1:62700}
   [junit4]   2> 280097 INFO  (jetty-launcher-671-thread-2) [    ] 
o.e.j.s.Server Started @280177ms
   [junit4]   2> 280097 INFO  (jetty-launcher-671-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62700}
   [junit4]   2> 280097 ERROR (jetty-launcher-671-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 280097 INFO  (jetty-launcher-671-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 280098 INFO  (jetty-launcher-671-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 280098 INFO  (jetty-launcher-671-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 280098 INFO  (jetty-launcher-671-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 280098 INFO  (jetty-launcher-671-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-24T02:24:30.025Z
   [junit4]   2> 280099 INFO  (jetty-launcher-671-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 280099 INFO  (jetty-launcher-671-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 280099 INFO  (jetty-launcher-671-thread-3) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 280099 INFO  (jetty-launcher-671-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3f1c0bd6{/solr,null,AVAILABLE}
   [junit4]   2> 280099 INFO  (jetty-launcher-671-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@53fd6df5{HTTP/1.1,[http/1.1]}{127.0.0.1:62702}
   [junit4]   2> 280100 INFO  (jetty-launcher-671-thread-3) [    ] 
o.e.j.s.Server Started @280179ms
   [junit4]   2> 280100 INFO  (jetty-launcher-671-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62702}
   [junit4]   2> 280100 ERROR (jetty-launcher-671-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 280100 INFO  (jetty-launcher-671-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 280100 INFO  (jetty-launcher-671-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@604aa71a{HTTP/1.1,[http/1.1]}{127.0.0.1:62701}
   [junit4]   2> 280100 INFO  (jetty-launcher-671-thread-1) [    ] 
o.e.j.s.Server Started @280179ms
   [junit4]   2> 280100 INFO  (jetty-launcher-671-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62701}
   [junit4]   2> 280100 ERROR (jetty-launcher-671-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 280100 INFO  (jetty-launcher-671-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 280100 INFO  (jetty-launcher-671-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 280100 INFO  (jetty-launcher-671-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 280100 INFO  (jetty-launcher-671-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 280100 INFO  (jetty-launcher-671-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-24T02:24:30.027Z
   [junit4]   2> 280101 INFO  (jetty-launcher-671-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 280101 INFO  (jetty-launcher-671-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 280101 INFO  (jetty-launcher-671-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 280101 INFO  (jetty-launcher-671-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-24T02:24:30.028Z
   [junit4]   2> 280105 INFO  (zkConnectionManagerCallback-680-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280105 INFO  (zkConnectionManagerCallback-676-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280106 INFO  (zkConnectionManagerCallback-678-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280106 INFO  (jetty-launcher-671-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 280106 INFO  (jetty-launcher-671-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 280107 INFO  (jetty-launcher-671-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 280121 INFO  (jetty-launcher-671-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62697/solr
   [junit4]   2> 280121 INFO  (jetty-launcher-671-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62697/solr
   [junit4]   2> 280121 INFO  (jetty-launcher-671-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62697/solr
   [junit4]   2> 280123 INFO  (zkConnectionManagerCallback-688-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280123 INFO  (zkConnectionManagerCallback-692-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280123 INFO  (zkConnectionManagerCallback-690-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280126 INFO  (zkConnectionManagerCallback-694-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280127 INFO  (zkConnectionManagerCallback-696-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280127 INFO  (zkConnectionManagerCallback-698-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280302 INFO  (jetty-launcher-671-thread-3) 
[n:127.0.0.1:62702_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 280303 INFO  (jetty-launcher-671-thread-3) 
[n:127.0.0.1:62702_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:62702_solr
   [junit4]   2> 280305 INFO  (jetty-launcher-671-thread-3) 
[n:127.0.0.1:62702_solr    ] o.a.s.c.Overseer Overseer 
(id=72067517007069191-127.0.0.1:62702_solr-n_0000000000) starting
   [junit4]   2> 280319 INFO  (zkConnectionManagerCallback-709-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280322 INFO  (jetty-launcher-671-thread-3) 
[n:127.0.0.1:62702_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:62697/solr ready
   [junit4]   2> 280324 INFO  (jetty-launcher-671-thread-3) 
[n:127.0.0.1:62702_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62702_solr
   [junit4]   2> 280327 INFO  
(OverseerStateUpdate-72067517007069191-127.0.0.1:62702_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 280328 INFO  (zkCallback-708-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 280334 INFO  (jetty-launcher-671-thread-1) 
[n:127.0.0.1:62701_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 280335 INFO  (jetty-launcher-671-thread-2) 
[n:127.0.0.1:62700_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 280339 INFO  (jetty-launcher-671-thread-1) 
[n:127.0.0.1:62701_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 280340 INFO  (jetty-launcher-671-thread-2) 
[n:127.0.0.1:62700_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 280342 INFO  (jetty-launcher-671-thread-1) 
[n:127.0.0.1:62701_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 280342 INFO  (jetty-launcher-671-thread-1) 
[n:127.0.0.1:62701_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62701_solr
   [junit4]   2> 280343 INFO  (jetty-launcher-671-thread-2) 
[n:127.0.0.1:62700_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 280343 INFO  (jetty-launcher-671-thread-2) 
[n:127.0.0.1:62700_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62700_solr
   [junit4]   2> 280344 INFO  (zkCallback-708-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 280345 INFO  (zkCallback-697-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 280355 INFO  (zkCallback-695-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 280362 INFO  (zkCallback-693-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 280373 INFO  (zkCallback-708-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 280373 INFO  (zkCallback-695-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 280373 INFO  (zkCallback-697-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 280373 INFO  (zkCallback-693-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 280507 INFO  (jetty-launcher-671-thread-3) 
[n:127.0.0.1:62702_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62702.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb6109
   [junit4]   2> 280530 INFO  (jetty-launcher-671-thread-3) 
[n:127.0.0.1:62702_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62702.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb6109
   [junit4]   2> 280530 INFO  (jetty-launcher-671-thread-3) 
[n:127.0.0.1:62702_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62702.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb6109
   [junit4]   2> 280531 INFO  (jetty-launcher-671-thread-3) 
[n:127.0.0.1:62702_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node3/.
   [junit4]   2> 280533 INFO  (jetty-launcher-671-thread-2) 
[n:127.0.0.1:62700_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62700.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb6109
   [junit4]   2> 280545 INFO  (jetty-launcher-671-thread-2) 
[n:127.0.0.1:62700_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62700.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb6109
   [junit4]   2> 280545 INFO  (jetty-launcher-671-thread-2) 
[n:127.0.0.1:62700_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62700.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb6109
   [junit4]   2> 280546 INFO  (jetty-launcher-671-thread-2) 
[n:127.0.0.1:62700_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/.
   [junit4]   2> 280553 INFO  (zkConnectionManagerCallback-714-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280555 INFO  (jetty-launcher-671-thread-2) 
[n:127.0.0.1:62700_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 280557 INFO  (jetty-launcher-671-thread-2) 
[n:127.0.0.1:62700_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:62697/solr ready
   [junit4]   2> 280726 INFO  (jetty-launcher-671-thread-1) 
[n:127.0.0.1:62701_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62701.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb6109
   [junit4]   2> 280734 INFO  (jetty-launcher-671-thread-1) 
[n:127.0.0.1:62701_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62701.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb6109
   [junit4]   2> 280734 INFO  (jetty-launcher-671-thread-1) 
[n:127.0.0.1:62701_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62701.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3eb6109
   [junit4]   2> 280736 INFO  (jetty-launcher-671-thread-1) 
[n:127.0.0.1:62701_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/.
   [junit4]   2> 280743 INFO  (zkConnectionManagerCallback-719-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280746 INFO  (jetty-launcher-671-thread-1) 
[n:127.0.0.1:62701_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 280748 INFO  (jetty-launcher-671-thread-1) 
[n:127.0.0.1:62701_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:62697/solr ready
   [junit4]   2> 280780 INFO  (zkConnectionManagerCallback-721-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280785 INFO  (zkConnectionManagerCallback-726-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 280787 INFO  
(SUITE-TestSkipOverseerOperations-seed#[B6DB978A921C7E08]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 280788 INFO  
(SUITE-TestSkipOverseerOperations-seed#[B6DB978A921C7E08]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62697/solr ready
   [junit4]   2> 280816 INFO  
(TEST-TestSkipOverseerOperations.testSkipDownOperations-seed#[B6DB978A921C7E08])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSkipDownOperations
   [junit4]   2> 280819 INFO  (qtp1950069401-2346) [n:127.0.0.1:62702_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with 
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 280830 INFO  (qtp1950069401-2346) [n:127.0.0.1:62702_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 280833 INFO  (qtp1950069401-2348) [n:127.0.0.1:62702_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=2&maxShardsPerNode=2&name=collection2&nrtReplicas=2&action=CREATE&numShards=2&tlogReplicas=0&createNodeSet=127.0.0.1:62700_solr,127.0.0.1:62701_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 280836 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection2
   [junit4]   2> 280836 INFO  
(OverseerCollectionConfigSetProcessor-72067517007069191-127.0.0.1:62702_solr-n_0000000000)
 [    ] 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> 280837 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to 
/configs/collection2.AUTOCREATED/managed-schema
   [junit4]   2> 280840 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to 
/configs/collection2.AUTOCREATED/protwords.txt
   [junit4]   2> 280842 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to 
/configs/collection2.AUTOCREATED/solrconfig.xml
   [junit4]   2> 280845 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to 
/configs/collection2.AUTOCREATED/synonyms.txt
   [junit4]   2> 280847 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to 
/configs/collection2.AUTOCREATED/stopwords.txt
   [junit4]   2> 280850 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/collection2.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 280853 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/collection2.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 280856 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 280859 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 280862 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 280864 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 280867 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 280870 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 280873 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 280876 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 280879 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 280881 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 280884 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 280887 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 280890 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 280892 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/collection2.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 280895 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 280898 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 280901 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 280904 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/collection2.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 280907 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/collection2.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 280910 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 280913 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 280916 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/collection2.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 280919 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 280925 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 280928 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 280931 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 280934 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 280937 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 280939 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 280942 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 280945 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 280948 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 280950 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 280953 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/collection2.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 280956 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/collection2.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 280959 INFO  (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to 
/configs/collection2.AUTOCREATED/params.json
   [junit4]   2> 281075 INFO  
(OverseerStateUpdate-72067517007069191-127.0.0.1:62702_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62700/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 281080 INFO  
(OverseerStateUpdate-72067517007069191-127.0.0.1:62702_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62701/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 281083 INFO  
(OverseerStateUpdate-72067517007069191-127.0.0.1:62702_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection2_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62700/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 281088 INFO  
(OverseerStateUpdate-72067517007069191-127.0.0.1:62702_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection2_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62701/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 281308 INFO  (qtp939587783-2328) [n:127.0.0.1:62700_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=collection2.AUTOCREATED&newCollection=true&name=collection2_shard1_replica_n1&action=CREATE&numShards=2&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 281323 INFO  (qtp939587783-2330) [n:127.0.0.1:62700_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=collection2.AUTOCREATED&newCollection=true&name=collection2_shard2_replica_n4&action=CREATE&numShards=2&collection=collection2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 281323 INFO  (qtp1796444802-2337) [n:127.0.0.1:62701_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=collection2.AUTOCREATED&newCollection=true&name=collection2_shard1_replica_n2&action=CREATE&numShards=2&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 281324 INFO  (qtp1796444802-2341) [n:127.0.0.1:62701_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=collection2.AUTOCREATED&newCollection=true&name=collection2_shard2_replica_n6&action=CREATE&numShards=2&collection=collection2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 282357 INFO  (qtp939587783-2328) [n:127.0.0.1:62700_solr 
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 282357 INFO  (qtp939587783-2328) [n:127.0.0.1:62700_solr 
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 282357 INFO  (qtp1796444802-2341) [n:127.0.0.1:62701_solr 
c:collection2 s:shard2 r:core_node8 x:collection2_shard2_replica_n6] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 282357 INFO  (qtp1796444802-2341) [n:127.0.0.1:62701_solr 
c:collection2 s:shard2 r:core_node8 x:collection2_shard2_replica_n6] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 282358 WARN  (qtp939587783-2328) [n:127.0.0.1:62700_solr 
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 282358 WARN  (qtp1796444802-2341) [n:127.0.0.1:62701_solr 
c:collection2 s:shard2 r:core_node8 x:collection2_shard2_replica_n6] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard2_replica_n6/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard2_replica_n6/../../../../contrib/extraction/lib
   [junit4]   2> 282358 INFO  (qtp1796444802-2337) [n:127.0.0.1:62701_solr 
c:collection2 s:shard1 r:core_node5 x:collection2_shard1_replica_n2] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 282358 INFO  (qtp1796444802-2337) [n:127.0.0.1:62701_solr 
c:collection2 s:shard1 r:core_node5 x:collection2_shard1_replica_n2] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 282358 WARN  (qtp939587783-2328) [n:127.0.0.1:62700_solr 
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard1_replica_n1/../../../../dist
   [junit4]   2> 282358 WARN  (qtp939587783-2328) [n:127.0.0.1:62700_solr 
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 282358 WARN  (qtp939587783-2328) [n:127.0.0.1:62700_solr 
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard1_replica_n1/../../../../dist
   [junit4]   2> 282358 WARN  (qtp1796444802-2337) [n:127.0.0.1:62701_solr 
c:collection2 s:shard1 r:core_node5 x:collection2_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard1_replica_n2/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 282359 WARN  (qtp939587783-2328) [n:127.0.0.1:62700_solr 
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 282359 WARN  (qtp939587783-2328) [n:127.0.0.1:62700_solr 
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard1_replica_n1/../../../../dist
   [junit4]   2> 282359 WARN  (qtp1796444802-2341) [n:127.0.0.1:62701_solr 
c:collection2 s:shard2 r:core_node8 x:collection2_shard2_replica_n6] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard2_replica_n6/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard2_replica_n6/../../../../dist
   [junit4]   2> 282360 WARN  (qtp939587783-2328) [n:127.0.0.1:62700_solr 
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 282360 WARN  (qtp1796444802-2341) [n:127.0.0.1:62701_solr 
c:collection2 s:shard2 r:core_node8 x:collection2_shard2_replica_n6] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard2_replica_n6/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard2_replica_n6/../../../../contrib/clustering/lib
   [junit4]   2> 282360 WARN  (qtp939587783-2328) [n:127.0.0.1:62700_solr 
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard1_replica_n1/../../../../dist
   [junit4]   2> 282360 WARN  (qtp1796444802-2337) [n:127.0.0.1:62701_solr 
c:collection2 s:shard1 r:core_node5 x:collection2_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard1_replica_n2/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard1_replica_n2/../../../../dist
   [junit4]   2> 282360 WARN  (qtp1796444802-2337) [n:127.0.0.1:62701_solr 
c:collection2 s:shard1 r:core_node5 x:collection2_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard1_replica_n2/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 282361 WARN  (qtp1796444802-2337) [n:127.0.0.1:62701_solr 
c:collection2 s:shard1 r:core_node5 x:collection2_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard1_replica_n2/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard1_replica_n2/../../../../dist
   [junit4]   2> 282361 WARN  (qtp1796444802-2337) [n:127.0.0.1:62701_solr 
c:collection2 s:shard1 r:core_node5 x:collection2_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard1_replica_n2/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard1_replica_n2/../../../../contrib/langid/lib
   [junit4]   2> 282361 WARN  (qtp1796444802-2337) [n:127.0.0.1:62701_solr 
c:collection2 s:shard1 r:core_node5 x:collection2_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard1_replica_n2/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard1_replica_n2/../../../../dist
   [junit4]   2> 282361 WARN  (qtp1796444802-2337) [n:127.0.0.1:62701_solr 
c:collection2 s:shard1 r:core_node5 x:collection2_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard1_replica_n2/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard1_replica_n2/../../../../contrib/velocity/lib
   [junit4]   2> 282362 WARN  (qtp1796444802-2337) [n:127.0.0.1:62701_solr 
c:collection2 s:shard1 r:core_node5 x:collection2_shard1_replica_n2] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard1_replica_n2/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard1_replica_n2/../../../../dist
   [junit4]   2> 282363 INFO  (qtp939587783-2328) [n:127.0.0.1:62700_solr 
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 282365 INFO  (qtp1796444802-2337) [n:127.0.0.1:62701_solr 
c:collection2 s:shard1 r:core_node5 x:collection2_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 282360 WARN  (qtp1796444802-2341) [n:127.0.0.1:62701_solr 
c:collection2 s:shard2 r:core_node8 x:collection2_shard2_replica_n6] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard2_replica_n6/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard2_replica_n6/../../../../dist
   [junit4]   2> 282367 WARN  (qtp1796444802-2341) [n:127.0.0.1:62701_solr 
c:collection2 s:shard2 r:core_node8 x:collection2_shard2_replica_n6] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard2_replica_n6/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard2_replica_n6/../../../../contrib/langid/lib
   [junit4]   2> 282367 WARN  (qtp1796444802-2341) [n:127.0.0.1:62701_solr 
c:collection2 s:shard2 r:core_node8 x:collection2_shard2_replica_n6] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard2_replica_n6/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard2_replica_n6/../../../../dist
   [junit4]   2> 282367 WARN  (qtp1796444802-2341) [n:127.0.0.1:62701_solr 
c:collection2 s:shard2 r:core_node8 x:collection2_shard2_replica_n6] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard2_replica_n6/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard2_replica_n6/../../../../contrib/velocity/lib
   [junit4]   2> 282368 WARN  (qtp1796444802-2341) [n:127.0.0.1:62701_solr 
c:collection2 s:shard2 r:core_node8 x:collection2_shard2_replica_n6] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard2_replica_n6/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node1/collection2_shard2_replica_n6/../../../../dist
   [junit4]   2> 282371 INFO  (qtp1796444802-2341) [n:127.0.0.1:62701_solr 
c:collection2 s:shard2 r:core_node8 x:collection2_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 282383 INFO  (qtp939587783-2328) [n:127.0.0.1:62700_solr 
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection2_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 282384 INFO  (qtp1796444802-2337) [n:127.0.0.1:62701_solr 
c:collection2 s:shard1 r:core_node5 x:collection2_shard1_replica_n2] 
o.a.s.s.IndexSchema [collection2_shard1_replica_n2] Schema name=default-config
   [junit4]   2> 282391 INFO  (qtp939587783-2330) [n:127.0.0.1:62700_solr 
c:collection2 s:shard2 r:core_node7 x:collection2_shard2_replica_n4] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 282400 INFO  (qtp939587783-2330) [n:127.0.0.1:62700_solr 
c:collection2 s:shard2 r:core_node7 x:collection2_shard2_replica_n4] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 282401 WARN  (qtp939587783-2330) [n:127.0.0.1:62700_solr 
c:collection2 s:shard2 r:core_node7 x:collection2_shard2_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard2_replica_n4/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard2_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 282401 WARN  (qtp939587783-2330) [n:127.0.0.1:62700_solr 
c:collection2 s:shard2 r:core_node7 x:collection2_shard2_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard2_replica_n4/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard2_replica_n4/../../../../dist
   [junit4]   2> 282401 WARN  (qtp939587783-2330) [n:127.0.0.1:62700_solr 
c:collection2 s:shard2 r:core_node7 x:collection2_shard2_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard2_replica_n4/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard2_replica_n4/../../../../contrib/clustering/lib
   [junit4]   2> 282402 WARN  (qtp939587783-2330) [n:127.0.0.1:62700_solr 
c:collection2 s:shard2 r:core_node7 x:collection2_shard2_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard2_replica_n4/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard2_replica_n4/../../../../dist
   [junit4]   2> 282402 WARN  (qtp939587783-2330) [n:127.0.0.1:62700_solr 
c:collection2 s:shard2 r:core_node7 x:collection2_shard2_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard2_replica_n4/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard2_replica_n4/../../../../contrib/langid/lib
   [junit4]   2> 282402 WARN  (qtp939587783-2330) [n:127.0.0.1:62700_solr 
c:collection2 s:shard2 r:core_node7 x:collection2_shard2_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard2_replica_n4/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard2_replica_n4/../../../../dist
   [junit4]   2> 282402 WARN  (qtp939587783-2330) [n:127.0.0.1:62700_solr 
c:collection2 s:shard2 r:core_node7 x:collection2_shard2_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard2_replica_n4/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard2_replica_n4/../../../../contrib/velocity/lib
   [junit4]   2> 282402 WARN  (qtp939587783-2330) [n:127.0.0.1:62700_solr 
c:collection2 s:shard2 r:core_node7 x:collection2_shard2_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard2_replica_n4/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestSkipOverseerOperations_B6DB978A921C7E08-001/tempDir-001/node2/collection2_shard2_replica_n4/../../../../dist
   [junit4]   2> 282406 INFO  (qtp939587783-2330) [n:127.0.0.1:62700_solr 
c:collection2 s:shard2 r:core_node7 x:collection2_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 282423 INFO  (qtp1796444802-2341) [n:127.0.0.1:62701_solr 
c:collection2 s:shard2 r:core_node8 x:collection2_shard2_replica_n6] 
o.a.s.s.IndexSchema [collection2_shard2_replica_n6] Schema name=default-config
   [junit4]   2> 282443 INFO  (qtp939587783-2330) [n:127.0.0.1:62700_solr 
c:collection2 s:shard2 r:core_node7 x:collection2_shard2_replica_n4] 
o.a.s.s.IndexSchema [collection2_shard2_replica_n4] Schema name=default-config
   [junit4]   2> 282532 ERROR (qtp1796444802-2337) [n:127.0.0.1:62701_solr 
c:collection2 s:shard1 r:core_node5 x:collection2_shard1_replica_n2] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error 
CREATEing SolrCore 'collection2_shard1_replica_n2': Unable to create core 
[collection2_shard1_replica_n2] Caused by: Can't find resource 
'lang/contractions_ca.txt' in classpath or '/configs/collection2.AUTOCREATED', 
cwd=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:1000)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:90)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:356)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:393)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:339)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [collection2_shard1_replica_n2]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1072)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:961)
   [junit4]   2>        ... 37 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not 
load conf for core collection2_shard1_replica_n2: Can't load schema 
managed-schema: org.apache.solr.core.SolrResourceNotFoundException: Can't find 
resource 'lang/contractions_ca.txt' in classpath or 
'/configs/collection2.AUTOCREATED', 
cwd=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:97)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1100)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1047)
   [junit4]   2>        ... 38 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Can't load 
schema managed-schema: org.apache.solr.core.SolrResourceNotFoundException: 
Can't find resource 'lang/contractions_ca.txt' in classpath or 
'/configs/collection2.AUTOCREATED', 
cwd=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:580)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:178)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchema.<init>(ManagedIndexSchema.java:105)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:173)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:119)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:92)
   [junit4]   2>        ... 40 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: 
org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 
'lang/contractions_ca.txt' in classpath or '/configs/collection2.AUTOCREATED', 
cwd=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchema.informResourceLoaderAwareObjectsInChain(ManagedIndexSchema.java:1317)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchema.informResourceLoaderAwareObjectsForFieldType(ManagedIndexSchema.java:1168)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchema.postReadInform(ManagedIndexSchema.java:1153)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:576)
   [junit4]   2>        ... 47 more
   [junit4]   2> Caused by: org.apache.solr.core.SolrResourceNotFoundException: 
Can't find resource 'lang/contractions_ca.txt' in classpath or 
'/configs/collection2.AUTOCREATED', 
cwd=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:130)
   [junit4]   2>        at 
org.apache.lucene.analysis.util.AbstractAnalysisFactory.getLines(AbstractAnalysisFactory.java:254)
   [junit4]   2>        at 
org.apache.lucene.analysis.util.AbstractAnalysisFactory.getWordSet(AbstractAnalysisFactory.java:243)
   [junit4]   2>        at 
org.apache.lucene.analysis.util.ElisionFilterFactory.inform(ElisionFilterFactory.java:59)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchema.informResourceLoaderAwareObjectsInChain(ManagedIndexSchema.java:1315)
   [junit4]   2>        ... 50 more
   [junit4]   2> 
   [junit4]   2> 282532 INFO  (qtp1796444802-2337) [n:127.0.0.1:62701_solr 
c:collection2 s:shard1 r:core_node5 x:collection2_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=collection2.AUTOCREATED&newCollection=true&name=collection2_shard1_replica_n2&action=CREATE&numShards=2&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=400 QTime=1208
   [junit4]   2> 282533 ERROR (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: 
http://127.0.0.1:62701/solr
   [junit4]   2> 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:62701/solr: Error CREATEing SolrCore 
'collection2_shard1_replica_n2': Unable to create core 
[collection2_shard1_replica_n2] Caused by: Can't find resource 
'lang/contractions_ca.txt' in classpath or '/configs/collection2.AUTOCREATED', 
cwd=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_144]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[?:1.8.0_144]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_144]
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
 ~[metrics-core-3.2.2.jar:3.2.2]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:192)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_144]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_144]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
   [junit4]   2> 282574 ERROR (qtp939587783-2328) [n:127.0.0.1:62700_solr 
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error 
CREATEing SolrCore 'collection2_shard1_replica_n1': Unable to create core 
[collection2_shard1_replica_n1] Caused by: Can't find resource 
'lang/contractions_ca.txt' in classpath or '/configs/collection2.AUTOCREATED', 
cwd=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:1000)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:90)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:356)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:393)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:339)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [collection2_shard1_replica_n1]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1072)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:961)
   [junit4]   2>        ... 37 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not 
load conf for core collection2_shard1_replica_n1: Can't load schema 
managed-schema: org.apache.solr.core.SolrResourceNotFoundException: Can't find 
resource 'lang/contractions_ca.txt' in classpath or 
'/configs/collection2.AUTOCREATED', 
cwd=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:97)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1100)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1047)
   [junit4]   2>        ... 38 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Can't load 
schema managed-schema: org.apache.solr.core.SolrResourceNotFoundException: 
Can't find resource 'lang/contractions_ca.txt' in classpath or 
'/configs/collection2.AUTOCREATED', 
cwd=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:580)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:178)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchema.<init>(ManagedIndexSchema.java:105)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:173)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:119)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:92)
   [junit4]   2>        ... 40 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: 
org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 
'lang/contractions_ca.txt' in classpath or '/configs/collection2.AUTOCREATED', 
cwd=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchema.informResourceLoaderAwareObjectsInChain(ManagedIndexSchema.java:1317)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchema.informResourceLoaderAwareObjectsForFieldType(ManagedIndexSchema.java:1168)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchema.postReadInform(ManagedIndexSchema.java:1153)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:576)
   [junit4]   2>        ... 47 more
   [junit4]   2> Caused by: org.apache.solr.core.SolrResourceNotFoundException: 
Can't find resource 'lang/contractions_ca.txt' in classpath or 
'/configs/collection2.AUTOCREATED', 
cwd=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:130)
   [junit4]   2>        at 
org.apache.lucene.analysis.util.AbstractAnalysisFactory.getLines(AbstractAnalysisFactory.java:254)
   [junit4]   2>        at 
org.apache.lucene.analysis.util.AbstractAnalysisFactory.getWordSet(AbstractAnalysisFactory.java:243)
   [junit4]   2>        at 
org.apache.lucene.analysis.util.ElisionFilterFactory.inform(ElisionFilterFactory.java:59)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchema.informResourceLoaderAwareObjectsInChain(ManagedIndexSchema.java:1315)
   [junit4]   2>        ... 50 more
   [junit4]   2> 
   [junit4]   2> 282574 INFO  (qtp939587783-2328) [n:127.0.0.1:62700_solr 
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=collection2.AUTOCREATED&newCollection=true&name=collection2_shard1_replica_n1&action=CREATE&numShards=2&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=400 QTime=1266
   [junit4]   2> 282575 ERROR (OverseerThreadFactory-1043-thread-2) [    ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: 
http://127.0.0.1:62700/solr
   [junit4]   2> 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:62700/solr: Error CREATEing SolrCore 
'collection2_shard1_replica_n1': Unable to create core 
[collection2_shard1_replica_n1] Caused by: Can't find resource 
'lang/contractions_ca.txt' in classpath or '/configs/collection2.AUTOCREATED', 
cwd=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_144]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[?:1.8.0_144]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_144]
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
 ~[metrics-core-3.2.2.jar:3.2.2]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:192)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_144]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_144]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
   [junit4]   2> 282595 ERROR (qtp939587783-2330) [n:127.0.0.1:62700_solr 
c:collection2 s:shard2 r:core_node7 x:collection2_shard2_replica_n4] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error 
CREATEing SolrCore 'collection2_shard2_replica_n4': Unable to create core 
[collection2_shard2_replica_n4] Caused by: Can't find resource 
'lang/contractions_ca.txt' in classpath or '/configs/collection2.AUTOCREATED', 
cwd=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:1000)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:90)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:356)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:393)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:339)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandle

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

ild/solr-core/classes/test

common-solr.compile-test:

compile-test:

BUILD SUCCESSFUL
Total time: 1 minute 23 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestSkipOverseerOperations" -Dtests.showOutput=onerror 
"-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=B6DB978A921C7E08 
-Dtests.slow=true -Dtests.locale=vi-VN -Dtests.timezone=UCT 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
Buildfile: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/build.xml

-clover.disable:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: 
http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/lucene/top-level-ivy-settings.xml

install-junit4-taskdef:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: 
org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found org.codehaus.groovy#groovy-all;2.4.15 in public
[ivy:cachepath] :: resolution report :: resolve 22ms :: artifacts dl 0ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
        ---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: B6DB978A921C7E08
    [mkdir] Created dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says مرحبا! Master seed: B6DB978A921C7E08
   [junit4] Executing 5 suites with 2 JVMs.
   [junit4] 
   [junit4] Started J1 PID([email protected]).
   [junit4] Started J0 PID([email protected]).
   [junit4] Suite: org.apache.solr.cloud.TestSkipOverseerOperations
   [junit4] OK      23.0s J1 | TestSkipOverseerOperations.testSkipDownOperations
   [junit4] OK      6.06s J1 | 
TestSkipOverseerOperations.testSkipLeaderOperations
   [junit4] Completed [1/5] on J1 in 46.56s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestSkipOverseerOperations
   [junit4] OK      26.3s J0 | TestSkipOverseerOperations.testSkipDownOperations
   [junit4] OK      6.84s J0 | 
TestSkipOverseerOperations.testSkipLeaderOperations
   [junit4] Completed [2/5] on J0 in 51.22s, 2 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: 
org.apache.solr.cloud.TestSkipOverseerOperations. This may confuse tools that 
process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.cloud.TestSkipOverseerOperations
   [junit4] OK      10.9s J1 | TestSkipOverseerOperations.testSkipDownOperations
   [junit4] OK      5.88s J1 | 
TestSkipOverseerOperations.testSkipLeaderOperations
   [junit4] Completed [3/5] on J1 in 18.65s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestSkipOverseerOperations
   [junit4] OK      12.1s J0 | TestSkipOverseerOperations.testSkipDownOperations
   [junit4] OK      6.62s J0 | 
TestSkipOverseerOperations.testSkipLeaderOperations
   [junit4] Completed [4/5] on J0 in 21.83s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestSkipOverseerOperations
   [junit4] OK      12.8s J1 | TestSkipOverseerOperations.testSkipDownOperations
   [junit4] OK      5.65s J1 | 
TestSkipOverseerOperations.testSkipLeaderOperations
   [junit4] Completed [5/5] on J1 in 20.90s, 2 tests
   [junit4] 
   [junit4] JVM J0:     0.97 ..    75.71 =    74.74s
   [junit4] JVM J1:     0.74 ..    88.74 =    88.00s
   [junit4] Execution time total: 1 minute 28 seconds
   [junit4] Tests summary: 5 suites, 10 tests
   [junit4] Could not remove temporary path: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1 
(java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0 
(java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 598.65s | org.apache.solr.cloud.BasicDistributedZkTest
[junit4:tophints] 227.72s | org.apache.solr.search.TestStressRecovery
[junit4:tophints] 220.06s | org.apache.solr.update.TestInPlaceUpdatesDistrib
[junit4:tophints] 129.86s | 
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
[junit4:tophints] 121.95s | org.apache.solr.cloud.DeleteReplicaTest

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 1 minute 31 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.TestSkipOverseerOperations
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2639)
        at hudson.FilePath$34.invoke(FilePath.java:2518)
        at hudson.FilePath$34.invoke(FilePath.java:2508)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2879)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to MacOSX VBOX
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:998)
                at hudson.FilePath.act(FilePath.java:987)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2508)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1752)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2881)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1000)
        at hudson.FilePath.act(FilePath.java:987)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2508)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1752)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=1409ab8f84ab0949b1da095f03dc94d3b74db5cf, 
workspace=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX
[WARNINGS] Computing warning deltas based on reference build #4581
Recording test results
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to