You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/02/27 02:22:44 UTC

[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 876 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/876/

All tests passed

Build Log:
[...truncated 36078 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.4
[forbidden-apis] Reading API signatures: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/tools/forbiddenApis/servlet-api.txt
[forbidden-apis] Reading API signatures: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/tools/forbiddenApis/solr.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default locale]
[forbidden-apis]   in org.apache.solr.cloud.OverseerTest$MockZKController (OverseerTest.java:128)
[forbidden-apis] Scanned 3180 (and 1946 related) class file(s) for forbidden API invocations (in 1.43s), 1 error(s).

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:117: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build.xml:347: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/common-build.xml:504: Check for forbidden API calls failed, see log.

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



[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 881 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/881/

1 tests failed.
FAILED:  org.apache.solr.handler.TestReqParamsAPI.test

Error Message:
Could not get expected value  'first' for path 'response/params/x/_appends_/add' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "response":{     "znodeVersion":3,     "params":{       "x":{         "a":"A val",         "b":"B val",         "":{"v":0}},       "y":{         "p":"P val",         "q":"Q val",         "":{"v":2}}}}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'first' for path 'response/params/x/_appends_/add' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":3,
    "params":{
      "x":{
        "a":"A val",
        "b":"B val",
        "":{"v":0}},
      "y":{
        "p":"P val",
        "q":"Q val",
        "":{"v":2}}}}}
	at __randomizedtesting.SeedInfo.seed([929D8D4CE220E931:1AC9B2964CDC84C9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:458)
	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:236)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:67)
	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:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10460 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/init-core-data-001
   [junit4]   2> 113178 INFO  (SUITE-TestReqParamsAPI-seed#[929D8D4CE220E931]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 113178 INFO  (SUITE-TestReqParamsAPI-seed#[929D8D4CE220E931]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /v_/cb
   [junit4]   2> 113194 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 113196 INFO  (Thread-5) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 113197 INFO  (Thread-5) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 113296 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.ZkTestServer start zk server on port:52322
   [junit4]   2> 113316 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 113557 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 113625 INFO  (zkCallback-3-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b6b154f name:ZooKeeperConnection Watcher:127.0.0.1:52322 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 113625 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 113626 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 113627 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 113659 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1532263f5570000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 113663 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 113671 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 113679 INFO  (zkCallback-4-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@40891238 name:ZooKeeperConnection Watcher:127.0.0.1:52322/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 113680 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 113681 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 113683 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 113702 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 113705 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 113708 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 113720 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 113728 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 113737 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 113737 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 113741 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 113741 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 113745 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 113745 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 113748 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 113748 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 113752 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 113752 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 113755 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 113755 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 113758 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 113759 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 113763 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 113763 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 113766 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 113767 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 113769 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 113770 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 113918 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/cores/collection1
   [junit4]   2> 113953 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.e.j.u.log Logging initialized @117056ms
   [junit4]   2> 114145 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 114189 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5489ab27{/v_/cb,null,AVAILABLE}
   [junit4]   2> 114201 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.e.j.s.ServerConnector Started ServerConnector@4265b5b7{HTTP/1.1,[http/1.1]}{127.0.0.1:41061}
   [junit4]   2> 114201 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.e.j.s.Server Started @117308ms
   [junit4]   2> 114201 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/tempDir-001/control/data, hostContext=/v_/cb, hostPort=41061, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/cores}
   [junit4]   2> 114217 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 114219 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001'
   [junit4]   2> 114219 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 114219 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 114219 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 114220 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 114224 INFO  (zkCallback-5-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4327d56 name:ZooKeeperConnection Watcher:127.0.0.1:52322/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 114225 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 114225 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 114228 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1532263f5570002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 114232 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 114237 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/solr.xml
   [junit4]   2> 114281 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/cores
   [junit4]   2> 114281 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.CoreContainer New CoreContainer 2034740150
   [junit4]   2> 114282 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001]
   [junit4]   2> 114282 WARN  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/lib
   [junit4]   2> 114295 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 114298 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 114300 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 114300 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 114300 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52322/solr
   [junit4]   2> 114327 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 114329 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 114332 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 114340 INFO  (zkCallback-8-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3549ed33 name:ZooKeeperConnection Watcher:127.0.0.1:52322 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 114352 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 114353 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 114374 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 114396 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@763abfb8 name:ZooKeeperConnection Watcher:127.0.0.1:52322/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 114396 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 114405 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 114416 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 114421 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 114425 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 114428 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 114439 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 114443 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 114446 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 114449 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 114454 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 114459 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 114462 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 114464 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000
   [junit4]   2> 114477 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41061_v_%2Fcb
   [junit4]   2> 114477 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 114480 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.Overseer Overseer (id=95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) starting
   [junit4]   2> 114495 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 114526 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 114592 INFO  (OverseerCollectionConfigSetProcessor-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 114595 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 114595 INFO  (OverseerStateUpdate-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 114609 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 114632 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41061_v_%2Fcb
   [junit4]   2> 114633 INFO  (OverseerStateUpdate-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 114637 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41061_v_%2Fcb
   [junit4]   2> 114642 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 114643 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 114759 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 114759 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 114770 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/cores
   [junit4]   2> 114775 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 114775 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/cores/collection1
   [junit4]   2> 114775 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 114804 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0
   [junit4]   2> 114804 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 114806 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 114807 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 114818 INFO  (OverseerStateUpdate-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41061/v_/cb",
   [junit4]   2>   "node_name":"127.0.0.1:41061_v_%2Fcb",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 114818 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 114835 INFO  (OverseerStateUpdate-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41061/v_/cb",
   [junit4]   2>   "node_name":"127.0.0.1:41061_v_%2Fcb",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 114838 INFO  (OverseerStateUpdate-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 114856 INFO  (OverseerStateUpdate-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 114873 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 115819 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 115819 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 115820 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 115820 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 115821 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 115822 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/cores/collection1'
   [junit4]   2> 115822 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 115822 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 115825 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 115862 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 115867 WARN  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 115868 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 115959 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 116045 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 116459 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 116480 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 116487 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 116571 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 116576 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 116579 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 116582 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 116586 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0
   [junit4]   2> 116586 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 116587 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 116587 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/cores/collection1/data/]
   [junit4]   2> 116594 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4330c121
   [junit4]   2> 116600 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/cores/collection1/data
   [junit4]   2> 116600 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/cores/collection1/data/index/
   [junit4]   2> 116601 WARN  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 116601 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/cores/collection1/data/index
   [junit4]   2> 116602 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=31.296875, floorSegmentMB=1.7529296875, forceMergeDeletesPctAllowed=11.251740085354154, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.11051739979658813
   [junit4]   2> 116603 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2fe49e61 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27586f87),segFN=segments_1,generation=1}
   [junit4]   2> 116603 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 116603 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/cores/collection1/data/
   [junit4]   2> 116604 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 116613 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 116631 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 116633 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 116633 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 116633 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 116633 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 116659 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 116660 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 116660 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 116660 WARN  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 116663 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 116666 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 116668 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 116669 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 116690 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 116691 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 116710 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 116710 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 116720 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 116720 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 116728 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=847818825, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 116729 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2fe49e61 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27586f87),segFN=segments_1,generation=1}
   [junit4]   2> 116729 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 116730 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4cba613a[collection1] main]
   [junit4]   2> 116731 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 116733 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 116733 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 116736 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 116736 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 116736 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 116740 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 116740 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 116740 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 116747 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 116752 INFO  (searcherExecutor-19-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4cba613a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 116761 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 116761 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 116762 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 116762 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1527325280763379712
   [junit4]   2> 116767 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 6.0ms to seed version buckets with highest version 1527325280763379712
   [junit4]   2> 116769 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 116770 INFO  (coreLoadExecutor-18-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 116772 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:41061/v_/cb collection:control_collection shard:shard1
   [junit4]   2> 116782 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 116792 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95457829818138628-core_node1-n_0000000000
   [junit4]   2> 116794 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 116808 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 116808 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 116809 INFO  (OverseerStateUpdate-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 116812 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41061/v_/cb/collection1/
   [junit4]   2> 116813 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 116813 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:41061/v_/cb/collection1/ has no replicas
   [junit4]   2> 116814 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 116828 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 116836 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95457829818138628-core_node1-n_0000000000
   [junit4]   2> 116834 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 116840 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 116851 INFO  (zkCallback-11-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@36fdc929 name:ZooKeeperConnection Watcher:127.0.0.1:52322/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 116851 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 116851 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 116851 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 116857 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41061/v_/cb/collection1/ shard1
   [junit4]   2> 116858 INFO  (OverseerStateUpdate-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:41061/v_/cb",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 116866 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 116870 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 116967 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 116967 INFO  (zkCallback-11-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 116983 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-1-001/cores/collection1
   [junit4]   2> 116984 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-1-001
   [junit4]   2> 116985 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 116988 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5065e21{/v_/cb,null,AVAILABLE}
   [junit4]   2> 116989 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.e.j.s.ServerConnector Started ServerConnector@6441fd92{HTTP/1.1,[http/1.1]}{127.0.0.1:35127}
   [junit4]   2> 116989 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.e.j.s.Server Started @120096ms
   [junit4]   2> 116989 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/v_/cb, hostPort=35127, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-1-001/cores}
   [junit4]   2> 116990 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 116990 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-1-001'
   [junit4]   2> 116990 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 116990 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 116991 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 116991 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 116995 INFO  (zkCallback-12-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@982deb6 name:ZooKeeperConnection Watcher:127.0.0.1:52322/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 116995 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 116995 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 116997 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 116997 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-1-001/solr.xml
   [junit4]   2> 117007 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-1-001/cores
   [junit4]   2> 117007 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.CoreContainer New CoreContainer 1395415992
   [junit4]   2> 117007 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-1-001]
   [junit4]   2> 117008 WARN  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-1-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-1-001/lib
   [junit4]   2> 117008 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 117010 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:41061/v_/cb/collection1/ and leader is http://127.0.0.1:41061/v_/cb/collection1/
   [junit4]   2> 117010 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 117011 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 117011 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 117011 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52322/solr
   [junit4]   2> 117011 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 117011 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 117017 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 117019 INFO  (zkCallback-15-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@666d415f name:ZooKeeperConnection Watcher:127.0.0.1:52322 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 117018 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41061/v_/cb
   [junit4]   2> 117023 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 117024 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 117024 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 117024 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 117024 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 117028 INFO  (OverseerStateUpdate-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41061/v_/cb",
   [junit4]   2>   "node_name":"127.0.0.1:41061_v_%2Fcb",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 117030 INFO  (OverseerStateUpdate-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41061/v_/cb",
   [junit4]   2>   "node_name":"127.0.0.1:41061_v_%2Fcb",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 117030 INFO  (coreZkRegister-12-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:41061_v_%2Fcb c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 117032 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 117036 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2c82e9d9 name:ZooKeeperConnection Watcher:127.0.0.1:52322/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 117036 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 117047 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 117048 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95457829818138632-127.0.0.1:35127_v_%2Fcb-n_0000000001
   [junit4]   2> 117051 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000 to know if I could be the leader
   [junit4]   2> 117051 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 117053 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 117056 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 117058 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 117060 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.ZkController Publish node=127.0.0.1:35127_v_%2Fcb as DOWN
   [junit4]   2> 117064 INFO  (OverseerStateUpdate-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35127_v_%2Fcb"} current state version: 3
   [junit4]   2> 117066 INFO  (OverseerStateUpdate-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35127_v_%2Fcb
   [junit4]   2> 117170 INFO  (zkCallback-11-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 117170 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 117170 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 117173 INFO  (zkCallback-16-thread-2-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 118065 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35127_v_%2Fcb
   [junit4]   2> 118065 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35127_v_%2Fcb
   [junit4]   2> 118067 INFO  (zkCallback-11-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 118067 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 118067 INFO  (zkCallback-16-thread-2-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 118067 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 118068 INFO  (zkCallback-11-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 118068 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 118081 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 118081 INFO  (zkCallback-16-thread-2-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (2)
   [junit4]   2> 118126 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 118126 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 118130 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-1-001/cores
   [junit4]   2> 118133 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 118133 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-1-001/cores/collection1
   [junit4]   2> 118133 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 118139 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0
   [junit4]   2> 118139 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 118139 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 118139 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 118142 INFO  (OverseerStateUpdate-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35127/v_/cb",
   [junit4]   2>   "node_name":"127.0.0.1:35127_v_%2Fcb",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 118142 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 118143 INFO  (OverseerStateUpdate-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35127/v_/cb",
   [junit4]   2>   "node_name":"127.0.0.1:35127_v_%2Fcb",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 118143 INFO  (OverseerStateUpdate-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 118143 INFO  (OverseerStateUpdate-95457829818138628-127.0.0.1:41061_v_%2Fcb-n_0000000000) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 118247 INFO  (zkCallback-16-thread-2-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 118247 INFO  (zkCallback-16-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 118247 INFO  (zkCallback-9-thread-1-processing-n:127.0.0.1:41061_v_%2Fcb) [n:127.0.0.1:41061_v_%2Fcb    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 118247 INFO  (zkCallback-11-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 119143 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 119143 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 119143 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 119144 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 119145 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 119145 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-1-001/cores/collection1'
   [junit4]   2> 119145 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 119145 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 119147 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 119163 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 119167 WARN  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 119175 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 119186 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 119206 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 119309 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 119319 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 119320 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 119336 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 119339 INFO  (coreLoadExecutor-29-thread-1-processing-n:127.0.0.1:35127_v_%2Fcb) [n:127.0.0.1:35127_v_%2Fcb c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rat

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

searcher on request.
   [junit4]   2> 146132 INFO  (coreCloseExecutor-143-thread-1) [n:127.0.0.1:33919_v_%2Fcb c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 146132 INFO  (coreCloseExecutor-143-thread-1) [n:127.0.0.1:33919_v_%2Fcb c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-4-001/cores/collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-4-001/cores/collection1/data;done=false>>]
   [junit4]   2> 146132 INFO  (coreCloseExecutor-143-thread-1) [n:127.0.0.1:33919_v_%2Fcb c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-4-001/cores/collection1/data
   [junit4]   2> 146132 INFO  (coreCloseExecutor-143-thread-1) [n:127.0.0.1:33919_v_%2Fcb c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-4-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-4-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 146132 INFO  (coreCloseExecutor-143-thread-1) [n:127.0.0.1:33919_v_%2Fcb c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001/shard-4-001/cores/collection1/data/index
   [junit4]   2> 146134 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.Overseer Overseer (id=95457829818138641-127.0.0.1:33919_v_%2Fcb-n_0000000004) closing
   [junit4]   2> 146134 INFO  (OverseerStateUpdate-95457829818138641-127.0.0.1:33919_v_%2Fcb-n_0000000004) [n:127.0.0.1:33919_v_%2Fcb    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33919_v_%2Fcb
   [junit4]   2> 146136 INFO  (zkCallback-32-thread-3-processing-n:127.0.0.1:33919_v_%2Fcb) [n:127.0.0.1:33919_v_%2Fcb    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 146136 INFO  (zkCallback-32-thread-2-processing-n:127.0.0.1:33919_v_%2Fcb) [n:127.0.0.1:33919_v_%2Fcb    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 146136 WARN  (zkCallback-32-thread-3-processing-n:127.0.0.1:33919_v_%2Fcb) [n:127.0.0.1:33919_v_%2Fcb    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 146136 WARN  (zkCallback-32-thread-2-processing-n:127.0.0.1:33919_v_%2Fcb) [n:127.0.0.1:33919_v_%2Fcb    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 146137 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@4453a0c4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 146137 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2bd0da{/v_/cb,null,UNAVAILABLE}
   [junit4]   2> 146142 INFO  (TEST-TestReqParamsAPI.test-seed#[929D8D4CE220E931]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52322 52322
   [junit4]   2> 146344 INFO  (Thread-5) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52322 52322
   [junit4]   2> 146358 WARN  (Thread-5) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	40	/solr/configs/conf1
   [junit4]   2> 	10	/solr/aliases.json
   [junit4]   2> 	9	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	77	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	26	/solr/live_nodes
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReqParamsAPI -Dtests.method=test -Dtests.seed=929D8D4CE220E931 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=hu-HU -Dtests.timezone=America/Dominica -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 33.2s J0 | TestReqParamsAPI.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'first' for path 'response/params/x/_appends_/add' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "response":{
   [junit4]    >     "znodeVersion":3,
   [junit4]    >     "params":{
   [junit4]    >       "x":{
   [junit4]    >         "a":"A val",
   [junit4]    >         "b":"B val",
   [junit4]    >         "":{"v":0}},
   [junit4]    >       "y":{
   [junit4]    >         "p":"P val",
   [junit4]    >         "q":"Q val",
   [junit4]    >         "":{"v":2}}}}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([929D8D4CE220E931:1AC9B2964CDC84C9]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:458)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:236)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:67)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 146364 INFO  (SUITE-TestReqParamsAPI-seed#[929D8D4CE220E931]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI_929D8D4CE220E931-001
   [junit4]   2> Feb 27, 2016 11:02:02 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=hu-HU, timezone=America/Dominica
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=4,threads=1,free=245273208,total=312475648
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomCollapseQParserPlugin, TestReqParamsAPI]
   [junit4] Completed [37/581 (1!)] on J0 in 33.74s, 1 test, 1 failure <<< FAILURES!

[...truncated 1773 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/common-build.xml:524: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:1014: There were test failures: 581 suites (8 ignored), 2349 tests, 1 failure, 87 ignored (71 assumptions) [seed: 929D8D4CE220E931]

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



[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 880 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/880/

1 tests failed.
FAILED:  org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([31C685F6F8BEA479:D89C3ECE662734D1]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:764)
	at org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
	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:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=*[count(//doc)=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:757)
	... 41 more




Build Log:
[...truncated 11488 lines...]
   [junit4] Suite: org.apache.solr.core.TestArbitraryIndexDir
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001
   [junit4]   2> 1301242 INFO  (SUITE-TestArbitraryIndexDir-seed#[31C685F6F8BEA479]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1301244 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLoadNewIndexDir
   [junit4]   2> 1301244 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1301244 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1301244 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1301244 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr
   [junit4]   2> 1301244 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1301245 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1301269 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1301278 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1301299 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1301304 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1301397 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1301398 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1301398 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1301402 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1301404 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1301405 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1301405 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr
   [junit4]   2> 1301406 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr'
   [junit4]   2> 1301406 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1301406 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr
   [junit4]   2> 1301406 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.CoreContainer New CoreContainer 1625917131
   [junit4]   2> 1301406 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr]
   [junit4]   2> 1301406 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/lib
   [junit4]   2> 1301406 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1301407 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1301408 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1301408 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1301408 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1301408 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1301409 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema12.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1301409 INFO  (coreLoadExecutor-5115-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1301409 INFO  (coreLoadExecutor-5115-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1301409 INFO  (coreLoadExecutor-5115-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr
   [junit4]   2> 1301410 INFO  (coreLoadExecutor-5115-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1301410 INFO  (coreLoadExecutor-5115-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1301429 INFO  (coreLoadExecutor-5115-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1301438 INFO  (coreLoadExecutor-5115-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1301458 INFO  (coreLoadExecutor-5115-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1301462 INFO  (coreLoadExecutor-5115-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1301545 INFO  (coreLoadExecutor-5115-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1301546 INFO  (coreLoadExecutor-5115-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1301546 WARN  (coreLoadExecutor-5115-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1301550 INFO  (coreLoadExecutor-5115-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1301552 INFO  (coreLoadExecutor-5115-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1301554 INFO  (coreLoadExecutor-5115-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1301554 INFO  (coreLoadExecutor-5115-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1301555 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 1301555 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/]
   [junit4]   2> 1301555 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53a404da
   [junit4]   2> 1301555 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001
   [junit4]   2> 1301556 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index/
   [junit4]   2> 1301556 WARN  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1301556 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index
   [junit4]   2> 1301557 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8398480647818499]
   [junit4]   2> 1301561 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@71fd0e01),segFN=segments_1,generation=1}
   [junit4]   2> 1301561 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1301562 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/
   [junit4]   2> 1301565 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1301565 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1301566 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1301566 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1301566 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1301566 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1301566 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1301566 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1301566 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1301566 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1301566 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1301566 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1301568 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1301569 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1301570 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1301571 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1301574 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1301575 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1301575 WARN  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1301576 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1301576 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1301576 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1301577 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5474177138420702]
   [junit4]   2> 1301577 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@71fd0e01),segFN=segments_1,generation=1}
   [junit4]   2> 1301577 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1301578 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@26ed6a59[collection1] main]
   [junit4]   2> 1301578 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1301578 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1301578 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1301578 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1301584 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1301631 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1301631 INFO  (searcherExecutor-5116-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1301631 INFO  (searcherExecutor-5116-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1301631 INFO  (searcherExecutor-5116-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1301631 INFO  (searcherExecutor-5116-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1301631 INFO  (searcherExecutor-5116-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1301632 INFO  (coreLoadExecutor-5115-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1301632 INFO  (searcherExecutor-5116-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1301632 INFO  (searcherExecutor-5116-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1301632 INFO  (searcherExecutor-5116-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1301632 INFO  (searcherExecutor-5116-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1301633 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1301633 INFO  (searcherExecutor-5116-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@26ed6a59[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1301633 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1301652 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1301675 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@71fd0e01),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@71fd0e01),segFN=segments_2,generation=2}
   [junit4]   2> 1301676 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1301677 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrCore New index directory detected: old=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index/ new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index_temp
   [junit4]   2> 1301679 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@78ad8b8a[collection1] main]
   [junit4]   2> 1301679 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1301680 INFO  (searcherExecutor-5116-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@78ad8b8a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))}
   [junit4]   2> 1301680 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 28
   [junit4]   2> 1301680 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1301680 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1301680 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr
   [junit4]   2> 1301681 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1301681 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1301705 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1301714 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1301733 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1301737 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1301823 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1301824 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1301824 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1301828 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1301830 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1301833 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1301833 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1301834 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/]
   [junit4]   2> 1301834 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53a404da
   [junit4]   2> 1301834 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index_temp
   [junit4]   2> 1301835 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/
   [junit4]   2> 1301836 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/
   [junit4]   2> 1301836 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Cannot delete directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index as it is still being referenced in the cache!
   [junit4]   2> 1301836 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory Delete old index directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index failed.
   [junit4]   2> 1301840 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1301840 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1301840 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1301840 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1301840 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1301840 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1301840 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1301840 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1301840 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1301841 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1301841 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1301841 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1301842 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1301843 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1301844 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1301845 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1301846 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index_temp
   [junit4]   2> 1301851 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1301853 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1301854 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1301854 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1301855 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1301855 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1301856 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@44466367[collection1] main]
   [junit4]   2> 1301856 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1301856 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1301856 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1301856 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1301857 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1301859 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1301860 INFO  (searcherExecutor-5120-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1301860 INFO  (searcherExecutor-5120-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1301863 INFO  (searcherExecutor-5120-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1301863 INFO  (searcherExecutor-5120-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1301863 INFO  (searcherExecutor-5120-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1301863 INFO  (searcherExecutor-5120-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1301863 INFO  (searcherExecutor-5120-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1301864 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 1301864 INFO  (searcherExecutor-5120-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1301864 INFO  (searcherExecutor-5120-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1301864 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22728532107813174]
   [junit4]   2> 1301865 INFO  (searcherExecutor-5120-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@44466367[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))}
   [junit4]   2> 1301866 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index_temp lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5a39a874),segFN=segments_1,generation=1}
   [junit4]   2> 1301866 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1301866 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1301867 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@20b0febe[collection1] main]
   [junit4]   2> 1301867 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 1301868 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1dbcb018
   [junit4]   2> 1301868 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1301868 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1301875 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1301875 ERROR (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=*[count(//doc)=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 1301876 ERROR (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:2&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=*[count(//doc)=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:757)
   [junit4]   2> 	at org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:497)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1301876 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[31C685F6F8BEA479]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testLoadNewIndexDir
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestArbitraryIndexDir -Dtests.method=testLoadNewIndexDir -Dtests.seed=31C685F6F8BEA479 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-MA -Dtests.timezone=Asia/Ust-Nera -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.64s J2 | TestArbitraryIndexDir.testLoadNewIndexDir <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([31C685F6F8BEA479:D89C3ECE662734D1]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:764)
   [junit4]    > 	at org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=*[count(//doc)=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:757)
   [junit4]    > 	... 41 more
   [junit4]   2> 1301879 INFO  (SUITE-TestArbitraryIndexDir-seed#[31C685F6F8BEA479]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1301880 INFO  (SUITE-TestArbitraryIndexDir-seed#[31C685F6F8BEA479]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1625917131
   [junit4]   2> 1301880 INFO  (coreCloseExecutor-5124-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@46b17b22
   [junit4]   2> 1301880 INFO  (coreCloseExecutor-5124-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1301880 INFO  (coreCloseExecutor-5124-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1301880 INFO  (coreCloseExecutor-5124-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1301880 INFO  (coreCloseExecutor-5124-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1301885 INFO  (searcherExecutor-5120-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@20b0febe[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
   [junit4]   2> 1301885 INFO  (coreCloseExecutor-5124-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1301896 INFO  (coreCloseExecutor-5124-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 3 directories currently being tracked
   [junit4]   2> 1301896 INFO  (coreCloseExecutor-5124-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1301896 INFO  (coreCloseExecutor-5124-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index
   [junit4]   2> 1301907 INFO  (coreCloseExecutor-5124-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index_temp [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index_temp;done=false>>]
   [junit4]   2> 1301907 INFO  (coreCloseExecutor-5124-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001/index_temp
   [junit4]   2> 1301910 INFO  (coreCloseExecutor-5124-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001 [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001;done=false>>]
   [junit4]   2> 1301910 INFO  (coreCloseExecutor-5124-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J2/temp/solr.core.TestArbitraryIndexDir_31C685F6F8BEA479-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=ar-MA, timezone=Asia/Ust-Nera
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=4,threads=1,free=66924040,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [HardAutoCommitTest, TestDistribDocBasedVersion, TestDefaultStatsCache, DebugComponentTest, HdfsRestartWhileUpdatingTest, TestPerFieldSimilarityClassic, HdfsChaosMonkeyNothingIsSafeTest, RestartWhileUpdatingTest, TestReqParamsAPI, LukeRequestHandlerTest, RulesTest, HdfsDirectoryTest, TestCollapseQParserPlugin, TestSimpleQParserPlugin, DirectUpdateHandlerOptimizeTest, TestWriterPerf, FieldMutatingUpdateProcessorTest, TestManagedSchema, SharedFSAutoReplicaFailoverUtilsTest, BadIndexSchemaTest, PluginInfoTest, TestCloudManagedSchemaConcurrent, SampleTest, TestRTimerTree, TestGroupingSearch, TestOrdValues, TestXmlQParser, TestCoreDiscovery, CircularListTest, HLLUtilTest, TestClassicSimilarityFactory, TestSort, FacetPivotSmallTest, HttpPartitionTest, FieldAnalysisRequestHandlerTest, TestManagedSchemaFieldResource, TestNoOpRegenerator, CoreAdminHandlerTest, NoCacheHeaderTest, AutoCommitTest, TestCSVResponseWriter, SaslZkACLProviderTest, RequestHandlersTest, TestPerFieldSimilarity, TestExtendedDismaxParser, TestMacros, FullSolrCloudDistribCmdsTest, ShowFileRequestHandlerTest, UUIDUpdateProcessorFallbackTest, TestDynamicFieldResource, SuggestComponentTest, TestTolerantSearch, DateRangeFieldTest, BaseCdcrDistributedZkTest, TestDistributedMissingSort, TestRuleBasedAuthorizationPlugin, BlockCacheTest, GraphQueryTest, TestSweetSpotSimilarityFactory, TestRestManager, DirectUpdateHandlerTest, TestFieldTypeCollectionResource, HighlighterConfigTest, TestSolrQueryParser, SolrXmlInZkTest, TestSolrDeletionPolicy1, TestJmxMonitoredMap, SpatialRPTFieldTypeTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestStressRecovery, TestBlobHandler, SolrTestCaseJ4Test, CursorMarkTest, TestJmxIntegration, BlockJoinFacetDistribTest, TermVectorComponentDistributedTest, ConjunctionSolrSpellCheckerTest, ScriptEngineTest, DistributedFacetPivotSmallAdvancedTest, TestCopyFieldCollectionResource, CollectionStateFormat2Test, TestSuggestSpellingConverter, LeaderInitiatedRecoveryOnShardRestartTest, TestConfigOverlay, TestFastWriter, TestSortingResponseWriter, TestCollationField, VMParamsZkACLAndCredentialsProvidersTest, TestRequestForwarding, TestReloadAndDeleteDocs, TestDocBasedVersionConstraints, OverseerRolesTest, XmlUpdateRequestHandlerTest, ExplicitHLLTest, TestRandomCollapseQParserPlugin, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, TestReplicationHandler, ZkSolrClientTest, TestZkChroot, ShardRoutingCustomTest, TestFaceting, TestRecovery, TestHashPartitioner, TestStressReorder, TestReload, TestStressVersions, SimpleFacetsTest, SolrCoreTest, SpellCheckComponentTest, PeerSyncTest, TestFiltering, HighlighterTest, CurrencyFieldXmlFileTest, SuggesterFSTTest, SuggesterTSTTest, TestTrie, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest, TestQueryUtils, DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, TestIndexingPerformance, TestArbitraryIndexDir]
   [junit4] Completed [358/580 (1!)] on J2 in 0.72s, 1 test, 1 error <<< FAILURES!

[...truncated 727 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/common-build.xml:524: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:1014: There were test failures: 580 suites (8 ignored), 2346 tests, 1 error, 87 ignored (71 assumptions) [seed: 31C685F6F8BEA479]

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



[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 879 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/879/

4 tests failed.
FAILED:  org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam

Error Message:
IOException occured when talking to server at: https://127.0.0.1:45946/solr/collection1

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: https://127.0.0.1:45946/solr/collection1
	at __randomizedtesting.SeedInfo.seed([6CC006AF69DFEFE6:9B0B4966C4DD5C3B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam(TestSolrEntityProcessorEndToEnd.java:184)
	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:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportFqParam

Error Message:
IOException occured when talking to server at: https://127.0.0.1:48782/solr/collection1

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: https://127.0.0.1:48782/solr/collection1
	at __randomizedtesting.SeedInfo.seed([6CC006AF69DFEFE6:9D8BB85CF99F98D3]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportFqParam(TestSolrEntityProcessorEndToEnd.java:169)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImport

Error Message:
IOException occured when talking to server at: https://127.0.0.1:55756/solr/collection1

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: https://127.0.0.1:55756/solr/collection1
	at __randomizedtesting.SeedInfo.seed([6CC006AF69DFEFE6:E96C7B34D1D071C6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImport(TestSolrEntityProcessorEndToEnd.java:151)
	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:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity

Error Message:
IOException occured when talking to server at: https://127.0.0.1:35679/solr/collection1

Stack Trace:
java.lang.AssertionError: IOException occured when talking to server at: https://127.0.0.1:35679/solr/collection1
	at __randomizedtesting.SeedInfo.seed([6CC006AF69DFEFE6:9DB7AA1AC8BC9C71]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity(TestSolrEntityProcessorEndToEnd.java:221)
	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:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 16001 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001
   [junit4]   2> 10738 T37 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 10743 T37 oas.SolrTestCaseJ4.setUp ###Starting testFullImportWrongSolrUrl
   [junit4]   2> 10766 T37 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 10767 T37 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001/collection1'
   [junit4]   2> 10767 T37 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 10768 T37 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001
   [junit4]   2> 10804 T37 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 10819 T37 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 10835 T37 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 10846 T37 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 10863 T37 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 10863 T37 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 10864 T37 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 10864 T37 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 10864 T37 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001
   [junit4]   2> 10865 T37 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001'
   [junit4]   2> 10865 T37 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 10865 T37 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001
   [junit4]   2> 10865 T37 oasc.CoreContainer.<init> New CoreContainer 1227720874
   [junit4]   2> 10866 T37 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001]
   [junit4]   2> 10866 T37 oasc.CoreContainer.load WARN Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001/lib
   [junit4]   2> 10866 T37 oashc.HttpShardHandlerFactory.init created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 10896 T37 oejul.Log.initialized Logging initialized @12389ms
   [junit4]   2> 10909 T37 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 10912 T37 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 10912 T37 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 10912 T37 oasc.CoreContainer.initializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 10913 T37 oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used.
   [junit4]   2> 10915 T37 oasc.CoreDescriptor.<init> Created CoreDescriptor: {name=collection1, config=dataimport-solrconfig.xml, transient=false, schema=dataimport-schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001, shard=shard1}
   [junit4]   2> 10917 T38 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001/collection1'
   [junit4]   2> 10919 T38 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 10920 T38 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001
   [junit4]   2> 10936 T38 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 10942 T38 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 10961 T38 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 10970 T38 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 10987 T38 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 10988 T38 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 10988 T38 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 10990 T38 oasc.ConfigSetProperties.readFromResourceLoader Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001/collection1'
   [junit4]   2> 10990 T38 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001/collection1
   [junit4]   2> 10991 T38 x:x:collection1 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 10996 T38 x:x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001/]
   [junit4]   2> 10996 T38 x:x:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 10996 T38 x:x:collection1 oasc.SolrCore.initListeners [[collection1] ] Added SolrEventListener for newSearcher: [org.apache.solr.core.QuerySenderListener{queries=[{q=solr,start=0,rows=10}, {q=rocks,start=0,rows=10}, {q=static newSearcher warming query from solrconfig.xml}]}]
   [junit4]   2> 10997 T38 x:x:collection1 oasc.SolrCore.initListeners [[collection1] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 11005 T38 x:x:collection1 oasc.CachingDirectoryFactory.get return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001
   [junit4]   2> 11006 T38 x:x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001/index/
   [junit4]   2> 11006 T38 x:x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 11008 T38 x:x:collection1 oasc.CachingDirectoryFactory.get return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001/index
   [junit4]   2> 11022 T38 x:x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001/index,segFN=segments_1,generation=1}
   [junit4]   2> 11022 T38 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 11026 T38 x:x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 11026 T38 x:x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 11029 T38 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 11030 T38 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 11031 T38 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 11032 T38 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 11035 T38 x:x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/search,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/dataimport
   [junit4]   2> 11036 T38 x:x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 11036 T38 x:x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 11039 T40 x:x:collection1 oasc.SolrCore$12.run Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001/
   [junit4]   2> 11039 T38 x:x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 11052 T38 x:x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001/index,segFN=segments_1,generation=1}
   [junit4]   2> 11052 T38 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 11053 T38 x:x:collection1 oass.SolrIndexSearcher.<init> Opening [Searcher@3f50ca96[collection1] main]
   [junit4]   2> 11053 T38 x:x:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001/collection1/conf
   [junit4]   2> 11058 T38 x:x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001/collection1/conf}
   [junit4]   2> 11058 T38 x:x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001/collection1/conf
   [junit4]   2> 11058 T38 x:x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 11059 T38 x:x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 11064 T41 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@3f50ca96[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 11064 T41 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 11064 T41 x:x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f50ca96[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 11065 T38 x:x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 11067 T37 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 11393 T37 oejs.Server.doStart jetty-9.3.6.v20151106
   [junit4]   2> 11432 T37 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@20325496{/solr,null,AVAILABLE}
   [junit4]   2> 11444 T37 oejus.SslContextFactory.doStart x509=X509@48ec658b(solrtest,h=[],w=[]) for SslContextFactory@4e0cf430(file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/server/etc/test/solrtest.keystore,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/server/etc/test/solrtest.keystore)
   [junit4]   2> 11678 T37 oejs.AbstractConnector.doStart Started ServerConnector@13a83bd6{SSL,[ssl, http/1.1]}{127.0.0.1:58138}
   [junit4]   2> 11678 T37 oejs.Server.doStart Started @13172ms
   [junit4]   2> 11679 T37 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data, hostContext=/solr, hostPort=58138}
   [junit4]   2> 11693 T37 oass.SolrDispatchFilter.init SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 11695 T37 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001'
   [junit4]   2> 11695 T37 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 11695 T37 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001
   [junit4]   2> 11698 T37 oasc.SolrXmlConfig.fromFile Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/solr.xml
   [junit4]   2> 11715 T37 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001
   [junit4]   2> 11721 T37 oasc.CoreContainer.<init> New CoreContainer 1068398100
   [junit4]   2> 11721 T37 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001]
   [junit4]   2> 11721 T37 oasc.CoreContainer.load WARN Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/lib
   [junit4]   2> 11732 T37 oashc.HttpShardHandlerFactory.init created with socketTimeout : 600000,urlScheme : https,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 11739 T37 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 11743 T37 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 11744 T37 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 11744 T37 oasc.CoreContainer.initializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 11744 T37 oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used.
   [junit4]   2> 11746 T37 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001
   [junit4]   2> 11751 T37 oasc.CoreDescriptor.<init> Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 11751 T37 oasc.CorePropertiesLocator$1.visitFile Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1
   [junit4]   2> 11751 T37 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 11764 T55 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1'
   [junit4]   2> 11764 T37 oass.SolrDispatchFilter.init user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1
   [junit4]   2> 11766 T37 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 11767 T55 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 11767 T55 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-001
   [junit4]   2> 11793 T55 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 11802 T55 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 11831 T55 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 11860 T55 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 11876 T55 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 11897 T55 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 11897 T55 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 11901 T55 oasc.ConfigSetProperties.readFromResourceLoader Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1'
   [junit4]   2> 11901 T55 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1
   [junit4]   2> 11902 T55 x:x:collection1 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 11902 T55 x:x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/]
   [junit4]   2> 11914 T55 x:x:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 11916 T55 x:x:collection1 oasc.SolrCore.initListeners [[collection1] ] Added SolrEventListener for newSearcher: [org.apache.solr.core.QuerySenderListener{queries=[{q=solr,start=0,rows=10}, {q=rocks,start=0,rows=10}, {q=static newSearcher warming query from solrconfig.xml}]}]
   [junit4]   2> 11920 T55 x:x:collection1 oasc.SolrCore.initListeners [[collection1] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 11920 T55 x:x:collection1 oasc.CachingDirectoryFactory.get return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data
   [junit4]   2> 11921 T55 x:x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/index/
   [junit4]   2> 11921 T55 x:x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 11921 T55 x:x:collection1 oasc.CachingDirectoryFactory.get return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/index
   [junit4]   2> 11936 T55 x:x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 11936 T55 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 11941 T59 x:x:collection1 oasc.SolrCore$12.run Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/
   [junit4]   2> 11949 T55 x:x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 11950 T55 x:x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 11953 T55 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 11954 T55 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 11955 T55 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 11956 T55 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 11965 T55 x:x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/search,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/dataimport
   [junit4]   2> 11966 T55 x:x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 11966 T55 x:x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 11966 T55 x:x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 11968 T55 x:x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 11968 T55 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 11968 T55 x:x:collection1 oass.SolrIndexSearcher.<init> Opening [Searcher@23143508[collection1] main]
   [junit4]   2> 11969 T55 x:x:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/conf
   [junit4]   2> 11969 T55 x:x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/conf}
   [junit4]   2> 11969 T55 x:x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/conf
   [junit4]   2> 11969 T55 x:x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 11970 T55 x:x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 11970 T55 x:x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 12002 T60 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@23143508[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 12002 T60 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 12002 T60 x:x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@23143508[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@13e40b6f
   [junit4]   2> 12267 T37 C1 oasc.SolrCore.execute [collection1]  webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 12273 T37 C1 oashdc.DIHConfiguration.verifyWithSchema id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> 12273 T37 C1 oashd.DataImporter.loadDataConfig Data Configuration loaded successfully
   [junit4]   2> 12273 T37 C1 oashd.DataImporter.doFullImport Starting Full Import
   [junit4]   2> 12279 T37 C1 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: dataimport.properties
   [junit4]   2> 12321 T37 C1 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 12350 T37 C1 oashd.SolrEntityProcessor.firstInit using BinaryResponseParser
   [junit4]   2> 12517 T37 C1 oasc.SolrException.log ERROR Exception in entity : se:java.lang.IllegalStateException: Scheme 'http' not registered.
   [junit4]   2> 		at org.apache.http.conn.scheme.SchemeRegistry.getScheme(SchemeRegistry.java:74)
   [junit4]   2> 		at org.apache.http.impl.conn.ProxySelectorRoutePlanner.determineRoute(ProxySelectorRoutePlanner.java:140)
   [junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.determineRoute(DefaultRequestDirector.java:762)
   [junit4]   2> 		at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:381)
   [junit4]   2> 		at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]   2> 		at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 		at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]   2> 		at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]   2> 		at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]   2> 		at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]   2> 		at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
   [junit4]   2> 		at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.SolrEntityProcessor.doQuery(SolrEntityProcessor.java:198)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.SolrEntityProcessor.buildIterator(SolrEntityProcessor.java:147)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.SolrEntityProcessor.nextRow(SolrEntityProcessor.java:128)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.EntityProcessorWrapper.nextRow(EntityProcessorWrapper.java:244)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:475)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:414)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DocBuilder.doFullDump(DocBuilder.java:329)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DocBuilder.execute(DocBuilder.java:232)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DataImporter.doFullImport(DataImporter.java:416)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DataImporter.runCmd(DataImporter.java:480)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.DataImportHandler.handleRequestBody(DataImportHandler.java:186)
   [junit4]   2> 		at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.execute(SolrCore.java:2084)
   [junit4]   2> 		at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.AbstractDataImportHandlerTestCase.runFullImport(AbstractDataImportHandlerTestCase.java:87)
   [junit4]   2> 		at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl(TestSolrEntityProcessorEndToEnd.java:241)
   [junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:497)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	
   [junit4]   2> 12518 T37 C1 oashd.DocBuilder.finish Import completed successfully
   [junit4]   2> 12518 T37 C1 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 12527 T37 C1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001/index,segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001/index,segFN=segments_2,generation=2}
   [junit4]   2> 12529 T37 C1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 12531 T37 C1 oass.SolrIndexSearcher.<init> Opening [Searcher@152626bf[collection1] main]
   [junit4]   2> 12531 T37 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 12532 T41 C1 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@152626bf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 12532 T41 C1 oasr.SolrRequestInfo.setRequestInfo ERROR Previous SolrRequestInfo was not closed!  req=debug=on&commit=true&dataConfig=<dataConfig>%0d%0a++<document>%0d%0a++++<entity+name%3D'se'+processor%3D'SolrEntityProcessor'+++url%3D'http://[ff01::114]:33332/solr'+query%3D'*:*'+rows%3D'2'+fl%3D'id,desc'+onError%3D'skip'+/>%0d%0a++</document>%0d%0a</dataConfig>%0d%0a&clean=true&wt=xml&command=full-import
   [junit4]   2> 12532 T41 C1 oasr.SolrRequestInfo.setRequestInfo ERROR prev == info : false
   [junit4]   2> 12533 T41 oasc.SolrException.log ERROR null:java.lang.AssertionError
   [junit4]   2> 		at org.apache.solr.request.SolrRequestInfo.setRequestInfo(SolrRequestInfo.java:61)
   [junit4]   2> 		at org.apache.solr.core.QuerySenderListener.newSearcher(QuerySenderListener.java:67)
   [junit4]   2> 		at org.apache.solr.core.SolrCore$6.call(SolrCore.java:1870)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 		at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	
   [junit4]   2> 12533 T41 C1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@152626bf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 12534 T37 C1 oashd.SimplePropertiesWriter.readIndexerProperties WARN Unable to read: dataimport.properties
   [junit4]   2> 12535 T37 C1 oashd.SimplePropertiesWriter.persist Wrote last indexed time to dataimport.properties
   [junit4]   2> 12535 T37 C1 oashd.DocBuilder.execute Time taken = 0:0:0.255
   [junit4]   2> 12535 T37 C1 oasup.LogUpdateProcessorFactory$LogUpdateProcessor.finish [collection1]  webapp=null path=null params={debug=on&commit=true&dataConfig=<dataConfig>%0d%0a++<document>%0d%0a++++<entity+name%3D'se'+processor%3D'SolrEntityProcessor'+++url%3D'http://[ff01::114]:33332/solr'+query%3D'*:*'+rows%3D'2'+fl%3D'id,desc'+onError%3D'skip'+/>%0d%0a++</document>%0d%0a</dataConfig>%0d%0a&clean=true&wt=xml&command=full-import}{deleteByQuery=*:*,commit=} 0 264
   [junit4]   2> 12541 T37 C1 oasc.SolrCore.execute [collection1]  webapp=null path=null params={q=*:*&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 12544 T37 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 12544 T37 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1227720874
   [junit4]   2> 12547 T62 x:x:collection1 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@13e40b6f
   [junit4]   2> 12548 T62 x:x:collection1 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 12555 T62 x:x:collection1 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 12555 T62 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 12555 T62 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 12571 T62 x:x:collection1 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 12571 T62 x:x:collection1 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 12571 T62 x:x:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 12571 T62 x:x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001/index
   [junit4]   2> 12571 T62 x:x:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001 [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001;done=false>>]
   [junit4]   2> 12572 T62 x:x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/init-core-data-001
   [junit4]   2> 12580 T37 oejs.AbstractConnector.doStop Stopped ServerConnector@13a83bd6{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 12580 T37 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1068398100
   [junit4]   2> 12586 T63 x:x:collection1 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7d016a85
   [junit4]   2> 12587 T63 x:x:collection1 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 12593 T63 x:x:collection1 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 12593 T63 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 12594 T63 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 12599 T63 x:x:collection1 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 12599 T63 x:x:collection1 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 12599 T63 x:x:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 12599 T63 x:x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/index
   [junit4]   2> 12599 T63 x:x:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 12599 T63 x:x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data
   [junit4]   2> 12602 T37 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@20325496{/solr,null,UNAVAILABLE}
   [junit4]   2> 12607 T37 oas.SolrTestCaseJ4.tearDown ###Ending testFullImportWrongSolrUrl
   [junit4]   2> 12620 T37 oas.SolrTestCaseJ4.setUp ###Starting testFullImportFieldsParam
   [junit4]   2> 12627 T37 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 12627 T37 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002/collection1'
   [junit4]   2> 12628 T37 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 12628 T37 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002
   [junit4]   2> 12684 T37 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 12689 T37 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 12700 T37 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 12707 T37 oass.IndexSchema.readSchema [null] Schema name=dih_test
   [junit4]   2> 12737 T37 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 12738 T37 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 12738 T37 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 12739 T37 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 12739 T37 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002
   [junit4]   2> 12739 T37 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002'
   [junit4]   2> 12739 T37 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 12739 T37 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002
   [junit4]   2> 12740 T37 oasc.CoreContainer.<init> New CoreContainer 706414272
   [junit4]   2> 12740 T37 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002]
   [junit4]   2> 12740 T37 oasc.CoreContainer.load WARN Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002/lib
   [junit4]   2> 12740 T37 oashc.HttpShardHandlerFactory.init created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 12744 T37 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 12746 T37 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 12746 T37 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 12747 T37 oasc.CoreContainer.initializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 12747 T37 oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used.
   [junit4]   2> 12748 T37 oasc.CoreDescriptor.<init> Created CoreDescriptor: {name=collection1, config=dataimport-solrconfig.xml, transient=false, schema=dataimport-schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data, shard=shard1}
   [junit4]   2> 12761 T64 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002/collection1'
   [junit4]   2> 12762 T64 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 12762 T64 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002
   [junit4]   2> 12776 T64 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 12780 T64 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 12812 T64 oasc.SolrConfig.<init> Loaded SolrConfig: dataimport-solrconfig.xml
   [junit4]   2> 12842 T64 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 12853 T64 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 12853 T64 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 12854 T64 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 12855 T64 oasc.ConfigSetProperties.readFromResourceLoader Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002/collection1'
   [junit4]   2> 12856 T64 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002/collection1
   [junit4]   2> 12856 T64 x:x:collection1 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 12856 T64 x:x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/]
   [junit4]   2> 12856 T64 x:x:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 12856 T64 x:x:collection1 oasc.SolrCore.initListeners [[collection1] ] Added SolrEventListener for newSearcher: [org.apache.solr.core.QuerySenderListener{queries=[{q=solr,start=0,rows=10}, {q=rocks,start=0,rows=10}, {q=static newSearcher warming query from solrconfig.xml}]}]
   [junit4]   2> 12857 T64 x:x:collection1 oasc.SolrCore.initListeners [[collection1] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 12858 T64 x:x:collection1 oasc.CachingDirectoryFactory.get return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data
   [junit4]   2> 12858 T64 x:x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/index/
   [junit4]   2> 12858 T64 x:x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 12859 T64 x:x:collection1 oasc.CachingDirectoryFactory.get return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/index
   [junit4]   2> 12867 T64 x:x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 12868 T64 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 12883 T64 x:x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "" (default)
   [junit4]   2> 12883 T64 x:x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
   [junit4]   2> 12886 T64 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 12887 T64 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 12888 T64 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 12888 T66 x:x:collection1 oasc.SolrCore$12.run Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/
   [junit4]   2> 12890 T64 x:x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 12897 T64 x:x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/search,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/dataimport
   [junit4]   2> 12898 T64 x:x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 12899 T64 x:x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 12899 T64 x:x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 12900 T64 x:x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-001/collection1/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 12900 T64 x:x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 12901 T64 x:x:collection1 oass.SolrIndexSearcher.<init> Opening [Searcher@2af93920[collection1] main]
   [junit4]   2> 12901 T64 x:x:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002/collection1/conf
   [junit4]   2> 12901 T64 x:x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002/collection1/conf}
   [junit4]   2> 12901 T64 x:x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002/collection1/conf
   [junit4]   2> 12902 T64 x:x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 12902 T64 x:x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 12902 T64 x:x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 12914 T37 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 12927 T67 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@2af93920[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 12927 T67 x:x:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 12927 T67 x:x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2af93920[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 12929 T37 oejs.Server.doStart jetty-9.3.6.v20151106
   [junit4]   2> 12933 T37 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@576183b3{/solr,null,AVAILABLE}
   [junit4]   2> 12935 T37 oejus.SslContextFactory.doStart x509=X509@74051952(solrtest,h=[],w=[]) for SslContextFactory@7873be6b(file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/server/etc/test/solrtest.keystore,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/server/etc/test/solrtest.keystore)
   [junit4]   2> 12949 T37 oejs.AbstractConnector.doStart Started ServerConnector@3fc98739{SSL,[ssl, http/1.1]}{127.0.0.1:45946}
   [junit4]   2> 12949 T37 oejs.Server.doStart Started @14442ms
   [junit4]   2> 12949 T37 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-002/collection1/data, hostContext=/solr, hostPort=45946}
   [junit4]   2> 12950 T37 oass.SolrDispatchFilter.init SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 12950 T37 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-002'
   [junit4]   2> 12950 T37 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 12950 T37 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002
   [junit4]   2> 12951 T37 oasc.SolrXmlConfig.fromFile Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-002/solr.xml
   [junit4]   2> 12957 T37 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-002
   [junit4]   2> 12957 T37 oasc.CoreContainer.<init> New CoreContainer 1226794643
   [junit4]   2> 12957 T37 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-002]
   [junit4]   2> 12958 T37 oasc.CoreContainer.load WARN Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-002/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-002/lib
   [junit4]   2> 12958 T37 oashc.HttpShardHandlerFactory.init created with socketTimeout : 600000,urlScheme : https,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 12969 T37 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 12971 T37 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 12971 T37 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 12971 T37 oasc.CoreContainer.initializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 12971 T37 oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used.
   [junit4]   2> 12972 T37 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-002
   [junit4]   2> 12973 T37 oasc.CoreDescriptor.<init> Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 12974 T37 oasc.CorePropertiesLocator$1.visitFile Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-002/collection1
   [junit4]   2> 12974 T37 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 12980 T80 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-002/collection1'
   [junit4]   2> 12980 T80 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 12980 T80 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/core-home-002
   [junit4]   2> 12987 T37 oass.SolrDispatchFilter.init user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1
   [junit4]   2> 12987 T37 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 12999 T80 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 13004 T80 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 13024 T80 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 13038 T80 oass.IndexSchema.readSchema [collection1] Schema name=dih_test
   [junit4]   2> 13054 T80 oass.IndexSchema.readSchema default search field in schema is desc
   [junit4]   2> 13054 T80 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 13055 T80 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 13056 T80 oasc.ConfigSetProperties.readFromResourceLoader Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-002/collection1'
   [junit4]   2> 13056 T80 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-

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

j.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
   [junit4]   2> 	... 47 more
   [junit4]   2> 
   [junit4]   2> 17210 T37 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 17210 T37 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=675064248
   [junit4]   2> 17212 T196 x:x:collection1 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7a6f8c5b
   [junit4]   2> 17212 T196 x:x:collection1 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 17212 T196 x:x:collection1 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 17212 T196 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 17212 T196 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 17222 T196 x:x:collection1 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 17222 T196 x:x:collection1 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 17222 T196 x:x:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-005/collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-005/collection1/data;done=false>>]
   [junit4]   2> 17222 T196 x:x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-005/collection1/data
   [junit4]   2> 17222 T196 x:x:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-005/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-005/collection1/data/index;done=false>>]
   [junit4]   2> 17222 T196 x:x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-005/collection1/data/index
   [junit4]   2> 17225 T37 oejs.AbstractConnector.doStop Stopped ServerConnector@4690a089{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 17225 T37 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=903038852
   [junit4]   2> 17231 T198 x:x:collection1 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1bf8e88b
   [junit4]   2> 17231 T198 x:x:collection1 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 17231 T198 x:x:collection1 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 17231 T198 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 17231 T198 x:x:collection1 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 17234 T198 x:x:collection1 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 17234 T198 x:x:collection1 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 17234 T198 x:x:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-006/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-006/collection1/data/index;done=false>>]
   [junit4]   2> 17234 T198 x:x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-006/collection1/data/index
   [junit4]   2> 17234 T198 x:x:collection1 oasc.CachingDirectoryFactory.closeCacheValue looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-006/collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-006/collection1/data;done=false>>]
   [junit4]   2> 17234 T198 x:x:collection1 oasc.CachingDirectoryFactory.close Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001/tempDir-006/collection1/data
   [junit4]   2> 17235 T37 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@2843ee5e{/solr,null,UNAVAILABLE}
   [junit4]   2> 17237 T37 oas.SolrTestCaseJ4.tearDown ###Ending testFullImportInnerEntity
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrEntityProcessorEndToEnd -Dtests.method=testFullImportInnerEntity -Dtests.seed=6CC006AF69DFEFE6 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=tr -Dtests.timezone=America/Montserrat -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.87s J1 | TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: IOException occured when talking to server at: https://127.0.0.1:35679/solr/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6CC006AF69DFEFE6:9DB7AA1AC8BC9C71]:0)
   [junit4]    > 	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity(TestSolrEntityProcessorEndToEnd.java:221)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 17239 T37 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/contrib/solr-dataimporthandler/test/J1/temp/solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_6CC006AF69DFEFE6-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=tr, timezone=America/Montserrat
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=4,threads=1,free=154226944,total=321388544
   [junit4]   2> NOTE: All tests run in this JVM: [TestErrorHandling, TestLineEntityProcessor, TestScriptTransformer, TestJdbcDataSourceConvertType, TestEntityProcessorBase, TestBuiltInEvaluators, TestTemplateTransformer, TestContextImpl, TestSolrEntityProcessorEndToEnd]
   [junit4] Completed [19/38 (1!)] on J1 in 6.57s, 6 tests, 4 failures <<< FAILURES!

[...truncated 71 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build.xml:253: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/common-build.xml:459: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/common-build.xml:524: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:1014: There were test failures: 38 suites, 157 tests, 4 failures, 3 ignored [seed: 6CC006AF69DFEFE6]

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



[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 878 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/878/

All tests passed

Build Log:
[...truncated 36078 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.4
[forbidden-apis] Reading API signatures: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/tools/forbiddenApis/servlet-api.txt
[forbidden-apis] Reading API signatures: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/tools/forbiddenApis/solr.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default locale]
[forbidden-apis]   in org.apache.solr.cloud.OverseerTest$MockZKController (OverseerTest.java:128)
[forbidden-apis] Scanned 3180 (and 1946 related) class file(s) for forbidden API invocations (in 1.41s), 1 error(s).

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:117: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build.xml:347: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/common-build.xml:504: Check for forbidden API calls failed, see log.

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



[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 877 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/877/

All tests passed

Build Log:
[...truncated 36087 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.4
[forbidden-apis] Reading API signatures: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/tools/forbiddenApis/servlet-api.txt
[forbidden-apis] Reading API signatures: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/tools/forbiddenApis/solr.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default locale]
[forbidden-apis]   in org.apache.solr.cloud.OverseerTest$MockZKController (OverseerTest.java:128)
[forbidden-apis] Scanned 3180 (and 1946 related) class file(s) for forbidden API invocations (in 1.33s), 1 error(s).

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:117: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build.xml:347: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/common-build.xml:504: Check for forbidden API calls failed, see log.

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



Re: [JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 876 - Still Failing

Posted by Michael McCandless <lu...@mikemccandless.com>.
Mark it looks like you broke the build ... can you fix?  Thanks.

Next time try to run "ant precommit" first, or at least try not to
"commit and run".

Mike McCandless

http://blog.mikemccandless.com

On Fri, Feb 26, 2016 at 8:22 PM, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/876/
>
> All tests passed
>
> Build Log:
> [...truncated 36078 lines...]
> -check-forbidden-all:
> [forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
> [forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
> [forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.4
> [forbidden-apis] Reading API signatures: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/tools/forbiddenApis/base.txt
> [forbidden-apis] Reading API signatures: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/tools/forbiddenApis/servlet-api.txt
> [forbidden-apis] Reading API signatures: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/tools/forbiddenApis/solr.txt
> [forbidden-apis] Loading classes to check...
> [forbidden-apis] Scanning classes for violations...
> [forbidden-apis] Forbidden method invocation: java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default locale]
> [forbidden-apis]   in org.apache.solr.cloud.OverseerTest$MockZKController (OverseerTest.java:128)
> [forbidden-apis] Scanned 3180 (and 1946 related) class file(s) for forbidden API invocations (in 1.43s), 1 error(s).
>
> BUILD FAILED
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:740: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:117: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build.xml:347: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/common-build.xml:504: Check for forbidden API calls failed, see log.
>
> Total time: 66 minutes 1 second
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

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