You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/03/07 09:05:26 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_15) - Build # 4606 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4606/
Java: 32bit/jdk1.7.0_15 -client -XX:+UseParallelGC

All tests passed

Build Log:
[...truncated 29998 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:320: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:120: The following files are missing svn:eol-style (or binary svn:mime-type):
* solr/core/src/test/org/apache/solr/cloud/AliasIntegrationTest.java
* solr/solrj/src/java/org/apache/solr/common/cloud/Aliases.java

Total time: 48 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.7.0_15 -client -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b79) - Build # 4611 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4611/
Java: 32bit/jdk1.8.0-ea-b79 -client -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

Error Message:
Server at http://127.0.0.1:44701/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update

Stack Trace:
org.apache.solr.common.SolrException: Server at http://127.0.0.1:44701/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([CCEFAABFC99AD241:4D0924A7BEC5B27D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:200)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


FAILED:  org.apache.solr.cloud.UnloadDistributedZkTest.testDistribSearch

Error Message:
Still found shard

Stack Trace:
java.lang.AssertionError: Still found shard
	at __randomizedtesting.SeedInfo.seed([CCEFAABFC99AD241:4D0924A7BEC5B27D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:124)
	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


FAILED:  org.apache.solr.rest.TestFieldCollectionResource.testJsonGetAllFields

Error Message:
mismatch: 'custstopfilt'!='iind' @ fields/[0]/name

Stack Trace:
java.lang.RuntimeException: mismatch: 'custstopfilt'!='iind' @ fields/[0]/name
	at __randomizedtesting.SeedInfo.seed([CCEFAABFC99AD241:45EFD83369299E67]:0)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:242)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:186)
	at org.apache.solr.rest.TestFieldCollectionResource.testJsonGetAllFields(TestFieldCollectionResource.java:50)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


FAILED:  org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([CCEFAABFC99AD241:2041E07B33692BD9]:0)
	at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:143)
	at org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields(TestFieldCollectionResource.java:26)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] = 'custstopfilt'
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>

<lst name="responseHeader">
  <int name="status">0</int>
  <int name="QTime">2</int>
</lst>
<arr name="fields">
  <lst>
    <str name="name">iind</str>
    <str name="type">int</str>
    <bool name="stored">false</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">text_np</str>
    <str name="type">text_np</str>
    <bool name="stored">false</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">sindsto</str>
    <str name="type">string</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">title_stemmed</str>
    <str name="type">text</str>
    <bool name="stored">false</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">lowerfilt</str>
    <str name="type">lowerfilt</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">sind</str>
    <str name="type">string</str>
    <bool name="stored">false</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">uniq</str>
    <str name="type">string</str>
    <bool name="stored">true</bool>
    <bool name="multiValued">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">HTMLwhitetok</str>
    <str name="type">HTMLwhitetok</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">test_offtv</str>
    <str name="type">text</str>
    <bool name="termOffsets">true</bool>
    <bool name="termVectors">true</bool>
  </lst>
  <lst>
    <str name="name">subject</str>
    <str name="type">text</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">keywordtok</str>
    <str name="type">keywordtok</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">wdf_nocase</str>
    <str name="type">wdf_nocase</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">title</str>
    <str name="type">nametext</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">nouniq</str>
    <str name="type">string</str>
    <bool name="stored">true</bool>
    <bool name="multiValued">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">title_lettertok</str>
    <str name="type">lettertok</str>
    <bool name="stored">false</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">custstopfilt</str>
    <str name="type">custstopfilt</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">name</str>
    <str name="type">nametext</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">bday</str>
    <str name="type">date</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">engporterfilt</str>
    <str name="type">engporterfilt</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">standardtok</str>
    <str name="type">standardtok</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">point_hash</str>
    <str name="type">geohash</str>
    <bool name="stored">true</bool>
    <bool name="multiValued">false</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">standardtokfilt</str>
    <str name="type">standardtokfilt</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">subword</str>
    <str name="type">subword</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">test_hlt</str>
    <str name="type">highlittext</str>
    <bool name="indexed">true</bool>
    <bool name="compressed">true</bool>
  </lst>
  <lst>
    <str name="name">bind</str>
    <str name="type">boolean</str>
    <bool name="stored">false</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">teststop</str>
    <str name="type">teststop</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">numericsubword</str>
    <str name="type">numericsubword</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">textgap</str>
    <str name="type">textgap</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">dedup</str>
    <str name="type">dedup</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">lowertok</str>
    <str name="type">lowertok</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">syn</str>
    <str name="type">syn</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">shouldbeunindexed</str>
    <str name="type">unstored</str>
    <bool name="stored">true</bool>
    <bool name="indexed">false</bool>
  </lst>
  <lst>
    <str name="name">patternreplacefilt</str>
    <str name="type">patternreplacefilt</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">numberpartfail</str>
    <str name="type">failtype1</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">lengthfilt</str>
    <str name="type">lengthfilt</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">pointD</str>
    <str name="type">xyd</str>
    <bool name="stored">true</bool>
    <bool name="multiValued">false</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">shouldbestored</str>
    <str name="type">unstored</str>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">timestamp</str>
    <str name="type">date</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">custengporterfilt</str>
    <str name="type">custengporterfilt</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">uniq3</str>
    <str name="type">string</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">test_basictv</str>
    <str name="type">text</str>
    <bool name="termVectors">true</bool>
  </lst>
  <lst>
    <str name="name">stopfilt</str>
    <str name="type">stopfilt</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">wdf_preserve</str>
    <str name="type">wdf_preserve</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">test_posofftv</str>
    <str name="type">text</str>
    <bool name="termOffsets">true</bool>
    <bool name="termPositions">true</bool>
    <bool name="termVectors">true</bool>
  </lst>
  <lst>
    <str name="name">shouldbeunstored</str>
    <str name="type">unstored</str>
  </lst>
  <lst>
    <str name="name">lettertok</str>
    <str name="type">lettertok</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">standardfilt</str>
    <str name="type">standardfilt</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">weight</str>
    <str name="type">float</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">test_postv</str>
    <str name="type">text</str>
    <bool name="termPositions">true</bool>
    <bool name="termVectors">true</bool>
  </lst>
  <lst>
    <str name="name">uuid</str>
    <str name="type">uuid</str>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">point</str>
    <str name="type">xy</str>
    <bool name="stored">true</bool>
    <bool name="multiValued">false</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">test_notv</str>
    <str name="type">text</str>
    <bool name="termVectors">false</bool>
  </lst>
  <lst>
    <str name="name">bsto</str>
    <str name="type">boolean</str>
    <bool name="stored">true</bool>
    <bool name="indexed">false</bool>
  </lst>
  <lst>
    <str name="name">test_hlt_off</str>
    <str name="type">highlittext</str>
    <bool name="indexed">true</bool>
    <bool name="compressed">false</bool>
  </lst>
  <lst>
    <str name="name">whitetok</str>
    <str name="type">whitetok</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">ssto</str>
    <str name="type">string</str>
    <bool name="stored">true</bool>
    <bool name="indexed">false</bool>
  </lst>
  <lst>
    <str name="name">id</str>
    <str name="type">string</str>
    <bool name="stored">true</bool>
    <bool name="multiValued">false</bool>
    <bool name="indexed">true</bool>
    <bool name="required">true</bool>
    <bool name="uniqueKey">true</bool>
  </lst>
  <lst>
    <str name="name">protectedsubword</str>
    <str name="type">protectedsubword</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">_version_</str>
    <str name="type">long</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">signatureField</str>
    <str name="type">string</str>
    <bool name="stored">false</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">nullfirst</str>
    <str name="type">string</str>
    <bool name="sortMissingFirst">true</bool>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">bindsto</str>
    <str name="type">boolean</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">sku2</str>
    <str name="type">skutype2</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">porterfilt</str>
    <str name="type">porterfilt</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">store</str>
    <str name="type">location</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">uniq2</str>
    <str name="type">string</str>
    <bool name="stored">true</bool>
    <bool name="multiValued">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">text</str>
    <str name="type">text</str>
    <bool name="stored">false</bool>
    <bool name="multiValued">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">isto</str>
    <str name="type">int</str>
    <bool name="stored">true</bool>
    <bool name="indexed">false</bool>
  </lst>
  <lst>
    <str name="name">copyfield_source</str>
    <str name="type">string</str>
    <bool name="stored">true</bool>
    <bool name="multiValued">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">sku1</str>
    <str name="type">skutype1</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">HTMLstandardtok</str>
    <str name="type">HTMLstandardtok</str>
    <bool name="stored">true</bool>
    <bool name="indexed">true</bool>
  </lst>
</arr>
</response>

	request was:/schema/fields?indent=on&wt=xml
	at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:136)
	... 41 more




Build Log:
[...truncated 9190 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T1898 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 6 T1898 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362673733442
[junit4:junit4]   2> 7 T1898 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 7 T1899 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 9 T1899 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 9 T1899 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 9 T1899 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 10 T1899 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 11 T1899 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 107 T1898 oasc.ZkTestServer.run start zk server on port:51199
[junit4:junit4]   2> 108 T1898 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51199 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@18de2b
[junit4:junit4]   2> 110 T1904 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51199. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 110 T1898 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 110 T1904 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51199, initiating session
[junit4:junit4]   2> 110 T1900 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42951
[junit4:junit4]   2> 111 T1900 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42951
[junit4:junit4]   2> 112 T1902 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 412 T1902 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d45af0f480000 with negotiated timeout 10000 for client /127.0.0.1:42951
[junit4:junit4]   2> 413 T1904 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51199, sessionid = 0x13d45af0f480000, negotiated timeout = 10000
[junit4:junit4]   2> 414 T1905 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18de2b name:ZooKeeperConnection Watcher:127.0.0.1:51199 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 414 T1898 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 415 T1898 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 419 T1903 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d45af0f480000
[junit4:junit4]   2> 421 T1905 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 421 T1900 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:42951 which had sessionid 0x13d45af0f480000
[junit4:junit4]   2> 421 T1898 oaz.ZooKeeper.close Session: 0x13d45af0f480000 closed
[junit4:junit4]   2> 423 T1898 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51199/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@130d4d2
[junit4:junit4]   2> 424 T1906 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51199. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 424 T1898 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 425 T1906 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51199, initiating session
[junit4:junit4]   2> 425 T1900 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42952
[junit4:junit4]   2> 426 T1900 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42952
[junit4:junit4]   2> 427 T1902 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d45af0f480001 with negotiated timeout 10000 for client /127.0.0.1:42952
[junit4:junit4]   2> 427 T1906 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51199, sessionid = 0x13d45af0f480001, negotiated timeout = 10000
[junit4:junit4]   2> 428 T1907 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@130d4d2 name:ZooKeeperConnection Watcher:127.0.0.1:51199/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 428 T1898 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 429 T1898 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 435 T1898 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 439 T1898 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 442 T1898 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 446 T1898 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 447 T1898 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 453 T1898 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 455 T1898 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 461 T1898 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 462 T1898 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 466 T1898 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 467 T1898 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 471 T1898 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 472 T1898 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 477 T1898 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 477 T1898 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 479 T1898 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 479 T1898 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 482 T1898 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 483 T1898 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 485 T1898 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 485 T1898 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 487 T1903 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d45af0f480001
[junit4:junit4]   2> 488 T1907 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 488 T1898 oaz.ZooKeeper.close Session: 0x13d45af0f480001 closed
[junit4:junit4]   2> 488 T1900 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:42952 which had sessionid 0x13d45af0f480001
[junit4:junit4]   2> 545 T1898 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 560 T1898 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:46872
[junit4:junit4]   2> 561 T1898 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 561 T1898 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 562 T1898 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362673733925
[junit4:junit4]   2> 562 T1898 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362673733925/solr.xml
[junit4:junit4]   2> 562 T1898 oasc.CoreContainer.<init> New CoreContainer 29073982
[junit4:junit4]   2> 563 T1898 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362673733925/'
[junit4:junit4]   2> 563 T1898 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362673733925/'
[junit4:junit4]   2> 581 T1898 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 582 T1898 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 582 T1898 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 583 T1898 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 583 T1898 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 583 T1898 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 584 T1898 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 584 T1898 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 584 T1898 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 585 T1898 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 591 T1898 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 601 T1898 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51199/solr
[junit4:junit4]   2> 602 T1898 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 602 T1898 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51199 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@164583a
[junit4:junit4]   2> 603 T1898 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 603 T1917 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51199. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 604 T1917 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51199, initiating session
[junit4:junit4]   2> 604 T1900 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42955
[junit4:junit4]   2> 605 T1900 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42955
[junit4:junit4]   2> 605 T1902 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d45af0f480002 with negotiated timeout 20000 for client /127.0.0.1:42955
[junit4:junit4]   2> 606 T1917 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51199, sessionid = 0x13d45af0f480002, negotiated timeout = 20000
[junit4:junit4]   2> 606 T1918 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@164583a name:ZooKeeperConnection Watcher:127.0.0.1:51199 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 606 T1898 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 608 T1903 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d45af0f480002
[junit4:junit4]   2> 609 T1900 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:42955 which had sessionid 0x13d45af0f480002
[junit4:junit4]   2> 609 T1918 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 609 T1898 oaz.ZooKeeper.close Session: 0x13d45af0f480002 closed
[junit4:junit4]   2> 610 T1898 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 612 T1898 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51199/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1fe1081
[junit4:junit4]   2> 613 T1919 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51199. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 613 T1898 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 613 T1919 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51199, initiating session
[junit4:junit4]   2> 613 T1900 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42956
[junit4:junit4]   2> 614 T1900 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42956
[junit4:junit4]   2> 615 T1902 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d45af0f480003 with negotiated timeout 20000 for client /127.0.0.1:42956
[junit4:junit4]   2> 615 T1919 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51199, sessionid = 0x13d45af0f480003, negotiated timeout = 20000
[junit4:junit4]   2> 615 T1920 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fe1081 name:ZooKeeperConnection Watcher:127.0.0.1:51199/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 616 T1898 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 618 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 621 T1898 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 623 T1898 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46872_
[junit4:junit4]   2> 624 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:46872_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:46872_
[junit4:junit4]   2> 625 T1898 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46872_
[junit4:junit4]   2> 630 T1898 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 636 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 637 T1898 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 641 T1898 oasc.Overseer.start Overseer (id=89304185795248131-127.0.0.1:46872_-n_0000000000) starting
[junit4:junit4]   2> 642 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 643 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 645 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 646 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 647 T1922 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 649 T1898 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 653 T1898 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 656 T1898 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 660 T1921 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 665 T1923 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362673733925/collection1
[junit4:junit4]   2> 665 T1923 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 666 T1923 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 667 T1923 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 669 T1923 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362673733925/collection1/'
[junit4:junit4]   2> 670 T1923 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362673733925/collection1/lib/README' to classloader
[junit4:junit4]   2> 670 T1923 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362673733925/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 736 T1923 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 767 T1923 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 768 T1923 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 772 T1923 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1311 T1923 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1317 T1923 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1322 T1923 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1338 T1923 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1343 T1923 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1349 T1923 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1351 T1923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1351 T1923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1352 T1923 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1353 T1923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1353 T1923 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1354 T1923 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1362673733925/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/control/data/
[junit4:junit4]   2> 1354 T1923 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@359bc5
[junit4:junit4]   2> 1355 T1923 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1356 T1923 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/control/data forceNew: false
[junit4:junit4]   2> 1356 T1923 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/control/data/index/
[junit4:junit4]   2> 1356 T1923 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1357 T1923 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/control/data/index forceNew: false
[junit4:junit4]   2> 1359 T1923 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@e955d4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@223f7b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1359 T1923 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1362 T1923 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1362 T1923 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1363 T1923 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1364 T1923 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1364 T1923 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1365 T1923 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1365 T1923 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1366 T1923 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1366 T1923 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1371 T1923 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1375 T1923 oass.SolrIndexSearcher.<init> Opening Searcher@1f50470 main
[junit4:junit4]   2> 1376 T1923 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/control/data/tlog
[junit4:junit4]   2> 1376 T1923 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1376 T1923 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1381 T1924 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f50470 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1382 T1923 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1382 T1923 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1383 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2166 T1921 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2167 T1921 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46872",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46872_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1"}
[junit4:junit4]   2> 2167 T1921 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2168 T1921 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2169 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2176 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2387 T1923 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2387 T1923 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:46872 collection:control_collection shard:shard1
[junit4:junit4]   2> 2388 T1923 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2398 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2399 T1923 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2400 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2403 T1923 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2403 T1923 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2403 T1923 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:46872/collection1/
[junit4:junit4]   2> 2404 T1923 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2404 T1923 oasc.SyncStrategy.syncToMe http://127.0.0.1:46872/collection1/ has no replicas
[junit4:junit4]   2> 2405 T1923 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:46872/collection1/
[junit4:junit4]   2> 2405 T1923 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2410 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3683 T1921 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3693 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3717 T1923 oasc.ZkController.register We are http://127.0.0.1:46872/collection1/ and leader is http://127.0.0.1:46872/collection1/
[junit4:junit4]   2> 3717 T1923 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:46872
[junit4:junit4]   2> 3718 T1923 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3718 T1923 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3718 T1923 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3721 T1923 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3723 T1898 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3724 T1898 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3724 T1898 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3731 T1898 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3732 T1898 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51199/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1dd8de7
[junit4:junit4]   2> 3733 T1898 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3734 T1926 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51199. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3735 T1926 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51199, initiating session
[junit4:junit4]   2> 3735 T1900 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42963
[junit4:junit4]   2> 3735 T1900 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42963
[junit4:junit4]   2> 3737 T1902 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d45af0f480004 with negotiated timeout 10000 for client /127.0.0.1:42963
[junit4:junit4]   2> 3738 T1926 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51199, sessionid = 0x13d45af0f480004, negotiated timeout = 10000
[junit4:junit4]   2> 3738 T1927 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dd8de7 name:ZooKeeperConnection Watcher:127.0.0.1:51199/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3739 T1898 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3741 T1898 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3745 T1898 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3816 T1898 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3817 T1898 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55697
[junit4:junit4]   2> 3818 T1898 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3818 T1898 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3819 T1898 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362673737181
[junit4:junit4]   2> 3819 T1898 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362673737181/solr.xml
[junit4:junit4]   2> 3819 T1898 oasc.CoreContainer.<init> New CoreContainer 1168445
[junit4:junit4]   2> 3820 T1898 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362673737181/'
[junit4:junit4]   2> 3820 T1898 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362673737181/'
[junit4:junit4]   2> 3836 T1898 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3836 T1898 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3837 T1898 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3837 T1898 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3837 T1898 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3837 T1898 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3838 T1898 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3838 T1898 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3838 T1898 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3839 T1898 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3845 T1898 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3856 T1898 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51199/solr
[junit4:junit4]   2> 3856 T1898 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3857 T1898 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51199 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@19b7455
[junit4:junit4]   2> 3858 T1898 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3858 T1937 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51199. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3858 T1937 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51199, initiating session
[junit4:junit4]   2> 3858 T1900 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42964
[junit4:junit4]   2> 3859 T1900 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42964
[junit4:junit4]   2> 3859 T1902 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d45af0f480005 with negotiated timeout 20000 for client /127.0.0.1:42964
[junit4:junit4]   2> 3859 T1937 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51199, sessionid = 0x13d45af0f480005, negotiated timeout = 20000
[junit4:junit4]   2> 3860 T1938 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19b7455 name:ZooKeeperConnection Watcher:127.0.0.1:51199 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3860 T1898 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3862 T1903 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d45af0f480005
[junit4:junit4]   2> 3862 T1938 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3863 T1900 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:42964 which had sessionid 0x13d45af0f480005
[junit4:junit4]   2> 3862 T1898 oaz.ZooKeeper.close Session: 0x13d45af0f480005 closed
[junit4:junit4]   2> 3863 T1898 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3866 T1898 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51199/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@ec28ba
[junit4:junit4]   2> 3867 T1939 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51199. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3866 T1898 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3867 T1900 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42965
[junit4:junit4]   2> 3867 T1939 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51199, initiating session
[junit4:junit4]   2> 3868 T1900 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42965
[junit4:junit4]   2> 3869 T1902 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d45af0f480006 with negotiated timeout 20000 for client /127.0.0.1:42965
[junit4:junit4]   2> 3869 T1939 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51199, sessionid = 0x13d45af0f480006, negotiated timeout = 20000
[junit4:junit4]   2> 3870 T1940 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ec28ba name:ZooKeeperConnection Watcher:127.0.0.1:51199/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3870 T1898 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3871 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3883 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3886 T1898 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4892 T1898 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55697_
[junit4:junit4]   2> 4893 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:55697_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:55697_
[junit4:junit4]   2> 4894 T1898 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55697_
[junit4:junit4]   2> 4898 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4899 T1927 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4899 T1940 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4902 T1920 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4909 T1941 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362673737181/collection1
[junit4:junit4]   2> 4910 T1941 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4911 T1941 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4911 T1941 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4914 T1941 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362673737181/collection1/'
[junit4:junit4]   2> 4915 T1941 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362673737181/collection1/lib/README' to classloader
[junit4:junit4]   2> 4915 T1941 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362673737181/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4951 T1941 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4985 T1941 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4987 T1941 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4991 T1941 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5200 T1921 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5201 T1921 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46872",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46872_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1"}
[junit4:junit4]   2> 5204 T1927 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5204 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5204 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5418 T1941 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5423 T1941 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5425 T1941 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5441 T1941 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5445 T1941 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5449 T1941 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5450 T1941 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5451 T1941 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5451 T1941 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5453 T1941 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5453 T1941 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5453 T1941 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362673737181/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty1/
[junit4:junit4]   2> 5454 T1941 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@359bc5
[junit4:junit4]   2> 5454 T1941 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5455 T1941 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty1 forceNew: false
[junit4:junit4]   2> 5455 T1941 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty1/index/
[junit4:junit4]   2> 5456 T1941 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5456 T1941 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty1/index forceNew: false
[junit4:junit4]   2> 5458 T1941 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@9df29a lockFactory=org.apache.lucene.store.NativeFSLockFactory@10932c4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5458 T1941 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5460 T1941 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5461 T1941 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5461 T1941 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5462 T1941 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5463 T1941 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5463 T1941 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5464 T1941 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5465 T1941 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5465 T1941 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5469 T1941 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5473 T1941 oass.SolrIndexSearcher.<init> Opening Searcher@55c823 main
[junit4:junit4]   2> 5474 T1941 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty1/tlog
[junit4:junit4]   2> 5475 T1941 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5475 T1941 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5481 T1942 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@55c823 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5484 T1941 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5484 T1941 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6709 T1921 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6711 T1921 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55697",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55697_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 6711 T1921 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6711 T1921 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 6719 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6719 T1927 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6719 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7486 T1941 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7486 T1941 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55697 collection:collection1 shard:shard2
[junit4:junit4]   2> 7488 T1941 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 7497 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7498 T1941 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7499 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7502 T1941 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7502 T1941 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7503 T1941 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55697/collection1/
[junit4:junit4]   2> 7503 T1941 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7504 T1941 oasc.SyncStrategy.syncToMe http://127.0.0.1:55697/collection1/ has no replicas
[junit4:junit4]   2> 7504 T1941 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55697/collection1/
[junit4:junit4]   2> 7504 T1941 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 7511 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8227 T1921 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8239 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8239 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8239 T1927 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8265 T1941 oasc.ZkController.register We are http://127.0.0.1:55697/collection1/ and leader is http://127.0.0.1:55697/collection1/
[junit4:junit4]   2> 8266 T1941 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55697
[junit4:junit4]   2> 8266 T1941 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8266 T1941 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8267 T1941 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8269 T1941 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8271 T1898 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8272 T1898 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8273 T1898 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8331 T1898 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8334 T1898 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:44701
[junit4:junit4]   2> 8335 T1898 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8335 T1898 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8336 T1898 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362673741713
[junit4:junit4]   2> 8337 T1898 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362673741713/solr.xml
[junit4:junit4]   2> 8337 T1898 oasc.CoreContainer.<init> New CoreContainer 27666762
[junit4:junit4]   2> 8338 T1898 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362673741713/'
[junit4:junit4]   2> 8339 T1898 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362673741713/'
[junit4:junit4]   2> 8367 T1898 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8367 T1898 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8367 T1898 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8368 T1898 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8368 T1898 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8368 T1898 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8368 T1898 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8369 T1898 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8369 T1898 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8369 T1898 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8375 T1898 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8395 T1898 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51199/solr
[junit4:junit4]   2> 8396 T1898 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8396 T1898 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51199 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@10596aa
[junit4:junit4]   2> 8397 T1953 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51199. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8397 T1898 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8397 T1953 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51199, initiating session
[junit4:junit4]   2> 8398 T1900 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42969
[junit4:junit4]   2> 8398 T1900 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42969
[junit4:junit4]   2> 8399 T1902 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d45af0f480007 with negotiated timeout 20000 for client /127.0.0.1:42969
[junit4:junit4]   2> 8399 T1953 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51199, sessionid = 0x13d45af0f480007, negotiated timeout = 20000
[junit4:junit4]   2> 8400 T1954 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10596aa name:ZooKeeperConnection Watcher:127.0.0.1:51199 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8400 T1898 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8402 T1903 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d45af0f480007
[junit4:junit4]   2> 8402 T1954 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8402 T1898 oaz.ZooKeeper.close Session: 0x13d45af0f480007 closed
[junit4:junit4]   2> 8403 T1900 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:42969 which had sessionid 0x13d45af0f480007
[junit4:junit4]   2> 8403 T1898 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8406 T1898 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51199/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@49e4f9
[junit4:junit4]   2> 8406 T1955 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51199. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8406 T1898 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8407 T1955 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51199, initiating session
[junit4:junit4]   2> 8407 T1900 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42970
[junit4:junit4]   2> 8408 T1900 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42970
[junit4:junit4]   2> 8408 T1902 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d45af0f480008 with negotiated timeout 20000 for client /127.0.0.1:42970
[junit4:junit4]   2> 8409 T1955 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51199, sessionid = 0x13d45af0f480008, negotiated timeout = 20000
[junit4:junit4]   2> 8409 T1956 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49e4f9 name:ZooKeeperConnection Watcher:127.0.0.1:51199/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8409 T1898 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8410 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8412 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8414 T1898 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9417 T1898 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44701_
[junit4:junit4]   2> 9419 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:44701_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:44701_
[junit4:junit4]   2> 9420 T1898 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44701_
[junit4:junit4]   2> 9423 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9423 T1927 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9424 T1940 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9424 T1956 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9424 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9425 T1927 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9425 T1920 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9429 T1957 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362673741713/collection1
[junit4:junit4]   2> 9430 T1957 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9430 T1957 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9431 T1957 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9433 T1957 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362673741713/collection1/'
[junit4:junit4]   2> 9434 T1957 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362673741713/collection1/lib/README' to classloader
[junit4:junit4]   2> 9434 T1957 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362673741713/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9469 T1957 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9512 T1957 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9513 T1957 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9517 T1957 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9748 T1921 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9749 T1921 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55697",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55697_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 9754 T1956 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9754 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9754 T1927 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9754 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9941 T1957 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9946 T1957 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9949 T1957 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9965 T1957 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9969 T1957 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9973 T1957 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9974 T1957 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9975 T1957 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9975 T1957 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9976 T1957 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9977 T1957 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9977 T1957 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1362673741713/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty2/
[junit4:junit4]   2> 9978 T1957 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@359bc5
[junit4:junit4]   2> 9978 T1957 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9979 T1957 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty2 forceNew: false
[junit4:junit4]   2> 9979 T1957 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty2/index/
[junit4:junit4]   2> 9979 T1957 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9980 T1957 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty2/index forceNew: false
[junit4:junit4]   2> 9982 T1957 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@98fc58 lockFactory=org.apache.lucene.store.NativeFSLockFactory@288853),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9983 T1957 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9985 T1957 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9985 T1957 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9986 T1957 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9987 T1957 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9987 T1957 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9988 T1957 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9988 T1957 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9989 T1957 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9989 T1957 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9993 T1957 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9997 T1957 oass.SolrIndexSearcher.<init> Opening Searcher@196b447 main
[junit4:junit4]   2> 9997 T1957 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty2/tlog
[junit4:junit4]   2> 9998 T1957 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9998 T1957 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10005 T1958 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@196b447 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10008 T1957 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10009 T1957 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11260 T1921 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11261 T1921 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44701",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44701_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 11262 T1921 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11262 T1921 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11268 T1927 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11268 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11268 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11268 T1956 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12011 T1957 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12011 T1957 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:44701 collection:collection1 shard:shard1
[junit4:junit4]   2> 12012 T1957 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 12022 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480008 type:delete cxid:0x47 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1
[junit4:junit4]   2> 12022 T1957 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 12023 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480008 type:create cxid:0x48 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12026 T1957 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 12027 T1957 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 12027 T1957 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:44701/collection1/
[junit4:junit4]   2> 12027 T1957 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 12028 T1957 oasc.SyncStrategy.syncToMe http://127.0.0.1:44701/collection1/ has no replicas
[junit4:junit4]   2> 12028 T1957 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:44701/collection1/
[junit4:junit4]   2> 12028 T1957 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 12034 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480008 type:create cxid:0x51 zxid:0x83 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12775 T1921 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12782 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12782 T1927 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12782 T1956 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12782 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12789 T1957 oasc.ZkController.register We are http://127.0.0.1:44701/collection1/ and leader is http://127.0.0.1:44701/collection1/
[junit4:junit4]   2> 12789 T1957 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44701
[junit4:junit4]   2> 12790 T1957 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12790 T1957 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12790 T1957 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12793 T1957 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12795 T1898 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12795 T1898 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12796 T1898 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12861 T1898 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12863 T1898 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48266
[junit4:junit4]   2> 12863 T1898 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12864 T1898 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12864 T1898 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362673746235
[junit4:junit4]   2> 12864 T1898 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362673746235/solr.xml
[junit4:junit4]   2> 12865 T1898 oasc.CoreContainer.<init> New CoreContainer 3245734
[junit4:junit4]   2> 12865 T1898 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362673746235/'
[junit4:junit4]   2> 12865 T1898 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362673746235/'
[junit4:junit4]   2> 12882 T1898 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12882 T1898 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12882 T1898 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12883 T1898 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12883 T1898 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12883 T1898 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12884 T1898 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12884 T1898 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12884 T1898 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12885 T1898 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12890 T1898 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12915 T1898 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51199/solr
[junit4:junit4]   2> 12915 T1898 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12916 T1898 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51199 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1394c3
[junit4:junit4]   2> 12918 T1969 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51199. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12918 T1898 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12919 T1969 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51199, initiating session
[junit4:junit4]   2> 12919 T1900 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42974
[junit4:junit4]   2> 12919 T1900 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42974
[junit4:junit4]   2> 12921 T1902 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d45af0f480009 with negotiated timeout 20000 for client /127.0.0.1:42974
[junit4:junit4]   2> 12921 T1969 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51199, sessionid = 0x13d45af0f480009, negotiated timeout = 20000
[junit4:junit4]   2> 12921 T1970 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1394c3 name:ZooKeeperConnection Watcher:127.0.0.1:51199 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12922 T1898 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12924 T1903 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d45af0f480009
[junit4:junit4]   2> 12925 T1970 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12925 T1900 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:42974 which had sessionid 0x13d45af0f480009
[junit4:junit4]   2> 12925 T1898 oaz.ZooKeeper.close Session: 0x13d45af0f480009 closed
[junit4:junit4]   2> 12927 T1898 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12932 T1898 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51199/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@13f5d24
[junit4:junit4]   2> 12934 T1971 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51199. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12933 T1898 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12934 T1971 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51199, initiating session
[junit4:junit4]   2> 12934 T1900 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:42975
[junit4:junit4]   2> 12935 T1900 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:42975
[junit4:junit4]   2> 12936 T1902 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d45af0f48000a with negotiated timeout 20000 for client /127.0.0.1:42975
[junit4:junit4]   2> 12936 T1971 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51199, sessionid = 0x13d45af0f48000a, negotiated timeout = 20000
[junit4:junit4]   2> 12937 T1972 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13f5d24 name:ZooKeeperConnection Watcher:127.0.0.1:51199/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12937 T1898 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12939 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f48000a type:create cxid:0x1 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12940 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f48000a type:create cxid:0x2 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12943 T1898 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13948 T1898 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48266_
[junit4:junit4]   2> 13949 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f48000a type:delete cxid:0xb zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48266_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48266_
[junit4:junit4]   2> 13950 T1898 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48266_
[junit4:junit4]   2> 13954 T1956 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13954 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13954 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13956 T1972 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13954 T1927 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13958 T1956 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13958 T1940 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13959 T1920 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13960 T1927 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13966 T1973 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362673746235/collection1
[junit4:junit4]   2> 13966 T1973 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13968 T1973 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13968 T1973 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13970 T1973 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362673746235/collection1/'
[junit4:junit4]   2> 13971 T1973 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362673746235/collection1/lib/README' to classloader
[junit4:junit4]   2> 13972 T1973 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362673746235/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14008 T1973 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 14055 T1973 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14056 T1973 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14061 T1973 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14298 T1921 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14298 T1921 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44701",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44701_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 14301 T1956 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14301 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14301 T1972 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14301 T1927 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14301 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14498 T1973 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14504 T1973 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14506 T1973 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14518 T1973 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14521 T1973 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14524 T1973 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14525 T1973 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14525 T1973 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14525 T1973 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14526 T1973 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14526 T1973 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14526 T1973 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1362673746235/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty3/
[junit4:junit4]   2> 14527 T1973 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@359bc5
[junit4:junit4]   2> 14527 T1973 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14527 T1973 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty3 forceNew: false
[junit4:junit4]   2> 14528 T1973 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty3/index/
[junit4:junit4]   2> 14528 T1973 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14528 T1973 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty3/index forceNew: false
[junit4:junit4]   2> 14529 T1973 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1693c58 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14c6d08),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14529 T1973 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14530 T1973 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14531 T1973 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14531 T1973 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14531 T1973 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14532 T1973 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14532 T1973 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14532 T1973 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14533 T1973 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14533 T1973 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14535 T1973 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14537 T1973 oass.SolrIndexSearcher.<init> Opening Searcher@4534ab main
[junit4:junit4]   2> 14538 T1973 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty3/tlog
[junit4:junit4]   2> 14538 T1973 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14538 T1973 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14542 T1974 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4534ab main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14543 T1973 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14543 T1973 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15807 T1921 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15808 T1921 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48266",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48266_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 15809 T1921 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15809 T1921 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 15816 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15816 T1927 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15816 T1956 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15816 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15816 T1972 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16545 T1973 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16545 T1973 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48266 collection:collection1 shard:shard2
[junit4:junit4]   2> 16550 T1973 oasc.ZkController.register We are http://127.0.0.1:48266/collection1/ and leader is http://127.0.0.1:55697/collection1/
[junit4:junit4]   2> 16551 T1973 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48266
[junit4:junit4]   2> 16551 T1973 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16551 T1973 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C124 name=collection1 org.apache.solr.core.SolrCore@17b8545 url=http://127.0.0.1:48266/collection1 node=127.0.0.1:48266_ C124_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:48266, state=down, collection=collection1, node_name=127.0.0.1:48266_}
[junit4:junit4]   2> 16552 T1975 C124 P48266 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16553 T1975 C124 P48266 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16553 T1973 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16554 T1975 C124 P48266 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16554 T1975 C124 P48266 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16555 T1898 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 16556 T1975 C124 P48266 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16556 T1898 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16557 T1898 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16562 T1898 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16563 T1898 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16569 T1935 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362673737181/onenodecollectioncore
[junit4:junit4]   2> 16569 T1935 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 16571 T1935 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 16571 T1935 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 16573 T1935 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 16574 T1935 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 16578 T1935 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 16581 T1935 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362673737181/onenodecollectioncore/'
[junit4:junit4]   2> 16632 T1935 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 16675 T1935 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 16677 T1935 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 16680 T1935 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17119 T1935 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17125 T1935 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17128 T1935 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17145 T1935 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17150 T1935 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17164 T1935 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17165 T1935 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17166 T1935 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17166 T1935 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17168 T1935 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17169 T1935 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17169 T1935 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1362673737181/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362673733442/onenodecollection/
[junit4:junit4]   2> 17170 T1935 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@359bc5
[junit4:junit4]   2> 17171 T1935 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17172 T1935 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362673733442/onenodecollection forceNew: false
[junit4:junit4]   2> 17173 T1935 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362673733442/onenodecollection/index/
[junit4:junit4]   2> 17173 T1935 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362673733442/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17174 T1935 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362673733442/onenodecollection/index forceNew: false
[junit4:junit4]   2> 17176 T1935 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@91c366 lockFactory=org.apache.lucene.store.NativeFSLockFactory@193e1a5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17176 T1935 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17177 T1935 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17178 T1935 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17178 T1935 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17179 T1935 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17179 T1935 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17179 T1935 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17180 T1935 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17180 T1935 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17180 T1935 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17183 T1935 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17185 T1935 oass.SolrIndexSearcher.<init> Opening Searcher@7f2d17 main
[junit4:junit4]   2> 17185 T1935 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362673733442/onenodecollection/tlog
[junit4:junit4]   2> 17186 T1935 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17186 T1935 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17189 T1977 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@7f2d17 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17190 T1935 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 17323 T1921 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17323 T1921 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48266",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48266_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 17326 T1921 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55697",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55697_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1"}
[junit4:junit4]   2> 17326 T1921 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 17327 T1921 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 17330 T1956 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17330 T1927 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17330 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17330 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17330 T1972 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17562 T1933 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {onlyIfLeader=true&core=collection1&checkLive=true&state=recovering&version=2&wt=javabin&nodeName=127.0.0.1:48266_&coreNodeName=4&action=PREPRECOVERY} status=0 QTime=1000 
[junit4:junit4]   2> 18191 T1935 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 18192 T1935 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:55697 collection:onenodecollection shard:shard1
[junit4:junit4]   2> 18194 T1935 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 18204 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480006 type:delete cxid:0xa1 zxid:0xad txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 18205 T1935 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 18206 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480006 type:create cxid:0xa2 zxid:0xae txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18208 T1935 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 18209 T1935 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 18209 T1935 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55697/onenodecollectioncore/
[junit4:junit4]   2> 18210 T1935 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 18211 T1935 oasc.SyncStrategy.syncToMe http://127.0.0.1:55697/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 18211 T1935 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55697/onenodecollectioncore/
[junit4:junit4]   2> 18212 T1935 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 18218 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480006 type:create cxid:0xac zxid:0xb2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18837 T1921 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18845 T1972 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18845 T1956 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18845 T1927 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18845 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18845 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18873 T1935 oasc.ZkController.register We are http://127.0.0.1:55697/onenodecollectioncore/ and leader is http://127.0.0.1:55697/onenodecollectioncore/
[junit4:junit4]   2> 18873 T1935 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:55697
[junit4:junit4]   2> 18874 T1935 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 18874 T1935 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 18876 T1935 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18878 T1935 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {roles=none&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362673733442/onenodecollection&version=2&collection=onenodecollection&name=onenodecollectioncore&wt=javabin&numShards=1&action=CREATE} status=0 QTime=2309 
[junit4:junit4]   2> 18879 T1898 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 18880 T1898 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C124_STATE=coll:collection1 core:collection1 props:{shard=shard2, core=collection1, base_url=http://127.0.0.1:48266, state=recovering, collection=collection1, node_name=127.0.0.1:48266_}
[junit4:junit4]   2> 19563 T1975 C124 P48266 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:55697/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19564 T1975 C124 P48266 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:48266 START replicas=[http://127.0.0.1:55697/collection1/] nUpdates=100
[junit4:junit4]   2> 19564 T1975 C124 P48266 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19565 T1975 C124 P48266 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19565 T1975 C124 P48266 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19565 T1975 C124 P48266 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19565 T1975 C124 P48266 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19566 T1975 C124 P48266 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:55697/collection1/. core=collection1
[junit4:junit4]   2> 19566 T1975 C124 P48266 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C125 name=collection1 org.apache.solr.core.SolrCore@c782b8 url=http://127.0.0.1:55697/collection1 node=127.0.0.1:55697_ C125_STATE=coll:collection1 core:collection1 props:{shard=shard2, core=collection1, base_url=http://127.0.0.1:55697, state=active, collection=collection1, node_name=127.0.0.1:55697_, leader=true}
[junit4:junit4]   2> 19573 T1934 C125 P55697 REQ /get {qt=/get&version=2&getVersions=100&distrib=false&wt=javabin} status=0 QTime=1 
[junit4:junit4]   2> 19574 T1933 C125 P55697 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19575 T1933 C125 P55697 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@9df29a lockFactory=org.apache.lucene.store.NativeFSLockFactory@10932c4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19576 T1933 C125 P55697 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19577 T1933 C125 P55697 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@9df29a lockFactory=org.apache.lucene.store.NativeFSLockFactory@10932c4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@9df29a lockFactory=org.apache.lucene.store.NativeFSLockFactory@10932c4),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19577 T1933 C125 P55697 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19578 T1933 C125 P55697 oass.SolrIndexSearcher.<init> Opening Searcher@53378e realtime
[junit4:junit4]   2> 19579 T1933 C125 P55697 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19579 T1933 C125 P55697 /update {commit_end_point=true&commit=true&waitSearcher=true&version=2&openSearcher=false&wt=javabin&softCommit=false} {commit=} 0 5
[junit4:junit4]   2> 19580 T1975 C124 P48266 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19581 T1975 C124 P48266 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19590 T1935 C125 P55697 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19591 T1935 C125 P55697 REQ /replication {qt=/replication&command=indexversion&version=2&wt=javabin} status=0 QTime=9 
[junit4:junit4]   2> 19592 T1975 C124 P48266 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19592 T1975 C124 P48266 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19592 T1975 C124 P48266 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19594 T1934 C125 P55697 REQ /replication {qt=/replication&generation=2&command=filelist&version=2&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 19595 T1975 C124 P48266 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19596 T1975 C124 P48266 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty3/index.20130307122913032 forceNew: false
[junit4:junit4]   2> 19597 T1975 C124 P48266 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1478a34 lockFactory=org.apache.lucene.store.NativeFSLockFactory@d85dda) fullCopy=false
[junit4:junit4]   2> 19599 T1933 C125 P55697 REQ /replication {checksum=true&file=segments_2&qt=/replication&generation=2&command=filecontent&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19601 T1975 C124 P48266 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19603 T1975 C124 P48266 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19603 T1975 C124 P48266 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19604 T1975 C124 P48266 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1693c58 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14c6d08),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1693c58 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14c6d08),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19605 T1975 C124 P48266 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19605 T1975 C124 P48266 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19606 T1975 C124 P48266 oass.SolrIndexSearcher.<init> Opening Searcher@8ff48a main
[junit4:junit4]   2> 19607 T1974 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8ff48a main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19608 T1975 C124 P48266 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(org.apache.lucene.store.RAMDirectory@1478a34 lockFactory=org.apache.lucene.store.NativeFSLockFactory@d85dda)
[junit4:junit4]   2> 19608 T1975 C124 P48266 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19609 T1975 C124 P48266 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19609 T1975 C124 P48266 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19609 T1975 C124 P48266 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19611 T1975 C124 P48266 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19882 T1898 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20351 T1921 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20352 T1921 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55697",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55697_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1"}
[junit4:junit4]   2> 20356 T1921 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48266",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48266_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 20360 T1972 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 20361 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 20361 T1927 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 20361 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 20361 T1956 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 20885 T1898 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20887 T1898 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 20888 T1898 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20902 T1950 oejs.Response.sendError WARNING Committed before 404 Can not find: /onenodecollectioncore/update
[junit4:junit4]   2> 20902 T1898 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51199 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1026013
[junit4:junit4]   2> 20902 T1950 oejs.ServletHandler.doHandle WARNING /onenodecollectioncore/update java.lang.IllegalStateException: Committed
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Response.resetBuffer(Response.java:1136)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Response.sendError(Response.java:314)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$Servlet404.service(JettySolrRunner.java:465)
[junit4:junit4]   2> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:770)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:379)
[junit4:junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074)
[junit4:junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:365)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:948)
[junit4:junit4]   2> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
[junit4:junit4]   2> 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
[junit4:junit4]   2> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
[junit4:junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 20904 T1898 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 20904 T1980 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51199. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 20905 T1980 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51199, initiating session
[junit4:junit4]   2> 20906 T1900 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:43000
[junit4:junit4]   2> 20907 T1900 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:43000
[junit4:junit4]   2> 20908 T1902 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d45af0f48000b with negotiated timeout 10000 for client /127.0.0.1:43000
[junit4:junit4]   2> 20908 T1980 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51199, sessionid = 0x13d45af0f48000b, negotiated timeout = 10000
[junit4:junit4]   2> 20909 T1981 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1026013 name:ZooKeeperConnection Watcher:127.0.0.1:51199 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 20909 T1898 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 20976 T1903 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d45af0f48000b
[junit4:junit4]   2> 20977 T1981 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 20977 T1898 oaz.ZooKeeper.close Session: 0x13d45af0f48000b closed
[junit4:junit4]   2> 20977 T1900 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:43000 which had sessionid 0x13d45af0f48000b
[junit4:junit4]   2> 20978 T1903 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d45af0f480004
[junit4:junit4]   2> 20979 T1900 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:42963 which had sessionid 0x13d45af0f480004
[junit4:junit4]   2> 20979 T1898 oaz.ZooKeeper.close Session: 0x13d45af0f480004 closed
[junit4:junit4]   2> 20979 T1927 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 20984 T1898 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 46872
[junit4:junit4]   2> 20985 T1898 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=29073982
[junit4:junit4]   2> 21868 T1921 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21869 T1921 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46872",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46872_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 21876 T1956 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 21876 T1972 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 21876 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 21876 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 22987 T1898 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 22988 T1898 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22992 T1898 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1333230
[junit4:junit4]   2> 22998 T1898 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:junit4]   2> 22999 T1898 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 22999 T1898 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 23000 T1898 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 23001 T1898 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 23002 T1898 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/control/data
[junit4:junit4]   2> 23002 T1898 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/control/data
[junit4:junit4]   2> 23003 T1898 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/control/data/index
[junit4:junit4]   2> 23004 T1898 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/control/data/index
[junit4:junit4]   2> 23005 T1921 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89304185795248131-127.0.0.1:46872_-n_0000000000) am no longer a leader.
[junit4:junit4]   2> 23005 T1903 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d45af0f480003
[junit4:junit4]   2> 23006 T1920 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 23006 T1972 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 23006 T1898 oaz.ZooKeeper.close Session: 0x13d45af0f480003 closed
[junit4:junit4]   2> 23007 T1900 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:42956 which had sessionid 0x13d45af0f480003
[junit4:junit4]   2> 23007 T1920 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 23008 T1920 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 23008 T1956 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 23009 T1920 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23009 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480006 type:delete cxid:0xb9 zxid:0xce txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 23009 T1956 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 23011 T1972 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 23010 T1940 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 23014 T1940 oasc.Overseer.start Overseer (id=89304185795248134-127.0.0.1:55697_-n_0000000001) starting
[junit4:junit4]   2> 23015 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480006 type:create cxid:0xbe zxid:0xd0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 23017 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480006 type:create cxid:0xbf zxid:0xd1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 23018 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480006 type:create cxid:0xc0 zxid:0xd2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 23020 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480006 type:create cxid:0xc1 zxid:0xd3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 23022 T1983 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 23023 T1940 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 23023 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 23024 T1982 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 23028 T1982 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23028 T1898 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 23029 T1982 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46872",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46872_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 23048 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 23049 T1972 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 23049 T1956 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 23081 T1898 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 55697
[junit4:junit4]   2> 23081 T1898 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1168445
[junit4:junit4]   2> 24557 T1982 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24558 T1982 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55697",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:55697__onenodecollectioncore",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55697_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 24564 T1982 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55697",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55697_",
[junit4:junit4]   2> 	  "operation":"state"}
[junit4:junit4]   2> 24571 T1956 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 24571 T1972 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 24571 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 26085 T1898 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 26086 T1898 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 26088 T1898 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 26092 T1898 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@c782b8
[junit4:junit4]   2> 26096 T1898 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=0,cumulative_errors=0}
[junit4:junit4]   2> 26097 T1898 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 26097 T1898 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 26097 T1898 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 26099 T1898 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 26099 T1898 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty1/index
[junit4:junit4]   2> 26100 T1898 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty1/index
[junit4:junit4]   2> 26100 T1898 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty1
[junit4:junit4]   2> 26100 T1898 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1362673733442/jetty1
[junit4:junit4]   2> 26101 T1898 oasc.SolrCore.close [onenodecollectioncore]  CLOSING SolrCore org.apache.solr.core.SolrCore@1dd4613
[junit4:junit4]   2> 26105 T1898 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:junit4]   2> 26105 T1898 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 26105 T1898 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 26105 T1898 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 26106 T1898 oasc.SolrCore.closeSearcher [onenodecollectioncore] Closing main searcher on request.
[junit4:junit4]   2> 26106 T1898 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362673733442/onenodecollection/index
[junit4:junit4]   2> 26107 T1898 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362673733442/onenodecollection/index
[junit4:junit4]   2> 26107 T1898 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362673733442/onenodecollection
[junit4:junit4]   2> 26107 T1898 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1362673733442/onenodecollection
[junit4:junit4]   2> 26108 T1982 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89304185795248134-127.0.0.1:55697_-n_0000000001) am no longer a leader.
[junit4:junit4]   2> 26109 T1903 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d45af0f480006
[junit4:junit4]   2> 26111 T1940 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 26111 T1940 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 26111 T1900 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:42965 which had sessionid 0x13d45af0f480006
[junit4:junit4]   2> 26111 T1898 oaz.ZooKeeper.close Session: 0x13d45af0f480006 closed
[junit4:junit4]   2> 26111 T1972 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 26111 T1940 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 26112 T1972 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 26112 T1956 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 26112 T1940 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 26113 T1956 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 26115 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f48000a type:delete cxid:0x58 zxid:0xe4 txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 26115 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480008 type:delete cxid:0x74 zxid:0xe5 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 26116 T1972 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 26116 T1956 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 26117 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f48000a type:create cxid:0x59 zxid:0xe6 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26119 T1972 oasc.ShardLeaderElectionContext.shouldIBeLeader Checking if I should try and be the leader.
[junit4:junit4]   2> 26119 T1972 oasc.ShardLeaderElectionContext.shouldIBeLeader My last published State was Active, it's okay to be the leader.
[junit4:junit4]   2> 26119 T1972 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 26119 T1956 oasc.Overseer.start Overseer (id=89304185795248136-127.0.0.1:44701_-n_0000000002) starting
[junit4:junit4]   2> 26120 T1972 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:48266/collection1/
[junit4:junit4]   2> 26120 T1972 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 26120 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480008 type:create cxid:0x79 zxid:0xe9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26121 T1972 oasc.SyncStrategy.syncToMe http://127.0.0.1:48266/collection1/ has no replicas
[junit4:junit4]   2> 26121 T1972 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:48266/collection1/
[junit4:junit4]   2> 26122 T1972 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 26122 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480008 type:create cxid:0x7a zxid:0xea txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26123 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480008 type:create cxid:0x7b zxid:0xeb txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26124 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f480008 type:create cxid:0x7c zxid:0xec txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26125 T1985 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 26126 T1984 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 26126 T1903 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d45af0f48000a type:create cxid:0x61 zxid:0xee txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 26130 T1984 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 26131 T1984 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55697",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55697_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 26133 T1898 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   2> 26135 T1984 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:55697",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:55697_",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1"}
[junit4:junit4]   2> 26169 T1972 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 26169 T1956 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataCh

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


[junit4:junit4]    >     <str name="name">text</str>
[junit4:junit4]    >     <str name="type">text</str>
[junit4:junit4]    >     <bool name="stored">false</bool>
[junit4:junit4]    >     <bool name="multiValued">true</bool>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">isto</str>
[junit4:junit4]    >     <str name="type">int</str>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >     <bool name="indexed">false</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">copyfield_source</str>
[junit4:junit4]    >     <str name="type">string</str>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >     <bool name="multiValued">true</bool>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">sku1</str>
[junit4:junit4]    >     <str name="type">skutype1</str>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">HTMLstandardtok</str>
[junit4:junit4]    >     <str name="type">HTMLstandardtok</str>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    > </arr>
[junit4:junit4]    > </response>
[junit4:junit4]    > 
[junit4:junit4]    > 	request was:/schema/fields?indent=on&wt=xml
[junit4:junit4]    > 	at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:136)
[junit4:junit4]    > 	... 41 more
[junit4:junit4]   2> 1065 T4401 oas.SolrTestCaseJ4.setUp ###Starting testGetTwoFields
[junit4:junit4]   2> 1067 T4407 C516 oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr path=/schema/fields params={wt=xml&indent=on&fl=id,_version_} status=0 QTime=1 
[junit4:junit4]   2> 1067 T4407 C516 orel.LogFilter.afterHandle 2013-03-07	18:36:56	127.0.0.1	-	127.0.0.1	54564	GET	/solr/schema/fields	indent=on&wt=xml&fl=id,_version_	200	-	0	1	https://127.0.0.1:54564	Java/1.8.0-ea	-
[junit4:junit4]   2> 1071 T4401 oas.SolrTestCaseJ4.tearDown ###Ending testGetTwoFields
[junit4:junit4]   2> 1078 T4401 oas.SolrTestCaseJ4.setUp ###Starting testJsonGetTwoFields
[junit4:junit4]   2> 1079 T4408 C516 oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr path=/schema/fields params={wt=json&indent=on&fl=id,_version_} status=0 QTime=0 
[junit4:junit4]   2> 1080 T4408 C516 orel.LogFilter.afterHandle 2013-03-07	18:36:56	127.0.0.1	-	127.0.0.1	54564	GET	/solr/schema/fields	indent=on&fl=id,_version_&wt=json	200	-	0	1	https://127.0.0.1:54564	Java/1.8.0-ea	-
[junit4:junit4]   2> 1081 T4401 oas.SolrTestCaseJ4.tearDown ###Ending testJsonGetTwoFields
[junit4:junit4]   2> 1090 T4401 oas.SolrTestCaseJ4.setUp ###Starting testNotFoundFields
[junit4:junit4]   2> 1092 T4409 C516 oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr path=/schema/fields params={wt=xml&indent=on&fl=not_in_there,this_one_either} status=0 QTime=1 
[junit4:junit4]   2> 1093 T4409 C516 orel.LogFilter.afterHandle 2013-03-07	18:36:56	127.0.0.1	-	127.0.0.1	54564	GET	/solr/schema/fields	indent=on&wt=xml&fl=not_in_there,this_one_either	200	-	0	1	https://127.0.0.1:54564	Java/1.8.0-ea	-
[junit4:junit4]   2> 1096 T4401 oas.SolrTestCaseJ4.tearDown ###Ending testNotFoundFields
[junit4:junit4]   2> 1159 T4401 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=8405341
[junit4:junit4]   2> 1162 T4401 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2979f9
[junit4:junit4]   2> 1182 T4401 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:junit4]   2> 1182 T4401 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1183 T4401 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1184 T4401 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1185 T4401 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 1185 T3104 oasc.OverseerCollectionProcessor.run WARNING Overseer cannot talk to ZK
[junit4:junit4]   2> 1185 T4401 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362674215061
[junit4:junit4]   2> 1186 T4401 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362674215061
[junit4:junit4]   2> 1187 T4401 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362674215061/index
[junit4:junit4]   2> 1187 T4401 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362674215061/index
[junit4:junit4]   2> 1193 T4401 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 1245 T4401 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=de_GR, timezone=Egypt
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=36705312,total=308809728
[junit4:junit4]   2> NOTE: All tests run in this JVM: [RequestHandlersTest, IndexSchemaRuntimeFieldTest, SimplePostToolTest, SolrRequestParserTest, SolrCoreCheckLockOnStartupTest, TestBM25SimilarityFactory, TestLuceneMatchVersion, DirectSolrSpellCheckerTest, UpdateParamsTest, FieldAnalysisRequestHandlerTest, TestMultiCoreConfBootstrap, ZkNodePropsTest, ShardRoutingCustomTest, TestMergePolicyConfig, TestFastOutputStream, CollectionsAPIDistributedZkTest, SolrIndexConfigTest, SpellCheckCollatorTest, TestSolrJ, TestJmxIntegration, EchoParamsTest, UniqFieldsUpdateProcessorFactoryTest, SolrCmdDistributorTest, TestStressReorder, StandardRequestHandlerTest, DisMaxRequestHandlerTest, TestComponentsName, DirectUpdateHandlerTest, TestDFRSimilarityFactory, TestJmxMonitoredMap, HighlighterTest, PathHierarchyTokenizerFactoryTest, HighlighterConfigTest, TestAtomicUpdateErrorCases, TestZkChroot, TestCollationField, DateMathParserTest, XsltUpdateRequestHandlerTest, PingRequestHandlerTest, TestUpdate, FileUtilsTest, RequiredFieldsTest, DOMUtilTest, TestPostingsSolrHighlighter, TestHashPartitioner, SuggesterWFSTTest, TestQuerySenderNoQuery, TestArbitraryIndexDir, IndexBasedSpellCheckerTest, AliasIntegrationTest, TestUtils, TestIndexingPerformance, ConvertedLegacyTest, OpenCloseCoreStressTest, TimeZoneUtilsTest, TestAnalyzedSuggestions, TestFiltering, SampleTest, TestPartialUpdateDeduplication, LeaderElectionIntegrationTest, ClusterStateTest, TestSystemIdResolver, TestDefaultSimilarityFactory, FullSolrCloudDistribCmdsTest, TestLazyCores, ChaosMonkeySafeLeaderTest, SyncSliceTest, OverseerTest, TestRandomFaceting, TermVectorComponentDistributedTest, TestRealTimeGet, HardAutoCommitTest, DistributedTermsComponentTest, TestCoreContainer, StatsComponentTest, TestGroupingSearch, BasicFunctionalityTest, CurrencyFieldOpenExchangeTest, TestSolrDiscoveryProperties, SignatureUpdateProcessorFactoryTest, TestFoldingMultitermQuery, TestStressLucene, TestCSVLoader, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DistanceFunctionTest, CacheHeaderTest, LukeRequestHandlerTest, TestQueryTypes, TestOmitPositions, XmlUpdateRequestHandlerTest, FastVectorHighlighterTest, RegexBoostProcessorTest, IndexSchemaTest, TestCSVResponseWriter, JsonLoaderTest, CoreContainerCoreInitFailuresTest, TestPropInject, TestPropInjectDefaults, AlternateDirectoryTest, CopyFieldTest, TestStressRecovery, TestDynamicFieldCollectionResource, TestFieldCollectionResource]
[junit4:junit4] Completed on J1 in 1.28s, 5 tests, 2 errors <<< FAILURES!

[...truncated 19 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1213: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:877: There were test failures: 269 suites, 1135 tests, 3 errors, 1 failure, 13 ignored (7 assumptions)

Total time: 43 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.8.0-ea-b79 -client -XX:+UseSerialGC
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_15) - Build # 4610 - Still Failing!

Posted by Robert Muir <rc...@gmail.com>.
I ran this seed thousand of times on my mac (different os, 64bit,
older jvm version).  when I get home I'll investigate this one on
linux and try to reproduce the failure with the exact configuration.

On Thu, Mar 7, 2013 at 7:37 AM, Robert Muir <rc...@gmail.com> wrote:
> does not look good!
>
> On Thu, Mar 7, 2013 at 7:01 AM, Policeman Jenkins Server
> <je...@thetaphi.de> wrote:
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4610/
>> Java: 32bit/jdk1.7.0_15 -server -XX:+UseG1GC
>>
>> 1 tests failed.
>> REGRESSION:  org.apache.lucene.search.grouping.TestGrouping.testRandom
>>
>> Error Message:
>> doc=113 maxDoc=111
>>
>> Stack Trace:
>> java.lang.AssertionError: doc=113 maxDoc=111
>>         at __randomizedtesting.SeedInfo.seed([574847AF1A4DABEC:250462A0AB2D1D9F]:0)
>>         at org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:456)
>>         at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:85)
>>         at org.apache.lucene.index.TermsHash.flush(TermsHash.java:116)
>>         at org.apache.lucene.index.DocInverter.flush(DocInverter.java:53)
>>         at org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:81)
>>         at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:494)
>>         at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:422)
>>         at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:316)
>>         at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:389)
>>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1471)
>>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1146)
>>         at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:152)
>>         at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:114)
>>         at org.apache.lucene.search.grouping.TestGrouping.testRandom(TestGrouping.java:738)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>         at java.lang.reflect.Method.invoke(Method.java:601)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>>         at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
>>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>>         at java.lang.Thread.run(Thread.java:722)
>>
>>
>>
>>
>> Build Log:
>> [...truncated 6815 lines...]
>> [junit4:junit4] Suite: org.apache.lucene.search.grouping.TestGrouping
>> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestGrouping -Dtests.method=testRandom -Dtests.seed=574847AF1A4DABEC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja_JP -Dtests.timezone=America/Belem -Dtests.file.encoding=UTF-8
>> [junit4:junit4] FAILURE 6.16s J1 | TestGrouping.testRandom <<<
>> [junit4:junit4]    > Throwable #1: java.lang.AssertionError: doc=113 maxDoc=111
>> [junit4:junit4]    >    at __randomizedtesting.SeedInfo.seed([574847AF1A4DABEC:250462A0AB2D1D9F]:0)
>> [junit4:junit4]    >    at org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:456)
>> [junit4:junit4]    >    at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:85)
>> [junit4:junit4]    >    at org.apache.lucene.index.TermsHash.flush(TermsHash.java:116)
>> [junit4:junit4]    >    at org.apache.lucene.index.DocInverter.flush(DocInverter.java:53)
>> [junit4:junit4]    >    at org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:81)
>> [junit4:junit4]    >    at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:494)
>> [junit4:junit4]    >    at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:422)
>> [junit4:junit4]    >    at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:316)
>> [junit4:junit4]    >    at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:389)
>> [junit4:junit4]    >    at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1471)
>> [junit4:junit4]    >    at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1146)
>> [junit4:junit4]    >    at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:152)
>> [junit4:junit4]    >    at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:114)
>> [junit4:junit4]    >    at org.apache.lucene.search.grouping.TestGrouping.testRandom(TestGrouping.java:738)
>> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>> [junit4:junit4]    >    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:601)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
>> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:722)
>> [junit4:junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=339), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=339)), sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {content=DFR I(F)B1, author=DFR I(n)B2}, locale=ja_JP, timezone=America/Belem
>> [junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=1,free=22597672,total=67108864
>> [junit4:junit4]   2> NOTE: All tests run in this JVM: [AllGroupsCollectorTest, AllGroupHeadsCollectorTest, TestGrouping]
>> [junit4:junit4] Completed on J1 in 6.25s, 2 tests, 1 failure <<< FAILURES!
>>
>> [...truncated 17 lines...]
>> BUILD FAILED
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:361: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:548: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1758: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:61: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1213: The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:877: There were test failures: 6 suites, 12 tests, 1 failure
>>
>> Total time: 23 minutes 44 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Archiving artifacts
>> Recording test results
>> Description set: Java: 32bit/jdk1.7.0_15 -server -XX:+UseG1GC
>> Email was triggered for: Failure
>> Sending email for trigger: Failure
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> 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


Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_15) - Build # 4610 - Still Failing!

Posted by Robert Muir <rc...@gmail.com>.
does not look good!

On Thu, Mar 7, 2013 at 7:01 AM, Policeman Jenkins Server
<je...@thetaphi.de> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4610/
> Java: 32bit/jdk1.7.0_15 -server -XX:+UseG1GC
>
> 1 tests failed.
> REGRESSION:  org.apache.lucene.search.grouping.TestGrouping.testRandom
>
> Error Message:
> doc=113 maxDoc=111
>
> Stack Trace:
> java.lang.AssertionError: doc=113 maxDoc=111
>         at __randomizedtesting.SeedInfo.seed([574847AF1A4DABEC:250462A0AB2D1D9F]:0)
>         at org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:456)
>         at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:85)
>         at org.apache.lucene.index.TermsHash.flush(TermsHash.java:116)
>         at org.apache.lucene.index.DocInverter.flush(DocInverter.java:53)
>         at org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:81)
>         at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:494)
>         at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:422)
>         at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:316)
>         at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:389)
>         at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1471)
>         at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1146)
>         at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:152)
>         at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:114)
>         at org.apache.lucene.search.grouping.TestGrouping.testRandom(TestGrouping.java:738)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:601)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
>         at java.lang.Thread.run(Thread.java:722)
>
>
>
>
> Build Log:
> [...truncated 6815 lines...]
> [junit4:junit4] Suite: org.apache.lucene.search.grouping.TestGrouping
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestGrouping -Dtests.method=testRandom -Dtests.seed=574847AF1A4DABEC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja_JP -Dtests.timezone=America/Belem -Dtests.file.encoding=UTF-8
> [junit4:junit4] FAILURE 6.16s J1 | TestGrouping.testRandom <<<
> [junit4:junit4]    > Throwable #1: java.lang.AssertionError: doc=113 maxDoc=111
> [junit4:junit4]    >    at __randomizedtesting.SeedInfo.seed([574847AF1A4DABEC:250462A0AB2D1D9F]:0)
> [junit4:junit4]    >    at org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:456)
> [junit4:junit4]    >    at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:85)
> [junit4:junit4]    >    at org.apache.lucene.index.TermsHash.flush(TermsHash.java:116)
> [junit4:junit4]    >    at org.apache.lucene.index.DocInverter.flush(DocInverter.java:53)
> [junit4:junit4]    >    at org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:81)
> [junit4:junit4]    >    at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:494)
> [junit4:junit4]    >    at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:422)
> [junit4:junit4]    >    at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:316)
> [junit4:junit4]    >    at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:389)
> [junit4:junit4]    >    at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1471)
> [junit4:junit4]    >    at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1146)
> [junit4:junit4]    >    at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:152)
> [junit4:junit4]    >    at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:114)
> [junit4:junit4]    >    at org.apache.lucene.search.grouping.TestGrouping.testRandom(TestGrouping.java:738)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> [junit4:junit4]    >    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> [junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:601)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    >    at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    >    at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    >    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    >    at java.lang.Thread.run(Thread.java:722)
> [junit4:junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=339), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=339)), sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {content=DFR I(F)B1, author=DFR I(n)B2}, locale=ja_JP, timezone=America/Belem
> [junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=1,free=22597672,total=67108864
> [junit4:junit4]   2> NOTE: All tests run in this JVM: [AllGroupsCollectorTest, AllGroupHeadsCollectorTest, TestGrouping]
> [junit4:junit4] Completed on J1 in 6.25s, 2 tests, 1 failure <<< FAILURES!
>
> [...truncated 17 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:361: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:548: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1758: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:61: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1213: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:877: There were test failures: 6 suites, 12 tests, 1 failure
>
> Total time: 23 minutes 44 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Description set: Java: 32bit/jdk1.7.0_15 -server -XX:+UseG1GC
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> 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


[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_15) - Build # 4610 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4610/
Java: 32bit/jdk1.7.0_15 -server -XX:+UseG1GC

1 tests failed.
REGRESSION:  org.apache.lucene.search.grouping.TestGrouping.testRandom

Error Message:
doc=113 maxDoc=111

Stack Trace:
java.lang.AssertionError: doc=113 maxDoc=111
	at __randomizedtesting.SeedInfo.seed([574847AF1A4DABEC:250462A0AB2D1D9F]:0)
	at org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:456)
	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:85)
	at org.apache.lucene.index.TermsHash.flush(TermsHash.java:116)
	at org.apache.lucene.index.DocInverter.flush(DocInverter.java:53)
	at org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:81)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:494)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:422)
	at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:316)
	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:389)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1471)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1146)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:152)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:114)
	at org.apache.lucene.search.grouping.TestGrouping.testRandom(TestGrouping.java:738)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 6815 lines...]
[junit4:junit4] Suite: org.apache.lucene.search.grouping.TestGrouping
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestGrouping -Dtests.method=testRandom -Dtests.seed=574847AF1A4DABEC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja_JP -Dtests.timezone=America/Belem -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE 6.16s J1 | TestGrouping.testRandom <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: doc=113 maxDoc=111
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([574847AF1A4DABEC:250462A0AB2D1D9F]:0)
[junit4:junit4]    > 	at org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:456)
[junit4:junit4]    > 	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:85)
[junit4:junit4]    > 	at org.apache.lucene.index.TermsHash.flush(TermsHash.java:116)
[junit4:junit4]    > 	at org.apache.lucene.index.DocInverter.flush(DocInverter.java:53)
[junit4:junit4]    > 	at org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:81)
[junit4:junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:494)
[junit4:junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:422)
[junit4:junit4]    > 	at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:316)
[junit4:junit4]    > 	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:389)
[junit4:junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1471)
[junit4:junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1146)
[junit4:junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:152)
[junit4:junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:114)
[junit4:junit4]    > 	at org.apache.lucene.search.grouping.TestGrouping.testRandom(TestGrouping.java:738)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=339), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=339)), sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {content=DFR I(F)B1, author=DFR I(n)B2}, locale=ja_JP, timezone=America/Belem
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=1,free=22597672,total=67108864
[junit4:junit4]   2> NOTE: All tests run in this JVM: [AllGroupsCollectorTest, AllGroupHeadsCollectorTest, TestGrouping]
[junit4:junit4] Completed on J1 in 6.25s, 2 tests, 1 failure <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:548: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1758: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1213: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:877: There were test failures: 6 suites, 12 tests, 1 failure

Total time: 23 minutes 44 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.7.0_15 -server -XX:+UseG1GC
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/ibm-j9-jdk6) - Build # 4609 - Still Failing!

Posted by Steve Rowe <sa...@gmail.com>.
Yes, it is a hashing issue.  I was wrong, I don't actually sort the results.  I've got a patch that fixes this (and another problem).  Filing a JIRA shortly. - Steve

On Mar 7, 2013, at 12:34 PM, Uwe Schindler <uw...@thetaphi.de> wrote:

> Could this be a hashmap issue (different hash keys on IBM or Java 8)? I know, you said you sort them, but just to be sure. We had this problem several times in the past with some Solr tests that relied on order of entries in HashMaps/HashSets.
> 
> Uwe
> 
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
> 
>> -----Original Message-----
>> From: Steve Rowe [mailto:sarowe@gmail.com]
>> Sent: Thursday, March 07, 2013 6:27 PM
>> To: dev@lucene.apache.org
>> Subject: Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/ibm-j9-jdk6) - Build #
>> 4609 - Still Failing!
>> 
>> These two schema info tests
>> (TestFieldCollectionResource.test{,Json}getAllFields) have failed several
>> times now since I committed them, but IMHO this is a test-only issue, in that
>> the failing tests expect alphabetized field names in the response, but the
>> field names in the response are apparently unsorted.
>> 
>> I don't think this should hold up the 4.2 release; the API makes no claims
>> about sortedness of the response.
>> 
>> Apparently, only IBM J9 (32-&64-bit, v1.6 & v1.7) and Oracle v1.8 (32-&64-bit)
>> are affected.
>> 
>> I can't reproduce on OS X 10.8.2.
>> 
>> I'll see if I can figure out why this is happening - IIRC, the fields are run
>> through a sort before output.
>> 
>> Steve
>> 
>> On Mar 7, 2013, at 8:47 AM, Policeman Jenkins Server
>> <je...@thetaphi.de> wrote:
>> 
>>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4609/
>>> Java: 64bit/ibm-j9-jdk6
>>> 
>>> 2 tests failed.
>>> REGRESSION:
>> org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields
>>> 
>>> Error Message:
>>> Exception during query
>>> 
>>> Stack Trace:
>>> java.lang.RuntimeException: Exception during query
>>> 	at
>> __randomizedtesting.SeedInfo.seed([5CE440224BBC0EA:E9600EC6DE483972]
>> :0)
>>> 	at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:143)
>>> 	at
>> org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields(TestFieldC
>> ollectionResource.java:26)
>>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> 	at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> ava:60)
>>> 	at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> sorImpl.java:37)
>>> 	at java.lang.reflect.Method.invoke(Method.java:611)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> dRunner.java:1559)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
>> mizedRunner.java:79)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> mizedRunner.java:737)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> mizedRunner.java:773)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> mizedRunner.java:787)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> evaluate(SystemPropertiesRestoreRule.java:53)
>>> 	at
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> SetupTeardownChained.java:50)
>>> 	at
>> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
>> cheSanity.java:51)
>>> 	at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> fterRule.java:46)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
>> .evaluate(SystemPropertiesInvariantRule.java:55)
>>> 	at
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> readAndTestName.java:49)
>>> 	at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> IgnoreAfterMaxFailures.java:70)
>>> 	at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> .java:48)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> 	at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> run(ThreadLeakControl.java:358)
>>> 	at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> (ThreadLeakControl.java:782)
>>> 	at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> eakControl.java:442)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> domizedRunner.java:746)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
>> mizedRunner.java:648)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
>> mizedRunner.java:682)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> mizedRunner.java:693)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> evaluate(SystemPropertiesRestoreRule.java:53)
>>> 	at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> fterRule.java:46)
>>> 	at
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> assName.java:42)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
>> .evaluate(SystemPropertiesInvariantRule.java:55)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> 	at
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> ertionsRequired.java:43)
>>> 	at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> .java:48)
>>> 	at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> IgnoreAfterMaxFailures.java:70)
>>> 	at
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> TestSuites.java:55)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> 	at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> run(ThreadLeakControl.java:358)
>>> 	at java.lang.Thread.run(Thread.java:738)
>>> Caused by: java.lang.RuntimeException: REQUEST FAILED:
>> xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] =
>> 'custstopfilt'
>>> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
>>> <response>
>>> 
>>> <lst name="responseHeader">
>>> <int name="status">0</int>
>>> <int name="QTime">184</int>
>>> </lst>
>>> <arr name="fields">
>>> <lst>
>>>   <str name="name">lowerfilt</str>
>>>   <str name="type">lowerfilt</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">text_np</str>
>>>   <str name="type">text_np</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">false</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">timestamp</str>
>>>   <str name="type">date</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">id</str>
>>>   <str name="type">string</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>>   <bool name="multiValued">false</bool>
>>>   <bool name="required">true</bool>
>>>   <bool name="uniqueKey">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">signatureField</str>
>>>   <str name="type">string</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">false</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">sindsto</str>
>>>   <str name="type">string</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">isto</str>
>>>   <str name="type">int</str>
>>>   <bool name="indexed">false</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">subject</str>
>>>   <str name="type">text</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">text</str>
>>>   <str name="type">text</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">false</bool>
>>>   <bool name="multiValued">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">HTMLwhitetok</str>
>>>   <str name="type">HTMLwhitetok</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">wdf_nocase</str>
>>>   <str name="type">wdf_nocase</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">bind</str>
>>>   <str name="type">boolean</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">false</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">title_lettertok</str>
>>>   <str name="type">lettertok</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">false</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">test_offtv</str>
>>>   <str name="type">text</str>
>>>   <bool name="termOffsets">true</bool>
>>>   <bool name="termVectors">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">subword</str>
>>>   <str name="type">subword</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">title</str>
>>>   <str name="type">nametext</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">shouldbestored</str>
>>>   <str name="type">unstored</str>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">point_hash</str>
>>>   <str name="type">geohash</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>>   <bool name="multiValued">false</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">custengporterfilt</str>
>>>   <str name="type">custengporterfilt</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">lettertok</str>
>>>   <str name="type">lettertok</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">test_posofftv</str>
>>>   <str name="type">text</str>
>>>   <bool name="termOffsets">true</bool>
>>>   <bool name="termVectors">true</bool>
>>>   <bool name="termPositions">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">lengthfilt</str>
>>>   <str name="type">lengthfilt</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">standardtok</str>
>>>   <str name="type">standardtok</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">weight</str>
>>>   <str name="type">float</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">porterfilt</str>
>>>   <str name="type">porterfilt</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">title_stemmed</str>
>>>   <str name="type">text</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">false</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">standardtokfilt</str>
>>>   <str name="type">standardtokfilt</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">uniq</str>
>>>   <str name="type">string</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>>   <bool name="multiValued">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">test_basictv</str>
>>>   <str name="type">text</str>
>>>   <bool name="termVectors">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">whitetok</str>
>>>   <str name="type">whitetok</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">nullfirst</str>
>>>   <str name="type">string</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>>   <bool name="sortMissingFirst">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">textgap</str>
>>>   <str name="type">textgap</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">name</str>
>>>   <str name="type">nametext</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">bsto</str>
>>>   <str name="type">boolean</str>
>>>   <bool name="indexed">false</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">sind</str>
>>>   <str name="type">string</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">false</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">stopfilt</str>
>>>   <str name="type">stopfilt</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">test_notv</str>
>>>   <str name="type">text</str>
>>>   <bool name="termVectors">false</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">point</str>
>>>   <str name="type">xy</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>>   <bool name="multiValued">false</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">wdf_preserve</str>
>>>   <str name="type">wdf_preserve</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">teststop</str>
>>>   <str name="type">teststop</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">numericsubword</str>
>>>   <str name="type">numericsubword</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">patternreplacefilt</str>
>>>   <str name="type">patternreplacefilt</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">lowertok</str>
>>>   <str name="type">lowertok</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">shouldbeunstored</str>
>>>   <str name="type">unstored</str>
>>> </lst>
>>> <lst>
>>>   <str name="name">sku1</str>
>>>   <str name="type">skutype1</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">pointD</str>
>>>   <str name="type">xyd</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>>   <bool name="multiValued">false</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">sku2</str>
>>>   <str name="type">skutype2</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">uuid</str>
>>>   <str name="type">uuid</str>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">shouldbeunindexed</str>
>>>   <str name="type">unstored</str>
>>>   <bool name="indexed">false</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">nouniq</str>
>>>   <str name="type">string</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>>   <bool name="multiValued">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">test_hlt</str>
>>>   <str name="type">highlittext</str>
>>>   <bool name="compressed">true</bool>
>>>   <bool name="indexed">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">keywordtok</str>
>>>   <str name="type">keywordtok</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">standardfilt</str>
>>>   <str name="type">standardfilt</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">syn</str>
>>>   <str name="type">syn</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">bindsto</str>
>>>   <str name="type">boolean</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">uniq2</str>
>>>   <str name="type">string</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>>   <bool name="multiValued">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">uniq3</str>
>>>   <str name="type">string</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">iind</str>
>>>   <str name="type">int</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">false</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">engporterfilt</str>
>>>   <str name="type">engporterfilt</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">numberpartfail</str>
>>>   <str name="type">failtype1</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">ssto</str>
>>>   <str name="type">string</str>
>>>   <bool name="indexed">false</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">protectedsubword</str>
>>>   <str name="type">protectedsubword</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">dedup</str>
>>>   <str name="type">dedup</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">custstopfilt</str>
>>>   <str name="type">custstopfilt</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">store</str>
>>>   <str name="type">location</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">_version_</str>
>>>   <str name="type">long</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">HTMLstandardtok</str>
>>>   <str name="type">HTMLstandardtok</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">test_postv</str>
>>>   <str name="type">text</str>
>>>   <bool name="termVectors">true</bool>
>>>   <bool name="termPositions">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">test_hlt_off</str>
>>>   <str name="type">highlittext</str>
>>>   <bool name="compressed">false</bool>
>>>   <bool name="indexed">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">copyfield_source</str>
>>>   <str name="type">string</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>>   <bool name="multiValued">true</bool>
>>> </lst>
>>> <lst>
>>>   <str name="name">bday</str>
>>>   <str name="type">date</str>
>>>   <bool name="indexed">true</bool>
>>>   <bool name="stored">true</bool>
>>> </lst>
>>> </arr>
>>> </response>
>>> 
>>> 	request was:/schema/fields?indent=on&wt=xml
>>> 	at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:136)
>>> 	... 41 more
>>> 
>>> 
>>> REGRESSION:
>> org.apache.solr.rest.TestFieldCollectionResource.testJsonGetAllFields
>>> 
>>> Error Message:
>>> mismatch: 'custstopfilt'!='lowerfilt' @ fields/[0]/name
>>> 
>>> Stack Trace:
>>> java.lang.RuntimeException: mismatch: 'custstopfilt'!='lowerfilt' @
>> fields/[0]/name
>>> 	at
>> __randomizedtesting.SeedInfo.seed([5CE440224BBC0EA:8CCE368E84088CCC
>> ]:0)
>>> 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:242)
>>> 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:186)
>>> 	at
>> org.apache.solr.rest.TestFieldCollectionResource.testJsonGetAllFields(TestFi
>> eldCollectionResource.java:50)
>>> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> 	at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> ava:60)
>>> 	at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> sorImpl.java:37)
>>> 	at java.lang.reflect.Method.invoke(Method.java:611)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> dRunner.java:1559)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
>> mizedRunner.java:79)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> mizedRunner.java:737)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> mizedRunner.java:773)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> mizedRunner.java:787)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> evaluate(SystemPropertiesRestoreRule.java:53)
>>> 	at
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> SetupTeardownChained.java:50)
>>> 	at
>> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
>> cheSanity.java:51)
>>> 	at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> fterRule.java:46)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
>> .evaluate(SystemPropertiesInvariantRule.java:55)
>>> 	at
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> readAndTestName.java:49)
>>> 	at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> IgnoreAfterMaxFailures.java:70)
>>> 	at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> .java:48)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> 	at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> run(ThreadLeakControl.java:358)
>>> 	at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> (ThreadLeakControl.java:782)
>>> 	at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> eakControl.java:442)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> domizedRunner.java:746)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
>> mizedRunner.java:648)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
>> mizedRunner.java:682)
>>> 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> mizedRunner.java:693)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> evaluate(SystemPropertiesRestoreRule.java:53)
>>> 	at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> fterRule.java:46)
>>> 	at
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> assName.java:42)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
>> .evaluate(SystemPropertiesInvariantRule.java:55)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> 	at
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> ertionsRequired.java:43)
>>> 	at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> .java:48)
>>> 	at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> IgnoreAfterMaxFailures.java:70)
>>> 	at
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> TestSuites.java:55)
>>> 	at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> 	at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> run(ThreadLeakControl.java:358)
>>> 	at java.lang.Thread.run(Thread.java:738)
>>> 
>>> 
>>> 
>>> 
>>> Build Log:
>>> [...truncated 8278 lines...]
>>> [junit4:junit4] Suite: org.apache.solr.rest.TestFieldCollectionResource
>>> [junit4:junit4]   2> 1 T96 oas.SolrJettyTestBase.beforeSolrJettyTestBase
>> Randomized ssl (false) and clientAuth (true)
>>> [junit4:junit4]   2> 4 T96 oas.SolrTestCaseJ4.initCore ####initCore
>>> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-
>> Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-
>> TestFieldCollectionResource-1362663379053
>>> [junit4:junit4]   2> 6 T96 oas.SolrTestCaseJ4.initCore ####initCore end
>>> [junit4:junit4]   2> 8 T96 oejs.Server.doStart jetty-8.1.8.v20121106
>>> [junit4:junit4]   2> 17 T96 oejs.AbstractConnector.doStart Started
>> SelectChannelConnector@127.0.0.1:57821
>>> [junit4:junit4]   2> 19 T96 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
>>> [junit4:junit4]   2> 20 T96 oasc.SolrResourceLoader.locateSolrHome JNDI
>> not configured for solr (NoInitialContextEx)
>>> [junit4:junit4]   2> 21 T96 oasc.SolrResourceLoader.locateSolrHome using
>> system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-
>> trunk-Linux/solr/build/solr-core/test-files/solr
>>> [junit4:junit4]   2> 21 T96 oasc.CoreContainer$Initializer.initialize looking for
>> solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
>> Linux/solr/build/solr-core/test-files/solr/solr.xml
>>> [junit4:junit4]   2> 22 T96 oasc.CoreContainer.<init> New CoreContainer
>> 743976024
>>> [junit4:junit4]   2> 24 T96 oasc.CoreContainer.load Loading CoreContainer
>> using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
>> Linux/solr/build/solr-core/test-files/solr/'
>>> [junit4:junit4]   2> 24 T96 oasc.SolrResourceLoader.<init> new
>> SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-
>> Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
>>> [junit4:junit4]   2> 51 T96 oashc.HttpShardHandlerFactory.getParameter
>> Setting socketTimeout to: 120000
>>> [junit4:junit4]   2> 52 T96 oashc.HttpShardHandlerFactory.getParameter
>> Setting urlScheme to: http://
>>> [junit4:junit4]   2> 53 T96 oashc.HttpShardHandlerFactory.getParameter
>> Setting connTimeout to: 15000
>>> [junit4:junit4]   2> 53 T96 oashc.HttpShardHandlerFactory.getParameter
>> Setting maxConnectionsPerHost to: 20
>>> [junit4:junit4]   2> 54 T96 oashc.HttpShardHandlerFactory.getParameter
>> Setting corePoolSize to: 0
>>> [junit4:junit4]   2> 55 T96 oashc.HttpShardHandlerFactory.getParameter
>> Setting maximumPoolSize to: 2147483647
>>> [junit4:junit4]   2> 56 T96 oashc.HttpShardHandlerFactory.getParameter
>> Setting maxThreadIdleTime to: 5
>>> [junit4:junit4]   2> 56 T96 oashc.HttpShardHandlerFactory.getParameter
>> Setting sizeOfQueue to: -1
>>> [junit4:junit4]   2> 57 T96 oashc.HttpShardHandlerFactory.getParameter
>> Setting fairnessPolicy to: false
>>> [junit4:junit4]   2> 58 T96 oascsi.HttpClientUtil.createClient Creating new
>> http client,
>> config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout
>> =120000&connTimeout=15000&retry=false
>>> [junit4:junit4]   2> 103 T96 oasc.CoreContainer.load Registering Log Listener
>>> [junit4:junit4]   2> 122 T106 oasc.CoreContainer.create Creating SolrCore
>> 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-
>> trunk-Linux/solr/build/solr-core/test-files/solr/collection1
>>> [junit4:junit4]   2> 123 T106 oasc.SolrResourceLoader.<init> new
>> SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-
>> Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
>>> [junit4:junit4]   2> 124 T106 oasc.SolrResourceLoader.replaceClassLoader
>> Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
>> Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to
>> classloader
>>> [junit4:junit4]   2> 125 T106 oasc.SolrResourceLoader.replaceClassLoader
>> Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
>> Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to
>> classloader
>>> [junit4:junit4]   2> 166 T106 oasc.SolrConfig.<init> Using Lucene
>> MatchVersion: LUCENE_50
>>> [junit4:junit4]   2> 217 T106 oasc.SolrConfig.<init> Loaded SolrConfig:
>> solrconfig.xml
>>> [junit4:junit4]   2> 218 T106 oass.IndexSchema.readSchema Reading Solr
>> Schema
>>> [junit4:junit4]   2> 223 T106 oass.IndexSchema.readSchema Schema
>> name=test-rest
>>> [junit4:junit4]   2> 577 T106 oass.IndexSchema.readSchema default search
>> field in schema is text
>>> [junit4:junit4]   2> 580 T106 oass.IndexSchema.readSchema unique key
>> field: id
>>> [junit4:junit4]   2> 582 T106 oass.IndexSchema.readSchema WARNING Field
>> title is not multivalued and destination for multiple copyFields (3)
>>> [junit4:junit4]   2> 595 T106 oasc.SolrCore.<init> [collection1] Opening new
>> SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
>> Linux/solr/build/solr-core/test-files/solr/collection1/,
>> dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
>> Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-
>> 1362663379053/
>>> [junit4:junit4]   2> 596 T106 oasc.JmxMonitoredMap.<init> JMX monitoring
>> is enabled. Adding Solr mbeans to JMX Server:
>> com.sun.jmx.mbeanserver.JmxMBeanServer@6fa86fa8
>>> [junit4:junit4]   2> 597 T106 oasc.SolrCore.initDirectoryFactory
>> org.apache.solr.core.MockDirectoryFactory
>>> [junit4:junit4]   2> 598 T106 oasc.CachingDirectoryFactory.get return new
>> directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
>> Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-
>> 1362663379053 forceNew: false
>>> [junit4:junit4]   2> 599 T106 oasc.SolrCore.getNewIndexDir New index
>> directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-
>> trunk-Linux/solr/build/solr-core/test/J1/solrtest-
>> TestFieldCollectionResource-1362663379053/index/
>>> [junit4:junit4]   2> 599 T106 oasc.SolrCore.initIndex WARNING [collection1]
>> Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
>> Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-
>> 1362663379053/index' doesn't exist. Creating new index...
>>> [junit4:junit4]   2> 600 T106 oasc.CachingDirectoryFactory.get return new
>> directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
>> Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-
>> 1362663379053/index forceNew: false
>>> [junit4:junit4]   2> 603 T106 oasc.SolrDeletionPolicy.onCommit
>> SolrDeletionPolicy.onCommit: commits:num=1
>>> [junit4:junit4]   2>
>> 	commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apa
>> che.lucene.store.RAMDirectory@4a144a14
>> lockFactory=org.apache.lucene.store.NativeFSLockFactory@53bc53bc)),segF
>> N=segments_1,generation=1,filenames=[segments_1]
>>> [junit4:junit4]   2> 604 T106 oasc.SolrDeletionPolicy.updateCommits newest
>> commit = 1[segments_1]
>>> [junit4:junit4]   2> 605 T106 oasc.SolrCore.initWriters created xml:
>> solr.XMLResponseWriter
>>> [junit4:junit4]   2> 608 T106 oasup.UpdateRequestProcessorChain.init
>> inserting DistributedUpdateProcessorFactory into
>> updateRequestProcessorChain "dedupe"
>>> [junit4:junit4]   2> 609 T106 oasup.UpdateRequestProcessorChain.init
>> inserting DistributedUpdateProcessorFactory into
>> updateRequestProcessorChain "dedupe-allfields"
>>> [junit4:junit4]   2> 610 T106 oasup.UpdateRequestProcessorChain.init
>> inserting DistributedUpdateProcessorFactory into
>> updateRequestProcessorChain "stored_sig"
>>> [junit4:junit4]   2> 611 T106 oasup.UpdateRequestProcessorChain.init
>> inserting DistributedUpdateProcessorFactory into
>> updateRequestProcessorChain "uniq-fields"
>>> [junit4:junit4]   2> 611 T106 oasup.UpdateRequestProcessorChain.init
>> inserting DistributedUpdateProcessorFactory into
>> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>>> [junit4:junit4]   2> 612 T106 oasc.RequestHandlers.initHandlersFromConfig
>> adding lazy requestHandler: solr.ReplicationHandler
>>> [junit4:junit4]   2> 612 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created /replication: solr.ReplicationHandler
>>> [junit4:junit4]   2> 613 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created standard: solr.StandardRequestHandler
>>> [junit4:junit4]   2> 614 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created /get: solr.RealTimeGetHandler
>>> [junit4:junit4]   2> 615 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created dismax: solr.SearchHandler
>>> [junit4:junit4]   2> 615 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
>>> [junit4:junit4]   2> 616 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created /admin/: org.apache.solr.handler.admin.AdminHandlers
>>> [junit4:junit4]   2> 617 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created defaults: solr.StandardRequestHandler
>>> [junit4:junit4]   2> 617 T106 oasc.RequestHandlers.initHandlersFromConfig
>> adding lazy requestHandler: solr.StandardRequestHandler
>>> [junit4:junit4]   2> 618 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created lazy: solr.StandardRequestHandler
>>> [junit4:junit4]   2> 618 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created /update: solr.UpdateRequestHandler
>>> [junit4:junit4]   2> 619 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created /terms: org.apache.solr.handler.component.SearchHandler
>>> [junit4:junit4]   2> 620 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created spellCheckCompRH:
>> org.apache.solr.handler.component.SearchHandler
>>> [junit4:junit4]   2> 621 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created spellCheckCompRH_Direct:
>> org.apache.solr.handler.component.SearchHandler
>>> [junit4:junit4]   2> 621 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created spellCheckWithWordbreak:
>> org.apache.solr.handler.component.SearchHandler
>>> [junit4:junit4]   2> 627 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created spellCheckWithWordbreak_Direct:
>> org.apache.solr.handler.component.SearchHandler
>>> [junit4:junit4]   2> 628 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created spellCheckCompRH1:
>> org.apache.solr.handler.component.SearchHandler
>>> [junit4:junit4]   2> 629 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created mltrh: org.apache.solr.handler.component.SearchHandler
>>> [junit4:junit4]   2> 630 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created tvrh: org.apache.solr.handler.component.SearchHandler
>>> [junit4:junit4]   2> 630 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created /mlt: solr.MoreLikeThisHandler
>>> [junit4:junit4]   2> 631 T106 oasc.RequestHandlers.initHandlersFromConfig
>> created /debug/dump: solr.DumpRequestHandler
>>> [junit4:junit4]   2> 632 T106 oashl.XMLLoader.init
>> xsltCacheLifetimeSeconds=60
>>> [junit4:junit4]   2> 634 T106 oasc.SolrCore.initDeprecatedSupport
>> WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please
>> update your config to use the ShowFileRequestHandler.
>>> [junit4:junit4]   2> 636 T106 oasc.SolrCore.initDeprecatedSupport
>> WARNING adding ShowFileRequestHandler with hidden files: [BAD-SCHEMA-
>> NOT-INDEXED-BUT-TF.XML, SCHEMA-REQUIRED-FIELDS.XML, SOLRCONFIG-
>> MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-PROPINJECT.XML, BAD-
>> SCHEMA-NONTEXT-ANALYZER.XML, SCHEMA-BEHAVIOR.XML, SOLRCONFIG-
>> PROPINJECT-INDEXDEFAULT.XML, STOP-2.TXT, SCHEMA11.XML, BAD-
>> SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, SCHEMA15.XML, SOLRCONFIG-
>> NATIVELOCK.XML, SCHEMA-SIM.XML, CONDITIONAL.UPDATEPROCESSOR.JS,
>> SCHEMA-DOCVALUES.XML, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML,
>> SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SOLRCONFIG-
>> REPEATER.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-
>> DEFAULT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-
>> NOCACHE.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-
>> SOLCOREPROPERTIES.XML, SCHEMA-EFF.XML, SOLRCONFIG_CODEC.XML,
>> BAD-SCHEMA-EXTERNAL-FILEFIELD.XML, HYPHENATION.DTD,
>> TRIVIAL.UPDATEPROCESSOR1.JS, SOLRCONFIG-MERGEPOLICY.XML,
>> SOLRCONFIG-PHRASESUGGEST.XML, SOLRCONFIG-SLAVE1.XML,
>> SOLRCONFIG-BASIC.XML, SCHEMA-LMJELINEKMERCER.XML, BAD-MP-
>> SOLRCONFIG.XML, JASUGGEST.TXT, BAD-SCHEMA-DUP-FIELD.XML, BAD-
>> SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SOLRCONFIG-MASTER.XML,
>> SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-TFIDF.XML, SCHEMA-
>> REPLICATION1.XML, SYNONYMS.TXT, SOLRCONFIG-ELEVATE.XML,
>> STOPWITHBOM.TXT, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-
>> COMPONENTS-NAME.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML,
>> WDFTYPES.TXT, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML,
>> SOLRCONFIG-DELPOLICY1.XML, BAD_SOLRCONFIG.XML, BAD-SCHEMA-
>> UNSUPPORTED-DOCVALUES.XML, HUNSPELL-TEST.DIC, SCHEMA-
>> NUMERIC.XML, SCHEMA-LUCENEMATCHVERSION.XML, KEEP-2.TXT,
>> SCHEMA-STOP-KEEP.XML, SCHEMA-IB.XML, STOP-SNOWBALL.TXT, SCHEMA-
>> DOCVALUESMULTI.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG-
>> SLAVE.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML,
>> STOPWORDSWRONGENCODING.TXT,
>> THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, STOPTYPES-1.TXT,
>> SOLRCONFIG-SPELLCHECKCOMPONENT.XML, REGEX-BOOST-PROCESSOR-
>> TEST.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-
>> DOCVALUESFACETING.XML, SOLRCONFIG-TLOG.XML,
>> COMPOUNDDICTIONARY.TXT, SOLRCONFIG-POSTINGSHIGHLIGHT.XML,
>> DA_COMPOUNDDICTIONARY.TXT, SOLRCONFIG-TERMINDEX.XML, BAD-
>> SOLRCONFIG-INVALID-SCRIPTFILE.XML, SCHEMASURROUND.XML, OPEN-
>> EXCHANGE-RATES.JSON, BAD-SCHEMA-DUP-FIELDTYPE.XML,
>> PHRASESUGGEST.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML,
>> SOLRCONFIG-MASTER2.XML, OLD_SYNONYMS.TXT, BAD-SCHEMA-
>> UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA-NOT-REQUIRED-UNIQUE-
>> KEY.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SCHEMA-
>> LMDIRICHLET.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, SCHEMA-
>> REVERSED.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-
>> FOLDING.XML, SOLRCONFIG-CACHING.XML, MAPPING-
>> ISOLATIN1ACCENT.TXT, ADDFIELDS.UPDATEPROCESSOR.JS, BAD-
>> CURRENCY.XML, SCHEMA-BM25.XML, SOLRCONFIG-ENABLEPLUGIN.XML,
>> STOP-1.TXT, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-REST.XML,
>> MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SCHEMA12.XML,
>> SOLRCONFIG-TRANSFORMERS.XML, SCHEMA-COPYFIELD-TEST.XML, BAD-
>> SCHEMA-DUP-DYNAMICFIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-
>> BASELINE.XML, CURRENCY.XML, FUZZYSUGGEST.TXT, DA_UTF8.XML,
>> SCHEMA-POSTINGSHIGHLIGHT.XML,
>> MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-SOLR-
>> 749.XML, STOPWORDS.TXT, HUNSPELL-TEST.AFF, SOLRCONFIG_PERF.XML,
>> SCHEMA-SWEETSPOT.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-
>> TINY.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML,
>> FRENCHARTICLES.TXT, SOLRCONFIG-LAZYWRITER.XML, SOLRCONFIG-
>> RESPONSE-LOG-COMPONENT.XML, SCHEMA-REPLICATION2.XML, SCHEMA-
>> SNIPPET-TYPE.XML, SCHEMA-SPATIAL.XML, BAD-SCHEMA-SWEETSPOT-
>> PARTIAL-HYPERBOLIC.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-
>> XINCLUDE.XML, XSLT, SOLRCONFIG-DELPOLICY2.XML, KEEP-1.TXT,
>> TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SCHEMA-CURRENCY-DYNAMIC-
>> MULTIVALUED.XML, SCHEMA-TRIE.XML, SCHEMA-BINARYFIELD.XML, BAD-
>> SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-
>> CODE-IN-XML.XML, SCHEMA-MINIMAL.XML, STOPTYPES-2.TXT,
>> SCHEMA_CODEC.XML, STEMDICT.TXT, SCHEMA-SYNONYM-TOKENIZER.XML,
>> ELEVATE.XML, SCHEMA-COLLATE.XML, PROTWORDS.TXT, SCHEMA-
>> XINCLUDE.XML, SCHEMA-SNIPPET-FIELD.XML, SOLRCONFIG-
>> REQHANDLER.INCL, SCHEMA-PHRASESUGGEST.XML, SCHEMA-DFR.XML,
>> BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SOLRCONFIG-
>> MASTER1.XML, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-
>> MASTER3.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML,
>> SOLRCONFIG-ALTDIRECTORY.XML, BAD-SCHEMA-SIM-GLOBAL-VS-FT-
>> MISMATCH.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, BAD-
>> SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, BAD-SCHEMA-CURRENCY-
>> FT-BOGUS-DEFAULT-CODE.XML]
>>> [junit4:junit4]   2> 638 T106 oass.SolrIndexSearcher.<init> Opening
>> Searcher@3c403c4 main
>>> [junit4:junit4]   2> 638 T106 oasu.CommitTracker.<init> Hard AutoCommit:
>> disabled
>>> [junit4:junit4]   2> 639 T106 oasu.CommitTracker.<init> Soft AutoCommit:
>> disabled
>>> [junit4:junit4]   2> 640 T106 oashc.SpellCheckComponent.inform Initializing
>> spell checkers
>>> [junit4:junit4]   2> 719 T106 oass.DirectSolrSpellChecker.init init:
>> {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLe
>> ngth=3}
>>> [junit4:junit4]   2> 768 T107 oasc.SolrCore.registerSearcher [collection1]
>> Registered new searcher Searcher@3c403c4
>> main{StandardDirectoryReader(segments_1:1)}
>>> [junit4:junit4]   2> 782 T106 oasc.CoreContainer.registerCore registering
>> core: collection1
>>> [junit4:junit4]   2> 783 T96 oass.SolrDispatchFilter.init
>> user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
>> Linux/solr/build/solr-core/test/J1
>>> [junit4:junit4]   2> 784 T96 oass.SolrDispatchFilter.init
>> SolrDispatchFilter.init() done
>>> [junit4:junit4]   2> 785 T96 oas.SolrJettyTestBase.createJetty Jetty Assigned
>> Port#57821
>>> [junit4:junit4]   2> 792 T96 oas.SolrTestCaseJ4.setUp ###Starting
>> testGetAllFields
>>> [junit4:junit4]   2> ASYNC  NEW_CORE C10 name=collection1
>> org.apache.solr.core.SolrCore@21732173
>>> [junit4:junit4]   2> 938 T104 C10 oejsh.ContextHandler$Context.log
>> SchemaRestApi: [Restlet] Attaching application:
>> org.apache.solr.rest.SchemaRestApi@53735373 to URI: /solr/schema
>>> [junit4:junit4]   2> 957 T104 C10 oasr.SchemaRestApi.createInboundRoot
>> createInboundRoot started
>>> [junit4:junit4]   2> 968 T104 C10 oasr.SchemaRestApi.createInboundRoot
>> createInboundRoot complete
>>> [junit4:junit4]   2> 985 T104 C10
>> oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr
>> path=/schema/fields params={indent=on&wt=xml} status=0 QTime=184
>>> [junit4:junit4]   2> 989 T104 C10 orel.LogFilter.afterHandle 2013-03-07
>> 	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET
>> 	/solr/schema/fields	indent=on&wt=xml	200	-	0
>> 	37	http://127.0.0.1:57821	Java/1.6.0	-
>>> [junit4:junit4]   2> 1055 T96 oasu.RestTestBase.assertQ SEVERE REQUEST
>> FAILED: xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] =
>> 'custstopfilt'
>>> [junit4:junit4]   2> 		xml response was: <?xml version="1.0"
>> encoding="UTF-8"?>
>>> [junit4:junit4]   2> 	<response>
>>> [junit4:junit4]   2>
>>> [junit4:junit4]   2> 	<lst name="responseHeader">
>>> [junit4:junit4]   2> 	  <int name="status">0</int>
>>> [junit4:junit4]   2> 	  <int name="QTime">184</int>
>>> [junit4:junit4]   2> 	</lst>
>>> [junit4:junit4]   2> 	<arr name="fields">
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">lowerfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">lowerfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">text_np</str>
>>> [junit4:junit4]   2> 	    <str name="type">text_np</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">timestamp</str>
>>> [junit4:junit4]   2> 	    <str name="type">date</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">id</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
>>> [junit4:junit4]   2> 	    <bool name="required">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="uniqueKey">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">signatureField</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">sindsto</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">isto</str>
>>> [junit4:junit4]   2> 	    <str name="type">int</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">subject</str>
>>> [junit4:junit4]   2> 	    <str name="type">text</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">text</str>
>>> [junit4:junit4]   2> 	    <str name="type">text</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">HTMLwhitetok</str>
>>> [junit4:junit4]   2> 	    <str name="type">HTMLwhitetok</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">wdf_nocase</str>
>>> [junit4:junit4]   2> 	    <str name="type">wdf_nocase</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">bind</str>
>>> [junit4:junit4]   2> 	    <str name="type">boolean</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">title_lettertok</str>
>>> [junit4:junit4]   2> 	    <str name="type">lettertok</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">test_offtv</str>
>>> [junit4:junit4]   2> 	    <str name="type">text</str>
>>> [junit4:junit4]   2> 	    <bool name="termOffsets">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">subword</str>
>>> [junit4:junit4]   2> 	    <str name="type">subword</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">title</str>
>>> [junit4:junit4]   2> 	    <str name="type">nametext</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">shouldbestored</str>
>>> [junit4:junit4]   2> 	    <str name="type">unstored</str>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">point_hash</str>
>>> [junit4:junit4]   2> 	    <str name="type">geohash</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">custengporterfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">custengporterfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">lettertok</str>
>>> [junit4:junit4]   2> 	    <str name="type">lettertok</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">test_posofftv</str>
>>> [junit4:junit4]   2> 	    <str name="type">text</str>
>>> [junit4:junit4]   2> 	    <bool name="termOffsets">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="termPositions">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">lengthfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">lengthfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">standardtok</str>
>>> [junit4:junit4]   2> 	    <str name="type">standardtok</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">weight</str>
>>> [junit4:junit4]   2> 	    <str name="type">float</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">porterfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">porterfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">title_stemmed</str>
>>> [junit4:junit4]   2> 	    <str name="type">text</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">standardtokfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">standardtokfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">uniq</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">test_basictv</str>
>>> [junit4:junit4]   2> 	    <str name="type">text</str>
>>> [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">whitetok</str>
>>> [junit4:junit4]   2> 	    <str name="type">whitetok</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">nullfirst</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="sortMissingFirst">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">textgap</str>
>>> [junit4:junit4]   2> 	    <str name="type">textgap</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">name</str>
>>> [junit4:junit4]   2> 	    <str name="type">nametext</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">bsto</str>
>>> [junit4:junit4]   2> 	    <str name="type">boolean</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">sind</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">stopfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">stopfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">test_notv</str>
>>> [junit4:junit4]   2> 	    <str name="type">text</str>
>>> [junit4:junit4]   2> 	    <bool name="termVectors">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">point</str>
>>> [junit4:junit4]   2> 	    <str name="type">xy</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">wdf_preserve</str>
>>> [junit4:junit4]   2> 	    <str name="type">wdf_preserve</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">teststop</str>
>>> [junit4:junit4]   2> 	    <str name="type">teststop</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">numericsubword</str>
>>> [junit4:junit4]   2> 	    <str name="type">numericsubword</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">patternreplacefilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">patternreplacefilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">lowertok</str>
>>> [junit4:junit4]   2> 	    <str name="type">lowertok</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">shouldbeunstored</str>
>>> [junit4:junit4]   2> 	    <str name="type">unstored</str>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">sku1</str>
>>> [junit4:junit4]   2> 	    <str name="type">skutype1</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">pointD</str>
>>> [junit4:junit4]   2> 	    <str name="type">xyd</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">sku2</str>
>>> [junit4:junit4]   2> 	    <str name="type">skutype2</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">uuid</str>
>>> [junit4:junit4]   2> 	    <str name="type">uuid</str>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">shouldbeunindexed</str>
>>> [junit4:junit4]   2> 	    <str name="type">unstored</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">nouniq</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">test_hlt</str>
>>> [junit4:junit4]   2> 	    <str name="type">highlittext</str>
>>> [junit4:junit4]   2> 	    <bool name="compressed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">keywordtok</str>
>>> [junit4:junit4]   2> 	    <str name="type">keywordtok</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">standardfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">standardfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">syn</str>
>>> [junit4:junit4]   2> 	    <str name="type">syn</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">bindsto</str>
>>> [junit4:junit4]   2> 	    <str name="type">boolean</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">uniq2</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">uniq3</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">iind</str>
>>> [junit4:junit4]   2> 	    <str name="type">int</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">engporterfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">engporterfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">numberpartfail</str>
>>> [junit4:junit4]   2> 	    <str name="type">failtype1</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">ssto</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">protectedsubword</str>
>>> [junit4:junit4]   2> 	    <str name="type">protectedsubword</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">dedup</str>
>>> [junit4:junit4]   2> 	    <str name="type">dedup</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">custstopfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">custstopfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">store</str>
>>> [junit4:junit4]   2> 	    <str name="type">location</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">_version_</str>
>>> [junit4:junit4]   2> 	    <str name="type">long</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">HTMLstandardtok</str>
>>> [junit4:junit4]   2> 	    <str name="type">HTMLstandardtok</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">test_postv</str>
>>> [junit4:junit4]   2> 	    <str name="type">text</str>
>>> [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="termPositions">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">test_hlt_off</str>
>>> [junit4:junit4]   2> 	    <str name="type">highlittext</str>
>>> [junit4:junit4]   2> 	    <bool name="compressed">false</bool>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">copyfield_source</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">bday</str>
>>> [junit4:junit4]   2> 	    <str name="type">date</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	</arr>
>>> [junit4:junit4]   2> 	</response>
>>> [junit4:junit4]   2>
>>> [junit4:junit4]   2> 		request
>> was:/schema/fields?indent=on&wt=xml
>>> [junit4:junit4]   2> 1059 T96 oasc.SolrException.log SEVERE REQUEST FAILED:
>> /schema/fields?indent=on&wt=xml:java.lang.RuntimeException: REQUEST
>> FAILED: xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] =
>> 'custstopfilt'
>>> [junit4:junit4]   2> 		xml response was: <?xml version="1.0"
>> encoding="UTF-8"?>
>>> [junit4:junit4]   2> 	<response>
>>> [junit4:junit4]   2>
>>> [junit4:junit4]   2> 	<lst name="responseHeader">
>>> [junit4:junit4]   2> 	  <int name="status">0</int>
>>> [junit4:junit4]   2> 	  <int name="QTime">184</int>
>>> [junit4:junit4]   2> 	</lst>
>>> [junit4:junit4]   2> 	<arr name="fields">
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">lowerfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">lowerfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">text_np</str>
>>> [junit4:junit4]   2> 	    <str name="type">text_np</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">timestamp</str>
>>> [junit4:junit4]   2> 	    <str name="type">date</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">id</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
>>> [junit4:junit4]   2> 	    <bool name="required">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="uniqueKey">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">signatureField</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">sindsto</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">isto</str>
>>> [junit4:junit4]   2> 	    <str name="type">int</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">subject</str>
>>> [junit4:junit4]   2> 	    <str name="type">text</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">text</str>
>>> [junit4:junit4]   2> 	    <str name="type">text</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">HTMLwhitetok</str>
>>> [junit4:junit4]   2> 	    <str name="type">HTMLwhitetok</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">wdf_nocase</str>
>>> [junit4:junit4]   2> 	    <str name="type">wdf_nocase</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">bind</str>
>>> [junit4:junit4]   2> 	    <str name="type">boolean</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">title_lettertok</str>
>>> [junit4:junit4]   2> 	    <str name="type">lettertok</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">test_offtv</str>
>>> [junit4:junit4]   2> 	    <str name="type">text</str>
>>> [junit4:junit4]   2> 	    <bool name="termOffsets">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">subword</str>
>>> [junit4:junit4]   2> 	    <str name="type">subword</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">title</str>
>>> [junit4:junit4]   2> 	    <str name="type">nametext</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">shouldbestored</str>
>>> [junit4:junit4]   2> 	    <str name="type">unstored</str>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">point_hash</str>
>>> [junit4:junit4]   2> 	    <str name="type">geohash</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">custengporterfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">custengporterfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">lettertok</str>
>>> [junit4:junit4]   2> 	    <str name="type">lettertok</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">test_posofftv</str>
>>> [junit4:junit4]   2> 	    <str name="type">text</str>
>>> [junit4:junit4]   2> 	    <bool name="termOffsets">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="termPositions">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">lengthfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">lengthfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">standardtok</str>
>>> [junit4:junit4]   2> 	    <str name="type">standardtok</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">weight</str>
>>> [junit4:junit4]   2> 	    <str name="type">float</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">porterfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">porterfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">title_stemmed</str>
>>> [junit4:junit4]   2> 	    <str name="type">text</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">standardtokfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">standardtokfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">uniq</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">test_basictv</str>
>>> [junit4:junit4]   2> 	    <str name="type">text</str>
>>> [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">whitetok</str>
>>> [junit4:junit4]   2> 	    <str name="type">whitetok</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">nullfirst</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="sortMissingFirst">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">textgap</str>
>>> [junit4:junit4]   2> 	    <str name="type">textgap</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">name</str>
>>> [junit4:junit4]   2> 	    <str name="type">nametext</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">bsto</str>
>>> [junit4:junit4]   2> 	    <str name="type">boolean</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">sind</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">stopfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">stopfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">test_notv</str>
>>> [junit4:junit4]   2> 	    <str name="type">text</str>
>>> [junit4:junit4]   2> 	    <bool name="termVectors">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">point</str>
>>> [junit4:junit4]   2> 	    <str name="type">xy</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">wdf_preserve</str>
>>> [junit4:junit4]   2> 	    <str name="type">wdf_preserve</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">teststop</str>
>>> [junit4:junit4]   2> 	    <str name="type">teststop</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">numericsubword</str>
>>> [junit4:junit4]   2> 	    <str name="type">numericsubword</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">patternreplacefilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">patternreplacefilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">lowertok</str>
>>> [junit4:junit4]   2> 	    <str name="type">lowertok</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">shouldbeunstored</str>
>>> [junit4:junit4]   2> 	    <str name="type">unstored</str>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">sku1</str>
>>> [junit4:junit4]   2> 	    <str name="type">skutype1</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">pointD</str>
>>> [junit4:junit4]   2> 	    <str name="type">xyd</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">sku2</str>
>>> [junit4:junit4]   2> 	    <str name="type">skutype2</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">uuid</str>
>>> [junit4:junit4]   2> 	    <str name="type">uuid</str>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">shouldbeunindexed</str>
>>> [junit4:junit4]   2> 	    <str name="type">unstored</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">nouniq</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">test_hlt</str>
>>> [junit4:junit4]   2> 	    <str name="type">highlittext</str>
>>> [junit4:junit4]   2> 	    <bool name="compressed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">keywordtok</str>
>>> [junit4:junit4]   2> 	    <str name="type">keywordtok</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">standardfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">standardfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">syn</str>
>>> [junit4:junit4]   2> 	    <str name="type">syn</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">bindsto</str>
>>> [junit4:junit4]   2> 	    <str name="type">boolean</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">uniq2</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">uniq3</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">iind</str>
>>> [junit4:junit4]   2> 	    <str name="type">int</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">engporterfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">engporterfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">numberpartfail</str>
>>> [junit4:junit4]   2> 	    <str name="type">failtype1</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">ssto</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">protectedsubword</str>
>>> [junit4:junit4]   2> 	    <str name="type">protectedsubword</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">dedup</str>
>>> [junit4:junit4]   2> 	    <str name="type">dedup</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">custstopfilt</str>
>>> [junit4:junit4]   2> 	    <str name="type">custstopfilt</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">store</str>
>>> [junit4:junit4]   2> 	    <str name="type">location</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">_version_</str>
>>> [junit4:junit4]   2> 	    <str name="type">long</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">HTMLstandardtok</str>
>>> [junit4:junit4]   2> 	    <str name="type">HTMLstandardtok</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">test_postv</str>
>>> [junit4:junit4]   2> 	    <str name="type">text</str>
>>> [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="termPositions">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">test_hlt_off</str>
>>> [junit4:junit4]   2> 	    <str name="type">highlittext</str>
>>> [junit4:junit4]   2> 	    <bool name="compressed">false</bool>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">copyfield_source</str>
>>> [junit4:junit4]   2> 	    <str name="type">string</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	  <lst>
>>> [junit4:junit4]   2> 	    <str name="name">bday</str>
>>> [junit4:junit4]   2> 	    <str name="type">date</str>
>>> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
>>> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
>>> [junit4:junit4]   2> 	  </lst>
>>> [junit4:junit4]   2> 	</arr>
>>> [junit4:junit4]   2> 	</response>
>>> [junit4:junit4]   2>
>>> [junit4:junit4]   2> 		request
>> was:/schema/fields?indent=on&wt=xml
>>> [junit4:junit4]   2> 		at
>> org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:136)
>>> [junit4:junit4]   2> 		at
>> org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields(TestFieldC
>> ollectionResource.java:26)
>>> [junit4:junit4]   2> 		at
>> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> [junit4:junit4]   2> 		at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> ava:60)
>>> [junit4:junit4]   2> 		at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> sorImpl.java:37)
>>> [junit4:junit4]   2> 		at
>> java.lang.reflect.Method.invoke(Method.java:611)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> dRunner.java:1559)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
>> mizedRunner.java:79)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> mizedRunner.java:737)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> mizedRunner.java:773)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> mizedRunner.java:787)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> evaluate(SystemPropertiesRestoreRule.java:53)
>>> [junit4:junit4]   2> 		at
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> SetupTeardownChained.java:50)
>>> [junit4:junit4]   2> 		at
>> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
>> cheSanity.java:51)
>>> [junit4:junit4]   2> 		at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> fterRule.java:46)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
>> .evaluate(SystemPropertiesInvariantRule.java:55)
>>> [junit4:junit4]   2> 		at
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> readAndTestName.java:49)
>>> [junit4:junit4]   2> 		at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> IgnoreAfterMaxFailures.java:70)
>>> [junit4:junit4]   2> 		at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> .java:48)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> run(ThreadLeakControl.java:358)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> (ThreadLeakControl.java:782)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> eakControl.java:442)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> domizedRunner.java:746)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
>> mizedRunner.java:648)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
>> mizedRunner.java:682)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> mizedRunner.java:693)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> evaluate(SystemPropertiesRestoreRule.java:53)
>>> [junit4:junit4]   2> 		at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> fterRule.java:46)
>>> [junit4:junit4]   2> 		at
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> assName.java:42)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
>> .evaluate(SystemPropertiesInvariantRule.java:55)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> [junit4:junit4]   2> 		at
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> ertionsRequired.java:43)
>>> [junit4:junit4]   2> 		at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> .java:48)
>>> [junit4:junit4]   2> 		at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> IgnoreAfterMaxFailures.java:70)
>>> [junit4:junit4]   2> 		at
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> TestSuites.java:55)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> [junit4:junit4]   2> 		at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> run(ThreadLeakControl.java:358)
>>> [junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:738)
>>> [junit4:junit4]   2>
>>> [junit4:junit4]   2> 1062 T96 oas.SolrTestCaseJ4.tearDown ###Ending
>> testGetAllFields
>>> [junit4:junit4]   2> NOTE: reproduce with: ant test  -
>> Dtestcase=TestFieldCollectionResource -Dtests.method=testGetAllFields -
>> Dtests.seed=5CE440224BBC0EA -Dtests.multiplier=3 -Dtests.slow=true -
>> Dtests.locale=kk -Dtests.timezone=Europe/Amsterdam -
>> Dtests.file.encoding=UTF-8
>>> [junit4:junit4] ERROR   0.29s J1 |
>> TestFieldCollectionResource.testGetAllFields <<<
>>> [junit4:junit4]    > Throwable #1: java.lang.RuntimeException: Exception
>> during query
>>> [junit4:junit4]    > 	at
>> __randomizedtesting.SeedInfo.seed([5CE440224BBC0EA:E9600EC6DE483972]
>> :0)
>>> [junit4:junit4]    > 	at
>> org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:143)
>>> [junit4:junit4]    > 	at
>> org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields(TestFieldC
>> ollectionResource.java:26)
>>> [junit4:junit4]    > 	at
>> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> [junit4:junit4]    > 	at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> ava:60)
>>> [junit4:junit4]    > 	at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> sorImpl.java:37)
>>> [junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:611)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> dRunner.java:1559)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
>> mizedRunner.java:79)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> mizedRunner.java:737)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> mizedRunner.java:773)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> mizedRunner.java:787)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> evaluate(SystemPropertiesRestoreRule.java:53)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> SetupTeardownChained.java:50)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
>> cheSanity.java:51)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> fterRule.java:46)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
>> .evaluate(SystemPropertiesInvariantRule.java:55)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> readAndTestName.java:49)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> IgnoreAfterMaxFailures.java:70)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> .java:48)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> run(ThreadLeakControl.java:358)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> (ThreadLeakControl.java:782)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> eakControl.java:442)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> domizedRunner.java:746)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
>> mizedRunner.java:648)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
>> mizedRunner.java:682)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> mizedRunner.java:693)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> evaluate(SystemPropertiesRestoreRule.java:53)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> fterRule.java:46)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> assName.java:42)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
>> .evaluate(SystemPropertiesInvariantRule.java:55)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> ertionsRequired.java:43)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> .java:48)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> IgnoreAfterMaxFailures.java:70)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> TestSuites.java:55)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> run(ThreadLeakControl.java:358)
>>> [junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:738)
>>> [junit4:junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED:
>> xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] =
>> 'custstopfilt'
>>> [junit4:junit4]    > 	xml response was: <?xml version="1.0"
>> encoding="UTF-8"?>
>>> [junit4:junit4]    > <response>
>>> [junit4:junit4]    >
>>> [junit4:junit4]    > <lst name="responseHeader">
>>> [junit4:junit4]    >   <int name="status">0</int>
>>> [junit4:junit4]    >   <int name="QTime">184</int>
>>> [junit4:junit4]    > </lst>
>>> [junit4:junit4]    > <arr name="fields">
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">lowerfilt</str>
>>> [junit4:junit4]    >     <str name="type">lowerfilt</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">text_np</str>
>>> [junit4:junit4]    >     <str name="type">text_np</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">false</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">timestamp</str>
>>> [junit4:junit4]    >     <str name="type">date</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">id</str>
>>> [junit4:junit4]    >     <str name="type">string</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >     <bool name="multiValued">false</bool>
>>> [junit4:junit4]    >     <bool name="required">true</bool>
>>> [junit4:junit4]    >     <bool name="uniqueKey">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">signatureField</str>
>>> [junit4:junit4]    >     <str name="type">string</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">false</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">sindsto</str>
>>> [junit4:junit4]    >     <str name="type">string</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">isto</str>
>>> [junit4:junit4]    >     <str name="type">int</str>
>>> [junit4:junit4]    >     <bool name="indexed">false</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">subject</str>
>>> [junit4:junit4]    >     <str name="type">text</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">text</str>
>>> [junit4:junit4]    >     <str name="type">text</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">false</bool>
>>> [junit4:junit4]    >     <bool name="multiValued">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">HTMLwhitetok</str>
>>> [junit4:junit4]    >     <str name="type">HTMLwhitetok</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">wdf_nocase</str>
>>> [junit4:junit4]    >     <str name="type">wdf_nocase</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">bind</str>
>>> [junit4:junit4]    >     <str name="type">boolean</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">false</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">title_lettertok</str>
>>> [junit4:junit4]    >     <str name="type">lettertok</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">false</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">test_offtv</str>
>>> [junit4:junit4]    >     <str name="type">text</str>
>>> [junit4:junit4]    >     <bool name="termOffsets">true</bool>
>>> [junit4:junit4]    >     <bool name="termVectors">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">subword</str>
>>> [junit4:junit4]    >     <str name="type">subword</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">title</str>
>>> [junit4:junit4]    >     <str name="type">nametext</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">shouldbestored</str>
>>> [junit4:junit4]    >     <str name="type">unstored</str>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">point_hash</str>
>>> [junit4:junit4]    >     <str name="type">geohash</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >     <bool name="multiValued">false</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">custengporterfilt</str>
>>> [junit4:junit4]    >     <str name="type">custengporterfilt</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">lettertok</str>
>>> [junit4:junit4]    >     <str name="type">lettertok</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">test_posofftv</str>
>>> [junit4:junit4]    >     <str name="type">text</str>
>>> [junit4:junit4]    >     <bool name="termOffsets">true</bool>
>>> [junit4:junit4]    >     <bool name="termVectors">true</bool>
>>> [junit4:junit4]    >     <bool name="termPositions">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">lengthfilt</str>
>>> [junit4:junit4]    >     <str name="type">lengthfilt</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">standardtok</str>
>>> [junit4:junit4]    >     <str name="type">standardtok</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">weight</str>
>>> [junit4:junit4]    >     <str name="type">float</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">porterfilt</str>
>>> [junit4:junit4]    >     <str name="type">porterfilt</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">title_stemmed</str>
>>> [junit4:junit4]    >     <str name="type">text</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">false</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">standardtokfilt</str>
>>> [junit4:junit4]    >     <str name="type">standardtokfilt</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">uniq</str>
>>> [junit4:junit4]    >     <str name="type">string</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >     <bool name="multiValued">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">test_basictv</str>
>>> [junit4:junit4]    >     <str name="type">text</str>
>>> [junit4:junit4]    >     <bool name="termVectors">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">whitetok</str>
>>> [junit4:junit4]    >     <str name="type">whitetok</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">nullfirst</str>
>>> [junit4:junit4]    >     <str name="type">string</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >     <bool name="sortMissingFirst">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">textgap</str>
>>> [junit4:junit4]    >     <str name="type">textgap</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">name</str>
>>> [junit4:junit4]    >     <str name="type">nametext</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">bsto</str>
>>> [junit4:junit4]    >     <str name="type">boolean</str>
>>> [junit4:junit4]    >     <bool name="indexed">false</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">sind</str>
>>> [junit4:junit4]    >     <str name="type">string</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">false</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">stopfilt</str>
>>> [junit4:junit4]    >     <str name="type">stopfilt</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">test_notv</str>
>>> [junit4:junit4]    >     <str name="type">text</str>
>>> [junit4:junit4]    >     <bool name="termVectors">false</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">point</str>
>>> [junit4:junit4]    >     <str name="type">xy</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >     <bool name="multiValued">false</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">wdf_preserve</str>
>>> [junit4:junit4]    >     <str name="type">wdf_preserve</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">teststop</str>
>>> [junit4:junit4]    >     <str name="type">teststop</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">numericsubword</str>
>>> [junit4:junit4]    >     <str name="type">numericsubword</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">patternreplacefilt</str>
>>> [junit4:junit4]    >     <str name="type">patternreplacefilt</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">lowertok</str>
>>> [junit4:junit4]    >     <str name="type">lowertok</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">shouldbeunstored</str>
>>> [junit4:junit4]    >     <str name="type">unstored</str>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">sku1</str>
>>> [junit4:junit4]    >     <str name="type">skutype1</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">pointD</str>
>>> [junit4:junit4]    >     <str name="type">xyd</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >     <bool name="multiValued">false</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">sku2</str>
>>> [junit4:junit4]    >     <str name="type">skutype2</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">uuid</str>
>>> [junit4:junit4]    >     <str name="type">uuid</str>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">shouldbeunindexed</str>
>>> [junit4:junit4]    >     <str name="type">unstored</str>
>>> [junit4:junit4]    >     <bool name="indexed">false</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">nouniq</str>
>>> [junit4:junit4]    >     <str name="type">string</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >     <bool name="multiValued">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">test_hlt</str>
>>> [junit4:junit4]    >     <str name="type">highlittext</str>
>>> [junit4:junit4]    >     <bool name="compressed">true</bool>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">keywordtok</str>
>>> [junit4:junit4]    >     <str name="type">keywordtok</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">standardfilt</str>
>>> [junit4:junit4]    >     <str name="type">standardfilt</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">syn</str>
>>> [junit4:junit4]    >     <str name="type">syn</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">bindsto</str>
>>> [junit4:junit4]    >     <str name="type">boolean</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">uniq2</str>
>>> [junit4:junit4]    >     <str name="type">string</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >     <bool name="multiValued">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">uniq3</str>
>>> [junit4:junit4]    >     <str name="type">string</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">iind</str>
>>> [junit4:junit4]    >     <str name="type">int</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">false</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">engporterfilt</str>
>>> [junit4:junit4]    >     <str name="type">engporterfilt</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">numberpartfail</str>
>>> [junit4:junit4]    >     <str name="type">failtype1</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">ssto</str>
>>> [junit4:junit4]    >     <str name="type">string</str>
>>> [junit4:junit4]    >     <bool name="indexed">false</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">protectedsubword</str>
>>> [junit4:junit4]    >     <str name="type">protectedsubword</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">dedup</str>
>>> [junit4:junit4]    >     <str name="type">dedup</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">custstopfilt</str>
>>> [junit4:junit4]    >     <str name="type">custstopfilt</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">store</str>
>>> [junit4:junit4]    >     <str name="type">location</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">_version_</str>
>>> [junit4:junit4]    >     <str name="type">long</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">HTMLstandardtok</str>
>>> [junit4:junit4]    >     <str name="type">HTMLstandardtok</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">test_postv</str>
>>> [junit4:junit4]    >     <str name="type">text</str>
>>> [junit4:junit4]    >     <bool name="termVectors">true</bool>
>>> [junit4:junit4]    >     <bool name="termPositions">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">test_hlt_off</str>
>>> [junit4:junit4]    >     <str name="type">highlittext</str>
>>> [junit4:junit4]    >     <bool name="compressed">false</bool>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">copyfield_source</str>
>>> [junit4:junit4]    >     <str name="type">string</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >     <bool name="multiValued">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    >   <lst>
>>> [junit4:junit4]    >     <str name="name">bday</str>
>>> [junit4:junit4]    >     <str name="type">date</str>
>>> [junit4:junit4]    >     <bool name="indexed">true</bool>
>>> [junit4:junit4]    >     <bool name="stored">true</bool>
>>> [junit4:junit4]    >   </lst>
>>> [junit4:junit4]    > </arr>
>>> [junit4:junit4]    > </response>
>>> [junit4:junit4]    >
>>> [junit4:junit4]    > 	request was:/schema/fields?indent=on&wt=xml
>>> [junit4:junit4]    > 	at
>> org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:136)
>>> [junit4:junit4]    > 	... 41 more
>>> [junit4:junit4]   2> 1082 T96 oas.SolrTestCaseJ4.setUp ###Starting
>> testJsonGetAllFields
>>> [junit4:junit4]   2> 1087 T102 C10
>> oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr
>> path=/schema/fields params={indent=on&wt=json} status=0 QTime=2
>>> [junit4:junit4]   2> 1088 T102 C10 orel.LogFilter.afterHandle 2013-03-07
>> 	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET
>> 	/solr/schema/fields	indent=on&wt=json	200	-	0
>> 	3	http://127.0.0.1:57821	Java/1.6.0	-
>>> [junit4:junit4]   2> 1100 T96 oasu.RestTestBase.assertJQ SEVERE query
>> failed JSON validation. error=mismatch: 'custstopfilt'!='lowerfilt' @
>> fields/[0]/name
>>> [junit4:junit4]   2> 	 expected =/fields/[0]/name=="custstopfilt"
>>> [junit4:junit4]   2> 	 response = {
>>> [junit4:junit4]   2> 	  "responseHeader":{
>>> [junit4:junit4]   2> 	    "status":0,
>>> [junit4:junit4]   2> 	    "QTime":2},
>>> [junit4:junit4]   2> 	  "fields":[{
>>> [junit4:junit4]   2> 	      "name":"lowerfilt",
>>> [junit4:junit4]   2> 	      "type":"lowerfilt",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"text_np",
>>> [junit4:junit4]   2> 	      "type":"text_np",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":false},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"timestamp",
>>> [junit4:junit4]   2> 	      "type":"date",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"id",
>>> [junit4:junit4]   2> 	      "type":"string",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true,
>>> [junit4:junit4]   2> 	      "multiValued":false,
>>> [junit4:junit4]   2> 	      "required":true,
>>> [junit4:junit4]   2> 	      "uniqueKey":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"signatureField",
>>> [junit4:junit4]   2> 	      "type":"string",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":false},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"sindsto",
>>> [junit4:junit4]   2> 	      "type":"string",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"isto",
>>> [junit4:junit4]   2> 	      "type":"int",
>>> [junit4:junit4]   2> 	      "indexed":false,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"subject",
>>> [junit4:junit4]   2> 	      "type":"text",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"text",
>>> [junit4:junit4]   2> 	      "type":"text",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":false,
>>> [junit4:junit4]   2> 	      "multiValued":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"HTMLwhitetok",
>>> [junit4:junit4]   2> 	      "type":"HTMLwhitetok",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"wdf_nocase",
>>> [junit4:junit4]   2> 	      "type":"wdf_nocase",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"bind",
>>> [junit4:junit4]   2> 	      "type":"boolean",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":false},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"title_lettertok",
>>> [junit4:junit4]   2> 	      "type":"lettertok",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":false},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"test_offtv",
>>> [junit4:junit4]   2> 	      "type":"text",
>>> [junit4:junit4]   2> 	      "termOffsets":true,
>>> [junit4:junit4]   2> 	      "termVectors":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"subword",
>>> [junit4:junit4]   2> 	      "type":"subword",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"title",
>>> [junit4:junit4]   2> 	      "type":"nametext",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"shouldbestored",
>>> [junit4:junit4]   2> 	      "type":"unstored",
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"point_hash",
>>> [junit4:junit4]   2> 	      "type":"geohash",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true,
>>> [junit4:junit4]   2> 	      "multiValued":false},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"custengporterfilt",
>>> [junit4:junit4]   2> 	      "type":"custengporterfilt",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"lettertok",
>>> [junit4:junit4]   2> 	      "type":"lettertok",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"test_posofftv",
>>> [junit4:junit4]   2> 	      "type":"text",
>>> [junit4:junit4]   2> 	      "termOffsets":true,
>>> [junit4:junit4]   2> 	      "termVectors":true,
>>> [junit4:junit4]   2> 	      "termPositions":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"lengthfilt",
>>> [junit4:junit4]   2> 	      "type":"lengthfilt",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"standardtok",
>>> [junit4:junit4]   2> 	      "type":"standardtok",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"weight",
>>> [junit4:junit4]   2> 	      "type":"float",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"porterfilt",
>>> [junit4:junit4]   2> 	      "type":"porterfilt",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"title_stemmed",
>>> [junit4:junit4]   2> 	      "type":"text",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":false},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"standardtokfilt",
>>> [junit4:junit4]   2> 	      "type":"standardtokfilt",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"uniq",
>>> [junit4:junit4]   2> 	      "type":"string",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true,
>>> [junit4:junit4]   2> 	      "multiValued":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"test_basictv",
>>> [junit4:junit4]   2> 	      "type":"text",
>>> [junit4:junit4]   2> 	      "termVectors":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"whitetok",
>>> [junit4:junit4]   2> 	      "type":"whitetok",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"nullfirst",
>>> [junit4:junit4]   2> 	      "type":"string",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true,
>>> [junit4:junit4]   2> 	      "sortMissingFirst":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"textgap",
>>> [junit4:junit4]   2> 	      "type":"textgap",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"name",
>>> [junit4:junit4]   2> 	      "type":"nametext",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"bsto",
>>> [junit4:junit4]   2> 	      "type":"boolean",
>>> [junit4:junit4]   2> 	      "indexed":false,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"sind",
>>> [junit4:junit4]   2> 	      "type":"string",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":false},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"stopfilt",
>>> [junit4:junit4]   2> 	      "type":"stopfilt",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"test_notv",
>>> [junit4:junit4]   2> 	      "type":"text",
>>> [junit4:junit4]   2> 	      "termVectors":false},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"point",
>>> [junit4:junit4]   2> 	      "type":"xy",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true,
>>> [junit4:junit4]   2> 	      "multiValued":false},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"wdf_preserve",
>>> [junit4:junit4]   2> 	      "type":"wdf_preserve",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"teststop",
>>> [junit4:junit4]   2> 	      "type":"teststop",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"numericsubword",
>>> [junit4:junit4]   2> 	      "type":"numericsubword",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"patternreplacefilt",
>>> [junit4:junit4]   2> 	      "type":"patternreplacefilt",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"lowertok",
>>> [junit4:junit4]   2> 	      "type":"lowertok",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"shouldbeunstored",
>>> [junit4:junit4]   2> 	      "type":"unstored"},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"sku1",
>>> [junit4:junit4]   2> 	      "type":"skutype1",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"pointD",
>>> [junit4:junit4]   2> 	      "type":"xyd",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true,
>>> [junit4:junit4]   2> 	      "multiValued":false},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"sku2",
>>> [junit4:junit4]   2> 	      "type":"skutype2",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"uuid",
>>> [junit4:junit4]   2> 	      "type":"uuid",
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"shouldbeunindexed",
>>> [junit4:junit4]   2> 	      "type":"unstored",
>>> [junit4:junit4]   2> 	      "indexed":false,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"nouniq",
>>> [junit4:junit4]   2> 	      "type":"string",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true,
>>> [junit4:junit4]   2> 	      "multiValued":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"test_hlt",
>>> [junit4:junit4]   2> 	      "type":"highlittext",
>>> [junit4:junit4]   2> 	      "compressed":true,
>>> [junit4:junit4]   2> 	      "indexed":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"keywordtok",
>>> [junit4:junit4]   2> 	      "type":"keywordtok",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"standardfilt",
>>> [junit4:junit4]   2> 	      "type":"standardfilt",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"syn",
>>> [junit4:junit4]   2> 	      "type":"syn",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"bindsto",
>>> [junit4:junit4]   2> 	      "type":"boolean",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"uniq2",
>>> [junit4:junit4]   2> 	      "type":"string",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true,
>>> [junit4:junit4]   2> 	      "multiValued":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"uniq3",
>>> [junit4:junit4]   2> 	      "type":"string",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"iind",
>>> [junit4:junit4]   2> 	      "type":"int",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":false},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"engporterfilt",
>>> [junit4:junit4]   2> 	      "type":"engporterfilt",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"numberpartfail",
>>> [junit4:junit4]   2> 	      "type":"failtype1",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"ssto",
>>> [junit4:junit4]   2> 	      "type":"string",
>>> [junit4:junit4]   2> 	      "indexed":false,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"protectedsubword",
>>> [junit4:junit4]   2> 	      "type":"protectedsubword",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"dedup",
>>> [junit4:junit4]   2> 	      "type":"dedup",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"custstopfilt",
>>> [junit4:junit4]   2> 	      "type":"custstopfilt",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"store",
>>> [junit4:junit4]   2> 	      "type":"location",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"_version_",
>>> [junit4:junit4]   2> 	      "type":"long",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"HTMLstandardtok",
>>> [junit4:junit4]   2> 	      "type":"HTMLstandardtok",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"test_postv",
>>> [junit4:junit4]   2> 	      "type":"text",
>>> [junit4:junit4]   2> 	      "termVectors":true,
>>> [junit4:junit4]   2> 	      "termPositions":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"test_hlt_off",
>>> [junit4:junit4]   2> 	      "type":"highlittext",
>>> [junit4:junit4]   2> 	      "compressed":false,
>>> [junit4:junit4]   2> 	      "indexed":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"copyfield_source",
>>> [junit4:junit4]   2> 	      "type":"string",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true,
>>> [junit4:junit4]   2> 	      "multiValued":true},
>>> [junit4:junit4]   2> 	    {
>>> [junit4:junit4]   2> 	      "name":"bday",
>>> [junit4:junit4]   2> 	      "type":"date",
>>> [junit4:junit4]   2> 	      "indexed":true,
>>> [junit4:junit4]   2> 	      "stored":true}]}
>>> [junit4:junit4]   2>
>>> [junit4:junit4]   2> 	 request = /schema/fields?indent=on&wt=json
>>> [junit4:junit4]   2>
>>> [junit4:junit4]   2> 1101 T96 oas.SolrTestCaseJ4.tearDown ###Ending
>> testJsonGetAllFields
>>> [junit4:junit4]   2> NOTE: reproduce with: ant test  -
>> Dtestcase=TestFieldCollectionResource -
>> Dtests.method=testJsonGetAllFields -Dtests.seed=5CE440224BBC0EA -
>> Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=kk -
>> Dtests.timezone=Europe/Amsterdam -Dtests.file.encoding=UTF-8
>>> [junit4:junit4] ERROR   0.03s J1 |
>> TestFieldCollectionResource.testJsonGetAllFields <<<
>>> [junit4:junit4]    > Throwable #1: java.lang.RuntimeException: mismatch:
>> 'custstopfilt'!='lowerfilt' @ fields/[0]/name
>>> [junit4:junit4]    > 	at
>> __randomizedtesting.SeedInfo.seed([5CE440224BBC0EA:8CCE368E84088CCC
>> ]:0)
>>> [junit4:junit4]    > 	at
>> org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:242)
>>> [junit4:junit4]    > 	at
>> org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:186)
>>> [junit4:junit4]    > 	at
>> org.apache.solr.rest.TestFieldCollectionResource.testJsonGetAllFields(TestFi
>> eldCollectionResource.java:50)
>>> [junit4:junit4]    > 	at
>> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> [junit4:junit4]    > 	at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
>> ava:60)
>>> [junit4:junit4]    > 	at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>> sorImpl.java:37)
>>> [junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:611)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
>> dRunner.java:1559)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
>> mizedRunner.java:79)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
>> mizedRunner.java:737)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
>> mizedRunner.java:773)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
>> mizedRunner.java:787)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> evaluate(SystemPropertiesRestoreRule.java:53)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
>> SetupTeardownChained.java:50)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
>> cheSanity.java:51)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> fterRule.java:46)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
>> .evaluate(SystemPropertiesInvariantRule.java:55)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
>> readAndTestName.java:49)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> IgnoreAfterMaxFailures.java:70)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> .java:48)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> run(ThreadLeakControl.java:358)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
>> (ThreadLeakControl.java:782)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
>> eakControl.java:442)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
>> domizedRunner.java:746)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
>> mizedRunner.java:648)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
>> mizedRunner.java:682)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
>> mizedRunner.java:693)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
>> evaluate(SystemPropertiesRestoreRule.java:53)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
>> fterRule.java:46)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
>> assName.java:42)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
>> .evaluate(SystemPropertiesInvariantRule.java:55)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
>> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
>> ertionsRequired.java:43)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
>> .java:48)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
>> IgnoreAfterMaxFailures.java:70)
>>> [junit4:junit4]    > 	at
>> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
>> TestSuites.java:55)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
>> ementAdapter.java:36)
>>> [junit4:junit4]    > 	at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
>> run(ThreadLeakControl.java:358)
>>> [junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:738)
>>> [junit4:junit4]   2> 1112 T96 oas.SolrTestCaseJ4.setUp ###Starting
>> testNotFoundFields
>>> [junit4:junit4]   2> 1116 T103 C10
>> oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr
>> path=/schema/fields
>> params={fl=not_in_there,this_one_either&indent=on&wt=xml} status=0
>> QTime=2
>>> [junit4:junit4]   2> 1118 T103 C10 orel.LogFilter.afterHandle 2013-03-07
>> 	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET
>> 	/solr/schema/fields
>> 	indent=on&wt=xml&fl=not_in_there,this_one_either	200
>> 	-	0	2	http://127.0.0.1:57821	Java/1.6.0	-
>>> [junit4:junit4]   2> 1133 T96 oas.SolrTestCaseJ4.tearDown ###Ending
>> testNotFoundFields
>>> [junit4:junit4]   2> 1141 T96 oas.SolrTestCaseJ4.setUp ###Starting
>> testJsonGetTwoFields
>>> [junit4:junit4]   2> 1145 T104 C10
>> oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr
>> path=/schema/fields params={fl=id,_version_&indent=on&wt=json}
>> status=0 QTime=2
>>> [junit4:junit4]   2> 1147 T104 C10 orel.LogFilter.afterHandle 2013-03-07
>> 	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET
>> 	/solr/schema/fields	fl=id,_version_&indent=on&wt=json	200
>> 	-	0	2	http://127.0.0.1:57821	Java/1.6.0	-
>>> [junit4:junit4]   2> 1149 T96 oas.SolrTestCaseJ4.tearDown ###Ending
>> testJsonGetTwoFields
>>> [junit4:junit4]   2> 1162 T96 oas.SolrTestCaseJ4.setUp ###Starting
>> testGetTwoFields
>>> [junit4:junit4]   2> 1166 T105 C10
>> oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr
>> path=/schema/fields params={fl=id,_version_&indent=on&wt=xml}
>> status=0 QTime=2
>>> [junit4:junit4]   2> 1168 T105 C10 orel.LogFilter.afterHandle 2013-03-07
>> 	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET
>> 	/solr/schema/fields	indent=on&wt=xml&fl=id,_version_	200
>> 	-	0	3	http://127.0.0.1:57821	Java/1.6.0	-
>>> [junit4:junit4]   2> 1173 T96 oas.SolrTestCaseJ4.tearDown ###Ending
>> testGetTwoFields
>>> [junit4:junit4]   2> 1198 T96 oasc.CoreContainer.shutdown Shutting down
>> CoreContainer instance=743976024
>>> [junit4:junit4]   2> 1200 T96 oasc.SolrCore.close [collection1]  CLOSING
>> SolrCore org.apache.solr.core.SolrCore@21732173
>>> [junit4:junit4]   2> 1234 T96 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,cum
>> ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
>>> [junit4:junit4]   2> 1235 T96 oasu.SolrCoreState.decrefSolrCoreState Closing
>> SolrCoreState
>>> [junit4:junit4]   2> 1236 T96 oasu.DefaultSolrCoreState.closeIndexWriter
>> SolrCoreState ref count has reached 0 - closing IndexWriter
>>> [junit4:junit4]   2> 1236 T96 oasu.DefaultSolrCoreState.closeIndexWriter
>> closing IndexWriter with IndexWriterCloser
>>> [junit4:junit4]   2> 1237 T96 oasc.SolrCore.closeSearcher [collection1]
>> Closing main searcher on request.
>>> [junit4:junit4]   2> 1238 T96 oasc.CachingDirectoryFactory.close Closing
>> directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-
>> trunk-Linux/solr/build/solr-core/test/J1/solrtest-
>> TestFieldCollectionResource-1362663379053/index
>>> [junit4:junit4]   2> 1238 T96 oasc.CachingDirectoryFactory.closeDirectory
>> Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
>> Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-
>> 1362663379053/index
>>> [junit4:junit4]   2> 1238 T96 oasc.CachingDirectoryFactory.close Closing
>> directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-
>> trunk-Linux/solr/build/solr-core/test/J1/solrtest-
>> TestFieldCollectionResource-1362663379053
>>> [junit4:junit4]   2> 1239 T96 oasc.CachingDirectoryFactory.closeDirectory
>> Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
>> Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-
>> 1362663379053
>>> [junit4:junit4]   2> 1240 T96 oejsh.ContextHandler.doStop stopped
>> o.e.j.s.ServletContextHandler{/solr,null}
>>> [junit4:junit4]   2> 1292 T96 oas.SolrTestCaseJ4.deleteCore ###deleteCore
>>> [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {},
>> docValues:{}, sim=DefaultSimilarity, locale=kk,
>> timezone=Europe/Amsterdam
>>> [junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic amd64/IBM Corporation
>> 1.6.0 (64-bit)/cpus=8,threads=1,free=4504504,total=35936256
>>> [junit4:junit4]   2> NOTE: All tests run in this JVM: [TimeZoneUtilsTest,
>> SimplePostToolTest, BadIndexSchemaTest, SolrCmdDistributorTest,
>> CollectionsAPIDistributedZkTest, TestBinaryField, ConvertedLegacyTest,
>> StandardRequestHandlerTest, ShardRoutingCustomTest,
>> TestLMJelinekMercerSimilarityFactory, TestPostingsSolrHighlighter,
>> TestMultiCoreConfBootstrap, TestSystemIdResolver, SuggesterTSTTest,
>> HardAutoCommitTest, TestComponentsName, RequiredFieldsTest,
>> TestFieldCollectionResource]
>>> [junit4:junit4] Completed on J1 in 1.33s, 5 tests, 2 errors <<< FAILURES!
>>> 
>>> [...truncated 740 lines...]
>>> BUILD FAILED
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The
>> following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:374: The
>> following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The
>> following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183:
>> The following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-
>> build.xml:449: The following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-
>> build.xml:1213: The following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-
>> build.xml:877: There were test failures: 269 suites, 1135 tests, 2 errors, 33
>> ignored (7 assumptions)
>>> 
>>> Total time: 35 minutes 6 seconds
>>> Build step 'Invoke Ant' marked build as failure
>>> Archiving artifacts
>>> Recording test results
>>> Description set: Java: 64bit/ibm-j9-jdk6
>>> Email was triggered for: Failure
>>> Sending email for trigger: Failure
>>> 
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> 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
> 
> 
> ---------------------------------------------------------------------
> 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


RE: [JENKINS] Lucene-Solr-trunk-Linux (64bit/ibm-j9-jdk6) - Build # 4609 - Still Failing!

Posted by Uwe Schindler <uw...@thetaphi.de>.
Could this be a hashmap issue (different hash keys on IBM or Java 8)? I know, you said you sort them, but just to be sure. We had this problem several times in the past with some Solr tests that relied on order of entries in HashMaps/HashSets.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Steve Rowe [mailto:sarowe@gmail.com]
> Sent: Thursday, March 07, 2013 6:27 PM
> To: dev@lucene.apache.org
> Subject: Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/ibm-j9-jdk6) - Build #
> 4609 - Still Failing!
> 
> These two schema info tests
> (TestFieldCollectionResource.test{,Json}getAllFields) have failed several
> times now since I committed them, but IMHO this is a test-only issue, in that
> the failing tests expect alphabetized field names in the response, but the
> field names in the response are apparently unsorted.
> 
> I don't think this should hold up the 4.2 release; the API makes no claims
> about sortedness of the response.
> 
> Apparently, only IBM J9 (32-&64-bit, v1.6 & v1.7) and Oracle v1.8 (32-&64-bit)
> are affected.
> 
> I can't reproduce on OS X 10.8.2.
> 
> I'll see if I can figure out why this is happening - IIRC, the fields are run
> through a sort before output.
> 
> Steve
> 
> On Mar 7, 2013, at 8:47 AM, Policeman Jenkins Server
> <je...@thetaphi.de> wrote:
> 
> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4609/
> > Java: 64bit/ibm-j9-jdk6
> >
> > 2 tests failed.
> > REGRESSION:
> org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields
> >
> > Error Message:
> > Exception during query
> >
> > Stack Trace:
> > java.lang.RuntimeException: Exception during query
> > 	at
> __randomizedtesting.SeedInfo.seed([5CE440224BBC0EA:E9600EC6DE483972]
> :0)
> > 	at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:143)
> > 	at
> org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields(TestFieldC
> ollectionResource.java:26)
> > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:60)
> > 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:37)
> > 	at java.lang.reflect.Method.invoke(Method.java:611)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1559)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> mizedRunner.java:79)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:737)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:773)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:787)
> > 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > 	at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> > 	at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> cheSanity.java:51)
> > 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > 	at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> > 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:782)
> > 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:442)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:746)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:648)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:682)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:693)
> > 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> > 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:43)
> > 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> > 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > 	at java.lang.Thread.run(Thread.java:738)
> > Caused by: java.lang.RuntimeException: REQUEST FAILED:
> xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] =
> 'custstopfilt'
> > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
> > <response>
> >
> > <lst name="responseHeader">
> >  <int name="status">0</int>
> >  <int name="QTime">184</int>
> > </lst>
> > <arr name="fields">
> >  <lst>
> >    <str name="name">lowerfilt</str>
> >    <str name="type">lowerfilt</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">text_np</str>
> >    <str name="type">text_np</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">false</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">timestamp</str>
> >    <str name="type">date</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">id</str>
> >    <str name="type">string</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >    <bool name="multiValued">false</bool>
> >    <bool name="required">true</bool>
> >    <bool name="uniqueKey">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">signatureField</str>
> >    <str name="type">string</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">false</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">sindsto</str>
> >    <str name="type">string</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">isto</str>
> >    <str name="type">int</str>
> >    <bool name="indexed">false</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">subject</str>
> >    <str name="type">text</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">text</str>
> >    <str name="type">text</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">false</bool>
> >    <bool name="multiValued">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">HTMLwhitetok</str>
> >    <str name="type">HTMLwhitetok</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">wdf_nocase</str>
> >    <str name="type">wdf_nocase</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">bind</str>
> >    <str name="type">boolean</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">false</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">title_lettertok</str>
> >    <str name="type">lettertok</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">false</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">test_offtv</str>
> >    <str name="type">text</str>
> >    <bool name="termOffsets">true</bool>
> >    <bool name="termVectors">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">subword</str>
> >    <str name="type">subword</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">title</str>
> >    <str name="type">nametext</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">shouldbestored</str>
> >    <str name="type">unstored</str>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">point_hash</str>
> >    <str name="type">geohash</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >    <bool name="multiValued">false</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">custengporterfilt</str>
> >    <str name="type">custengporterfilt</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">lettertok</str>
> >    <str name="type">lettertok</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">test_posofftv</str>
> >    <str name="type">text</str>
> >    <bool name="termOffsets">true</bool>
> >    <bool name="termVectors">true</bool>
> >    <bool name="termPositions">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">lengthfilt</str>
> >    <str name="type">lengthfilt</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">standardtok</str>
> >    <str name="type">standardtok</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">weight</str>
> >    <str name="type">float</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">porterfilt</str>
> >    <str name="type">porterfilt</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">title_stemmed</str>
> >    <str name="type">text</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">false</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">standardtokfilt</str>
> >    <str name="type">standardtokfilt</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">uniq</str>
> >    <str name="type">string</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >    <bool name="multiValued">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">test_basictv</str>
> >    <str name="type">text</str>
> >    <bool name="termVectors">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">whitetok</str>
> >    <str name="type">whitetok</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">nullfirst</str>
> >    <str name="type">string</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >    <bool name="sortMissingFirst">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">textgap</str>
> >    <str name="type">textgap</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">name</str>
> >    <str name="type">nametext</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">bsto</str>
> >    <str name="type">boolean</str>
> >    <bool name="indexed">false</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">sind</str>
> >    <str name="type">string</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">false</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">stopfilt</str>
> >    <str name="type">stopfilt</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">test_notv</str>
> >    <str name="type">text</str>
> >    <bool name="termVectors">false</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">point</str>
> >    <str name="type">xy</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >    <bool name="multiValued">false</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">wdf_preserve</str>
> >    <str name="type">wdf_preserve</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">teststop</str>
> >    <str name="type">teststop</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">numericsubword</str>
> >    <str name="type">numericsubword</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">patternreplacefilt</str>
> >    <str name="type">patternreplacefilt</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">lowertok</str>
> >    <str name="type">lowertok</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">shouldbeunstored</str>
> >    <str name="type">unstored</str>
> >  </lst>
> >  <lst>
> >    <str name="name">sku1</str>
> >    <str name="type">skutype1</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">pointD</str>
> >    <str name="type">xyd</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >    <bool name="multiValued">false</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">sku2</str>
> >    <str name="type">skutype2</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">uuid</str>
> >    <str name="type">uuid</str>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">shouldbeunindexed</str>
> >    <str name="type">unstored</str>
> >    <bool name="indexed">false</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">nouniq</str>
> >    <str name="type">string</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >    <bool name="multiValued">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">test_hlt</str>
> >    <str name="type">highlittext</str>
> >    <bool name="compressed">true</bool>
> >    <bool name="indexed">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">keywordtok</str>
> >    <str name="type">keywordtok</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">standardfilt</str>
> >    <str name="type">standardfilt</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">syn</str>
> >    <str name="type">syn</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">bindsto</str>
> >    <str name="type">boolean</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">uniq2</str>
> >    <str name="type">string</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >    <bool name="multiValued">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">uniq3</str>
> >    <str name="type">string</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">iind</str>
> >    <str name="type">int</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">false</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">engporterfilt</str>
> >    <str name="type">engporterfilt</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">numberpartfail</str>
> >    <str name="type">failtype1</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">ssto</str>
> >    <str name="type">string</str>
> >    <bool name="indexed">false</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">protectedsubword</str>
> >    <str name="type">protectedsubword</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">dedup</str>
> >    <str name="type">dedup</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">custstopfilt</str>
> >    <str name="type">custstopfilt</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">store</str>
> >    <str name="type">location</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">_version_</str>
> >    <str name="type">long</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">HTMLstandardtok</str>
> >    <str name="type">HTMLstandardtok</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">test_postv</str>
> >    <str name="type">text</str>
> >    <bool name="termVectors">true</bool>
> >    <bool name="termPositions">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">test_hlt_off</str>
> >    <str name="type">highlittext</str>
> >    <bool name="compressed">false</bool>
> >    <bool name="indexed">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">copyfield_source</str>
> >    <str name="type">string</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >    <bool name="multiValued">true</bool>
> >  </lst>
> >  <lst>
> >    <str name="name">bday</str>
> >    <str name="type">date</str>
> >    <bool name="indexed">true</bool>
> >    <bool name="stored">true</bool>
> >  </lst>
> > </arr>
> > </response>
> >
> > 	request was:/schema/fields?indent=on&wt=xml
> > 	at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:136)
> > 	... 41 more
> >
> >
> > REGRESSION:
> org.apache.solr.rest.TestFieldCollectionResource.testJsonGetAllFields
> >
> > Error Message:
> > mismatch: 'custstopfilt'!='lowerfilt' @ fields/[0]/name
> >
> > Stack Trace:
> > java.lang.RuntimeException: mismatch: 'custstopfilt'!='lowerfilt' @
> fields/[0]/name
> > 	at
> __randomizedtesting.SeedInfo.seed([5CE440224BBC0EA:8CCE368E84088CCC
> ]:0)
> > 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:242)
> > 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:186)
> > 	at
> org.apache.solr.rest.TestFieldCollectionResource.testJsonGetAllFields(TestFi
> eldCollectionResource.java:50)
> > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:60)
> > 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:37)
> > 	at java.lang.reflect.Method.invoke(Method.java:611)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1559)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> mizedRunner.java:79)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:737)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:773)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:787)
> > 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > 	at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> > 	at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> cheSanity.java:51)
> > 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > 	at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> > 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:782)
> > 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:442)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:746)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:648)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:682)
> > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:693)
> > 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> > 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:43)
> > 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> > 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > 	at java.lang.Thread.run(Thread.java:738)
> >
> >
> >
> >
> > Build Log:
> > [...truncated 8278 lines...]
> > [junit4:junit4] Suite: org.apache.solr.rest.TestFieldCollectionResource
> > [junit4:junit4]   2> 1 T96 oas.SolrJettyTestBase.beforeSolrJettyTestBase
> Randomized ssl (false) and clientAuth (true)
> > [junit4:junit4]   2> 4 T96 oas.SolrTestCaseJ4.initCore ####initCore
> > [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-
> Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-
> TestFieldCollectionResource-1362663379053
> > [junit4:junit4]   2> 6 T96 oas.SolrTestCaseJ4.initCore ####initCore end
> > [junit4:junit4]   2> 8 T96 oejs.Server.doStart jetty-8.1.8.v20121106
> > [junit4:junit4]   2> 17 T96 oejs.AbstractConnector.doStart Started
> SelectChannelConnector@127.0.0.1:57821
> > [junit4:junit4]   2> 19 T96 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> > [junit4:junit4]   2> 20 T96 oasc.SolrResourceLoader.locateSolrHome JNDI
> not configured for solr (NoInitialContextEx)
> > [junit4:junit4]   2> 21 T96 oasc.SolrResourceLoader.locateSolrHome using
> system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-
> trunk-Linux/solr/build/solr-core/test-files/solr
> > [junit4:junit4]   2> 21 T96 oasc.CoreContainer$Initializer.initialize looking for
> solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test-files/solr/solr.xml
> > [junit4:junit4]   2> 22 T96 oasc.CoreContainer.<init> New CoreContainer
> 743976024
> > [junit4:junit4]   2> 24 T96 oasc.CoreContainer.load Loading CoreContainer
> using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test-files/solr/'
> > [junit4:junit4]   2> 24 T96 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-
> Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
> > [junit4:junit4]   2> 51 T96 oashc.HttpShardHandlerFactory.getParameter
> Setting socketTimeout to: 120000
> > [junit4:junit4]   2> 52 T96 oashc.HttpShardHandlerFactory.getParameter
> Setting urlScheme to: http://
> > [junit4:junit4]   2> 53 T96 oashc.HttpShardHandlerFactory.getParameter
> Setting connTimeout to: 15000
> > [junit4:junit4]   2> 53 T96 oashc.HttpShardHandlerFactory.getParameter
> Setting maxConnectionsPerHost to: 20
> > [junit4:junit4]   2> 54 T96 oashc.HttpShardHandlerFactory.getParameter
> Setting corePoolSize to: 0
> > [junit4:junit4]   2> 55 T96 oashc.HttpShardHandlerFactory.getParameter
> Setting maximumPoolSize to: 2147483647
> > [junit4:junit4]   2> 56 T96 oashc.HttpShardHandlerFactory.getParameter
> Setting maxThreadIdleTime to: 5
> > [junit4:junit4]   2> 56 T96 oashc.HttpShardHandlerFactory.getParameter
> Setting sizeOfQueue to: -1
> > [junit4:junit4]   2> 57 T96 oashc.HttpShardHandlerFactory.getParameter
> Setting fairnessPolicy to: false
> > [junit4:junit4]   2> 58 T96 oascsi.HttpClientUtil.createClient Creating new
> http client,
> config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout
> =120000&connTimeout=15000&retry=false
> > [junit4:junit4]   2> 103 T96 oasc.CoreContainer.load Registering Log Listener
> > [junit4:junit4]   2> 122 T106 oasc.CoreContainer.create Creating SolrCore
> 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-
> trunk-Linux/solr/build/solr-core/test-files/solr/collection1
> > [junit4:junit4]   2> 123 T106 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-
> Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
> > [junit4:junit4]   2> 124 T106 oasc.SolrResourceLoader.replaceClassLoader
> Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to
> classloader
> > [junit4:junit4]   2> 125 T106 oasc.SolrResourceLoader.replaceClassLoader
> Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to
> classloader
> > [junit4:junit4]   2> 166 T106 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: LUCENE_50
> > [junit4:junit4]   2> 217 T106 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig.xml
> > [junit4:junit4]   2> 218 T106 oass.IndexSchema.readSchema Reading Solr
> Schema
> > [junit4:junit4]   2> 223 T106 oass.IndexSchema.readSchema Schema
> name=test-rest
> > [junit4:junit4]   2> 577 T106 oass.IndexSchema.readSchema default search
> field in schema is text
> > [junit4:junit4]   2> 580 T106 oass.IndexSchema.readSchema unique key
> field: id
> > [junit4:junit4]   2> 582 T106 oass.IndexSchema.readSchema WARNING Field
> title is not multivalued and destination for multiple copyFields (3)
> > [junit4:junit4]   2> 595 T106 oasc.SolrCore.<init> [collection1] Opening new
> SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test-files/solr/collection1/,
> dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-
> 1362663379053/
> > [junit4:junit4]   2> 596 T106 oasc.JmxMonitoredMap.<init> JMX monitoring
> is enabled. Adding Solr mbeans to JMX Server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6fa86fa8
> > [junit4:junit4]   2> 597 T106 oasc.SolrCore.initDirectoryFactory
> org.apache.solr.core.MockDirectoryFactory
> > [junit4:junit4]   2> 598 T106 oasc.CachingDirectoryFactory.get return new
> directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-
> 1362663379053 forceNew: false
> > [junit4:junit4]   2> 599 T106 oasc.SolrCore.getNewIndexDir New index
> directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-
> trunk-Linux/solr/build/solr-core/test/J1/solrtest-
> TestFieldCollectionResource-1362663379053/index/
> > [junit4:junit4]   2> 599 T106 oasc.SolrCore.initIndex WARNING [collection1]
> Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-
> 1362663379053/index' doesn't exist. Creating new index...
> > [junit4:junit4]   2> 600 T106 oasc.CachingDirectoryFactory.get return new
> directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-
> 1362663379053/index forceNew: false
> > [junit4:junit4]   2> 603 T106 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits:num=1
> > [junit4:junit4]   2>
> 	commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apa
> che.lucene.store.RAMDirectory@4a144a14
> lockFactory=org.apache.lucene.store.NativeFSLockFactory@53bc53bc)),segF
> N=segments_1,generation=1,filenames=[segments_1]
> > [junit4:junit4]   2> 604 T106 oasc.SolrDeletionPolicy.updateCommits newest
> commit = 1[segments_1]
> > [junit4:junit4]   2> 605 T106 oasc.SolrCore.initWriters created xml:
> solr.XMLResponseWriter
> > [junit4:junit4]   2> 608 T106 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "dedupe"
> > [junit4:junit4]   2> 609 T106 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "dedupe-allfields"
> > [junit4:junit4]   2> 610 T106 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "stored_sig"
> > [junit4:junit4]   2> 611 T106 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "uniq-fields"
> > [junit4:junit4]   2> 611 T106 oasup.UpdateRequestProcessorChain.init
> inserting DistributedUpdateProcessorFactory into
> updateRequestProcessorChain "distrib-dup-test-chain-implicit"
> > [junit4:junit4]   2> 612 T106 oasc.RequestHandlers.initHandlersFromConfig
> adding lazy requestHandler: solr.ReplicationHandler
> > [junit4:junit4]   2> 612 T106 oasc.RequestHandlers.initHandlersFromConfig
> created /replication: solr.ReplicationHandler
> > [junit4:junit4]   2> 613 T106 oasc.RequestHandlers.initHandlersFromConfig
> created standard: solr.StandardRequestHandler
> > [junit4:junit4]   2> 614 T106 oasc.RequestHandlers.initHandlersFromConfig
> created /get: solr.RealTimeGetHandler
> > [junit4:junit4]   2> 615 T106 oasc.RequestHandlers.initHandlersFromConfig
> created dismax: solr.SearchHandler
> > [junit4:junit4]   2> 615 T106 oasc.RequestHandlers.initHandlersFromConfig
> created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
> > [junit4:junit4]   2> 616 T106 oasc.RequestHandlers.initHandlersFromConfig
> created /admin/: org.apache.solr.handler.admin.AdminHandlers
> > [junit4:junit4]   2> 617 T106 oasc.RequestHandlers.initHandlersFromConfig
> created defaults: solr.StandardRequestHandler
> > [junit4:junit4]   2> 617 T106 oasc.RequestHandlers.initHandlersFromConfig
> adding lazy requestHandler: solr.StandardRequestHandler
> > [junit4:junit4]   2> 618 T106 oasc.RequestHandlers.initHandlersFromConfig
> created lazy: solr.StandardRequestHandler
> > [junit4:junit4]   2> 618 T106 oasc.RequestHandlers.initHandlersFromConfig
> created /update: solr.UpdateRequestHandler
> > [junit4:junit4]   2> 619 T106 oasc.RequestHandlers.initHandlersFromConfig
> created /terms: org.apache.solr.handler.component.SearchHandler
> > [junit4:junit4]   2> 620 T106 oasc.RequestHandlers.initHandlersFromConfig
> created spellCheckCompRH:
> org.apache.solr.handler.component.SearchHandler
> > [junit4:junit4]   2> 621 T106 oasc.RequestHandlers.initHandlersFromConfig
> created spellCheckCompRH_Direct:
> org.apache.solr.handler.component.SearchHandler
> > [junit4:junit4]   2> 621 T106 oasc.RequestHandlers.initHandlersFromConfig
> created spellCheckWithWordbreak:
> org.apache.solr.handler.component.SearchHandler
> > [junit4:junit4]   2> 627 T106 oasc.RequestHandlers.initHandlersFromConfig
> created spellCheckWithWordbreak_Direct:
> org.apache.solr.handler.component.SearchHandler
> > [junit4:junit4]   2> 628 T106 oasc.RequestHandlers.initHandlersFromConfig
> created spellCheckCompRH1:
> org.apache.solr.handler.component.SearchHandler
> > [junit4:junit4]   2> 629 T106 oasc.RequestHandlers.initHandlersFromConfig
> created mltrh: org.apache.solr.handler.component.SearchHandler
> > [junit4:junit4]   2> 630 T106 oasc.RequestHandlers.initHandlersFromConfig
> created tvrh: org.apache.solr.handler.component.SearchHandler
> > [junit4:junit4]   2> 630 T106 oasc.RequestHandlers.initHandlersFromConfig
> created /mlt: solr.MoreLikeThisHandler
> > [junit4:junit4]   2> 631 T106 oasc.RequestHandlers.initHandlersFromConfig
> created /debug/dump: solr.DumpRequestHandler
> > [junit4:junit4]   2> 632 T106 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
> > [junit4:junit4]   2> 634 T106 oasc.SolrCore.initDeprecatedSupport
> WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please
> update your config to use the ShowFileRequestHandler.
> > [junit4:junit4]   2> 636 T106 oasc.SolrCore.initDeprecatedSupport
> WARNING adding ShowFileRequestHandler with hidden files: [BAD-SCHEMA-
> NOT-INDEXED-BUT-TF.XML, SCHEMA-REQUIRED-FIELDS.XML, SOLRCONFIG-
> MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-PROPINJECT.XML, BAD-
> SCHEMA-NONTEXT-ANALYZER.XML, SCHEMA-BEHAVIOR.XML, SOLRCONFIG-
> PROPINJECT-INDEXDEFAULT.XML, STOP-2.TXT, SCHEMA11.XML, BAD-
> SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, SCHEMA15.XML, SOLRCONFIG-
> NATIVELOCK.XML, SCHEMA-SIM.XML, CONDITIONAL.UPDATEPROCESSOR.JS,
> SCHEMA-DOCVALUES.XML, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML,
> SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SOLRCONFIG-
> REPEATER.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-
> DEFAULT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-
> NOCACHE.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-
> SOLCOREPROPERTIES.XML, SCHEMA-EFF.XML, SOLRCONFIG_CODEC.XML,
> BAD-SCHEMA-EXTERNAL-FILEFIELD.XML, HYPHENATION.DTD,
> TRIVIAL.UPDATEPROCESSOR1.JS, SOLRCONFIG-MERGEPOLICY.XML,
> SOLRCONFIG-PHRASESUGGEST.XML, SOLRCONFIG-SLAVE1.XML,
> SOLRCONFIG-BASIC.XML, SCHEMA-LMJELINEKMERCER.XML, BAD-MP-
> SOLRCONFIG.XML, JASUGGEST.TXT, BAD-SCHEMA-DUP-FIELD.XML, BAD-
> SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SOLRCONFIG-MASTER.XML,
> SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-TFIDF.XML, SCHEMA-
> REPLICATION1.XML, SYNONYMS.TXT, SOLRCONFIG-ELEVATE.XML,
> STOPWITHBOM.TXT, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-
> COMPONENTS-NAME.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML,
> WDFTYPES.TXT, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML,
> SOLRCONFIG-DELPOLICY1.XML, BAD_SOLRCONFIG.XML, BAD-SCHEMA-
> UNSUPPORTED-DOCVALUES.XML, HUNSPELL-TEST.DIC, SCHEMA-
> NUMERIC.XML, SCHEMA-LUCENEMATCHVERSION.XML, KEEP-2.TXT,
> SCHEMA-STOP-KEEP.XML, SCHEMA-IB.XML, STOP-SNOWBALL.TXT, SCHEMA-
> DOCVALUESMULTI.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG-
> SLAVE.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML,
> STOPWORDSWRONGENCODING.TXT,
> THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, STOPTYPES-1.TXT,
> SOLRCONFIG-SPELLCHECKCOMPONENT.XML, REGEX-BOOST-PROCESSOR-
> TEST.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-
> DOCVALUESFACETING.XML, SOLRCONFIG-TLOG.XML,
> COMPOUNDDICTIONARY.TXT, SOLRCONFIG-POSTINGSHIGHLIGHT.XML,
> DA_COMPOUNDDICTIONARY.TXT, SOLRCONFIG-TERMINDEX.XML, BAD-
> SOLRCONFIG-INVALID-SCRIPTFILE.XML, SCHEMASURROUND.XML, OPEN-
> EXCHANGE-RATES.JSON, BAD-SCHEMA-DUP-FIELDTYPE.XML,
> PHRASESUGGEST.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML,
> SOLRCONFIG-MASTER2.XML, OLD_SYNONYMS.TXT, BAD-SCHEMA-
> UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA-NOT-REQUIRED-UNIQUE-
> KEY.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SCHEMA-
> LMDIRICHLET.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, SCHEMA-
> REVERSED.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-
> FOLDING.XML, SOLRCONFIG-CACHING.XML, MAPPING-
> ISOLATIN1ACCENT.TXT, ADDFIELDS.UPDATEPROCESSOR.JS, BAD-
> CURRENCY.XML, SCHEMA-BM25.XML, SOLRCONFIG-ENABLEPLUGIN.XML,
> STOP-1.TXT, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-REST.XML,
> MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SCHEMA12.XML,
> SOLRCONFIG-TRANSFORMERS.XML, SCHEMA-COPYFIELD-TEST.XML, BAD-
> SCHEMA-DUP-DYNAMICFIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-
> BASELINE.XML, CURRENCY.XML, FUZZYSUGGEST.TXT, DA_UTF8.XML,
> SCHEMA-POSTINGSHIGHLIGHT.XML,
> MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-SOLR-
> 749.XML, STOPWORDS.TXT, HUNSPELL-TEST.AFF, SOLRCONFIG_PERF.XML,
> SCHEMA-SWEETSPOT.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-
> TINY.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML,
> FRENCHARTICLES.TXT, SOLRCONFIG-LAZYWRITER.XML, SOLRCONFIG-
> RESPONSE-LOG-COMPONENT.XML, SCHEMA-REPLICATION2.XML, SCHEMA-
> SNIPPET-TYPE.XML, SCHEMA-SPATIAL.XML, BAD-SCHEMA-SWEETSPOT-
> PARTIAL-HYPERBOLIC.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-
> XINCLUDE.XML, XSLT, SOLRCONFIG-DELPOLICY2.XML, KEEP-1.TXT,
> TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SCHEMA-CURRENCY-DYNAMIC-
> MULTIVALUED.XML, SCHEMA-TRIE.XML, SCHEMA-BINARYFIELD.XML, BAD-
> SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-
> CODE-IN-XML.XML, SCHEMA-MINIMAL.XML, STOPTYPES-2.TXT,
> SCHEMA_CODEC.XML, STEMDICT.TXT, SCHEMA-SYNONYM-TOKENIZER.XML,
> ELEVATE.XML, SCHEMA-COLLATE.XML, PROTWORDS.TXT, SCHEMA-
> XINCLUDE.XML, SCHEMA-SNIPPET-FIELD.XML, SOLRCONFIG-
> REQHANDLER.INCL, SCHEMA-PHRASESUGGEST.XML, SCHEMA-DFR.XML,
> BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SOLRCONFIG-
> MASTER1.XML, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-
> MASTER3.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML,
> SOLRCONFIG-ALTDIRECTORY.XML, BAD-SCHEMA-SIM-GLOBAL-VS-FT-
> MISMATCH.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, BAD-
> SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, BAD-SCHEMA-CURRENCY-
> FT-BOGUS-DEFAULT-CODE.XML]
> > [junit4:junit4]   2> 638 T106 oass.SolrIndexSearcher.<init> Opening
> Searcher@3c403c4 main
> > [junit4:junit4]   2> 638 T106 oasu.CommitTracker.<init> Hard AutoCommit:
> disabled
> > [junit4:junit4]   2> 639 T106 oasu.CommitTracker.<init> Soft AutoCommit:
> disabled
> > [junit4:junit4]   2> 640 T106 oashc.SpellCheckComponent.inform Initializing
> spell checkers
> > [junit4:junit4]   2> 719 T106 oass.DirectSolrSpellChecker.init init:
> {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLe
> ngth=3}
> > [junit4:junit4]   2> 768 T107 oasc.SolrCore.registerSearcher [collection1]
> Registered new searcher Searcher@3c403c4
> main{StandardDirectoryReader(segments_1:1)}
> > [junit4:junit4]   2> 782 T106 oasc.CoreContainer.registerCore registering
> core: collection1
> > [junit4:junit4]   2> 783 T96 oass.SolrDispatchFilter.init
> user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test/J1
> > [junit4:junit4]   2> 784 T96 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init() done
> > [junit4:junit4]   2> 785 T96 oas.SolrJettyTestBase.createJetty Jetty Assigned
> Port#57821
> > [junit4:junit4]   2> 792 T96 oas.SolrTestCaseJ4.setUp ###Starting
> testGetAllFields
> > [junit4:junit4]   2> ASYNC  NEW_CORE C10 name=collection1
> org.apache.solr.core.SolrCore@21732173
> > [junit4:junit4]   2> 938 T104 C10 oejsh.ContextHandler$Context.log
> SchemaRestApi: [Restlet] Attaching application:
> org.apache.solr.rest.SchemaRestApi@53735373 to URI: /solr/schema
> > [junit4:junit4]   2> 957 T104 C10 oasr.SchemaRestApi.createInboundRoot
> createInboundRoot started
> > [junit4:junit4]   2> 968 T104 C10 oasr.SchemaRestApi.createInboundRoot
> createInboundRoot complete
> > [junit4:junit4]   2> 985 T104 C10
> oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr
> path=/schema/fields params={indent=on&wt=xml} status=0 QTime=184
> > [junit4:junit4]   2> 989 T104 C10 orel.LogFilter.afterHandle 2013-03-07
> 	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET
> 	/solr/schema/fields	indent=on&wt=xml	200	-	0
> 	37	http://127.0.0.1:57821	Java/1.6.0	-
> > [junit4:junit4]   2> 1055 T96 oasu.RestTestBase.assertQ SEVERE REQUEST
> FAILED: xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] =
> 'custstopfilt'
> > [junit4:junit4]   2> 		xml response was: <?xml version="1.0"
> encoding="UTF-8"?>
> > [junit4:junit4]   2> 	<response>
> > [junit4:junit4]   2>
> > [junit4:junit4]   2> 	<lst name="responseHeader">
> > [junit4:junit4]   2> 	  <int name="status">0</int>
> > [junit4:junit4]   2> 	  <int name="QTime">184</int>
> > [junit4:junit4]   2> 	</lst>
> > [junit4:junit4]   2> 	<arr name="fields">
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">lowerfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">lowerfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">text_np</str>
> > [junit4:junit4]   2> 	    <str name="type">text_np</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">timestamp</str>
> > [junit4:junit4]   2> 	    <str name="type">date</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">id</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
> > [junit4:junit4]   2> 	    <bool name="required">true</bool>
> > [junit4:junit4]   2> 	    <bool name="uniqueKey">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">signatureField</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">sindsto</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">isto</str>
> > [junit4:junit4]   2> 	    <str name="type">int</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">subject</str>
> > [junit4:junit4]   2> 	    <str name="type">text</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">text</str>
> > [junit4:junit4]   2> 	    <str name="type">text</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">HTMLwhitetok</str>
> > [junit4:junit4]   2> 	    <str name="type">HTMLwhitetok</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">wdf_nocase</str>
> > [junit4:junit4]   2> 	    <str name="type">wdf_nocase</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">bind</str>
> > [junit4:junit4]   2> 	    <str name="type">boolean</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">title_lettertok</str>
> > [junit4:junit4]   2> 	    <str name="type">lettertok</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">test_offtv</str>
> > [junit4:junit4]   2> 	    <str name="type">text</str>
> > [junit4:junit4]   2> 	    <bool name="termOffsets">true</bool>
> > [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">subword</str>
> > [junit4:junit4]   2> 	    <str name="type">subword</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">title</str>
> > [junit4:junit4]   2> 	    <str name="type">nametext</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">shouldbestored</str>
> > [junit4:junit4]   2> 	    <str name="type">unstored</str>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">point_hash</str>
> > [junit4:junit4]   2> 	    <str name="type">geohash</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">custengporterfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">custengporterfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">lettertok</str>
> > [junit4:junit4]   2> 	    <str name="type">lettertok</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">test_posofftv</str>
> > [junit4:junit4]   2> 	    <str name="type">text</str>
> > [junit4:junit4]   2> 	    <bool name="termOffsets">true</bool>
> > [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
> > [junit4:junit4]   2> 	    <bool name="termPositions">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">lengthfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">lengthfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">standardtok</str>
> > [junit4:junit4]   2> 	    <str name="type">standardtok</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">weight</str>
> > [junit4:junit4]   2> 	    <str name="type">float</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">porterfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">porterfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">title_stemmed</str>
> > [junit4:junit4]   2> 	    <str name="type">text</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">standardtokfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">standardtokfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">uniq</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">test_basictv</str>
> > [junit4:junit4]   2> 	    <str name="type">text</str>
> > [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">whitetok</str>
> > [junit4:junit4]   2> 	    <str name="type">whitetok</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">nullfirst</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="sortMissingFirst">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">textgap</str>
> > [junit4:junit4]   2> 	    <str name="type">textgap</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">name</str>
> > [junit4:junit4]   2> 	    <str name="type">nametext</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">bsto</str>
> > [junit4:junit4]   2> 	    <str name="type">boolean</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">sind</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">stopfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">stopfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">test_notv</str>
> > [junit4:junit4]   2> 	    <str name="type">text</str>
> > [junit4:junit4]   2> 	    <bool name="termVectors">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">point</str>
> > [junit4:junit4]   2> 	    <str name="type">xy</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">wdf_preserve</str>
> > [junit4:junit4]   2> 	    <str name="type">wdf_preserve</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">teststop</str>
> > [junit4:junit4]   2> 	    <str name="type">teststop</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">numericsubword</str>
> > [junit4:junit4]   2> 	    <str name="type">numericsubword</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">patternreplacefilt</str>
> > [junit4:junit4]   2> 	    <str name="type">patternreplacefilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">lowertok</str>
> > [junit4:junit4]   2> 	    <str name="type">lowertok</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">shouldbeunstored</str>
> > [junit4:junit4]   2> 	    <str name="type">unstored</str>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">sku1</str>
> > [junit4:junit4]   2> 	    <str name="type">skutype1</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">pointD</str>
> > [junit4:junit4]   2> 	    <str name="type">xyd</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">sku2</str>
> > [junit4:junit4]   2> 	    <str name="type">skutype2</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">uuid</str>
> > [junit4:junit4]   2> 	    <str name="type">uuid</str>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">shouldbeunindexed</str>
> > [junit4:junit4]   2> 	    <str name="type">unstored</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">nouniq</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">test_hlt</str>
> > [junit4:junit4]   2> 	    <str name="type">highlittext</str>
> > [junit4:junit4]   2> 	    <bool name="compressed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">keywordtok</str>
> > [junit4:junit4]   2> 	    <str name="type">keywordtok</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">standardfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">standardfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">syn</str>
> > [junit4:junit4]   2> 	    <str name="type">syn</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">bindsto</str>
> > [junit4:junit4]   2> 	    <str name="type">boolean</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">uniq2</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">uniq3</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">iind</str>
> > [junit4:junit4]   2> 	    <str name="type">int</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">engporterfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">engporterfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">numberpartfail</str>
> > [junit4:junit4]   2> 	    <str name="type">failtype1</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">ssto</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">protectedsubword</str>
> > [junit4:junit4]   2> 	    <str name="type">protectedsubword</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">dedup</str>
> > [junit4:junit4]   2> 	    <str name="type">dedup</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">custstopfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">custstopfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">store</str>
> > [junit4:junit4]   2> 	    <str name="type">location</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">_version_</str>
> > [junit4:junit4]   2> 	    <str name="type">long</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">HTMLstandardtok</str>
> > [junit4:junit4]   2> 	    <str name="type">HTMLstandardtok</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">test_postv</str>
> > [junit4:junit4]   2> 	    <str name="type">text</str>
> > [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
> > [junit4:junit4]   2> 	    <bool name="termPositions">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">test_hlt_off</str>
> > [junit4:junit4]   2> 	    <str name="type">highlittext</str>
> > [junit4:junit4]   2> 	    <bool name="compressed">false</bool>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">copyfield_source</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">bday</str>
> > [junit4:junit4]   2> 	    <str name="type">date</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	</arr>
> > [junit4:junit4]   2> 	</response>
> > [junit4:junit4]   2>
> > [junit4:junit4]   2> 		request
> was:/schema/fields?indent=on&wt=xml
> > [junit4:junit4]   2> 1059 T96 oasc.SolrException.log SEVERE REQUEST FAILED:
> /schema/fields?indent=on&wt=xml:java.lang.RuntimeException: REQUEST
> FAILED: xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] =
> 'custstopfilt'
> > [junit4:junit4]   2> 		xml response was: <?xml version="1.0"
> encoding="UTF-8"?>
> > [junit4:junit4]   2> 	<response>
> > [junit4:junit4]   2>
> > [junit4:junit4]   2> 	<lst name="responseHeader">
> > [junit4:junit4]   2> 	  <int name="status">0</int>
> > [junit4:junit4]   2> 	  <int name="QTime">184</int>
> > [junit4:junit4]   2> 	</lst>
> > [junit4:junit4]   2> 	<arr name="fields">
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">lowerfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">lowerfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">text_np</str>
> > [junit4:junit4]   2> 	    <str name="type">text_np</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">timestamp</str>
> > [junit4:junit4]   2> 	    <str name="type">date</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">id</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
> > [junit4:junit4]   2> 	    <bool name="required">true</bool>
> > [junit4:junit4]   2> 	    <bool name="uniqueKey">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">signatureField</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">sindsto</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">isto</str>
> > [junit4:junit4]   2> 	    <str name="type">int</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">subject</str>
> > [junit4:junit4]   2> 	    <str name="type">text</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">text</str>
> > [junit4:junit4]   2> 	    <str name="type">text</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">HTMLwhitetok</str>
> > [junit4:junit4]   2> 	    <str name="type">HTMLwhitetok</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">wdf_nocase</str>
> > [junit4:junit4]   2> 	    <str name="type">wdf_nocase</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">bind</str>
> > [junit4:junit4]   2> 	    <str name="type">boolean</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">title_lettertok</str>
> > [junit4:junit4]   2> 	    <str name="type">lettertok</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">test_offtv</str>
> > [junit4:junit4]   2> 	    <str name="type">text</str>
> > [junit4:junit4]   2> 	    <bool name="termOffsets">true</bool>
> > [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">subword</str>
> > [junit4:junit4]   2> 	    <str name="type">subword</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">title</str>
> > [junit4:junit4]   2> 	    <str name="type">nametext</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">shouldbestored</str>
> > [junit4:junit4]   2> 	    <str name="type">unstored</str>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">point_hash</str>
> > [junit4:junit4]   2> 	    <str name="type">geohash</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">custengporterfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">custengporterfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">lettertok</str>
> > [junit4:junit4]   2> 	    <str name="type">lettertok</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">test_posofftv</str>
> > [junit4:junit4]   2> 	    <str name="type">text</str>
> > [junit4:junit4]   2> 	    <bool name="termOffsets">true</bool>
> > [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
> > [junit4:junit4]   2> 	    <bool name="termPositions">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">lengthfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">lengthfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">standardtok</str>
> > [junit4:junit4]   2> 	    <str name="type">standardtok</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">weight</str>
> > [junit4:junit4]   2> 	    <str name="type">float</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">porterfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">porterfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">title_stemmed</str>
> > [junit4:junit4]   2> 	    <str name="type">text</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">standardtokfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">standardtokfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">uniq</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">test_basictv</str>
> > [junit4:junit4]   2> 	    <str name="type">text</str>
> > [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">whitetok</str>
> > [junit4:junit4]   2> 	    <str name="type">whitetok</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">nullfirst</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="sortMissingFirst">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">textgap</str>
> > [junit4:junit4]   2> 	    <str name="type">textgap</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">name</str>
> > [junit4:junit4]   2> 	    <str name="type">nametext</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">bsto</str>
> > [junit4:junit4]   2> 	    <str name="type">boolean</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">sind</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">stopfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">stopfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">test_notv</str>
> > [junit4:junit4]   2> 	    <str name="type">text</str>
> > [junit4:junit4]   2> 	    <bool name="termVectors">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">point</str>
> > [junit4:junit4]   2> 	    <str name="type">xy</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">wdf_preserve</str>
> > [junit4:junit4]   2> 	    <str name="type">wdf_preserve</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">teststop</str>
> > [junit4:junit4]   2> 	    <str name="type">teststop</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">numericsubword</str>
> > [junit4:junit4]   2> 	    <str name="type">numericsubword</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">patternreplacefilt</str>
> > [junit4:junit4]   2> 	    <str name="type">patternreplacefilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">lowertok</str>
> > [junit4:junit4]   2> 	    <str name="type">lowertok</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">shouldbeunstored</str>
> > [junit4:junit4]   2> 	    <str name="type">unstored</str>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">sku1</str>
> > [junit4:junit4]   2> 	    <str name="type">skutype1</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">pointD</str>
> > [junit4:junit4]   2> 	    <str name="type">xyd</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">sku2</str>
> > [junit4:junit4]   2> 	    <str name="type">skutype2</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">uuid</str>
> > [junit4:junit4]   2> 	    <str name="type">uuid</str>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">shouldbeunindexed</str>
> > [junit4:junit4]   2> 	    <str name="type">unstored</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">nouniq</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">test_hlt</str>
> > [junit4:junit4]   2> 	    <str name="type">highlittext</str>
> > [junit4:junit4]   2> 	    <bool name="compressed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">keywordtok</str>
> > [junit4:junit4]   2> 	    <str name="type">keywordtok</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">standardfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">standardfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">syn</str>
> > [junit4:junit4]   2> 	    <str name="type">syn</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">bindsto</str>
> > [junit4:junit4]   2> 	    <str name="type">boolean</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">uniq2</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">uniq3</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">iind</str>
> > [junit4:junit4]   2> 	    <str name="type">int</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">engporterfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">engporterfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">numberpartfail</str>
> > [junit4:junit4]   2> 	    <str name="type">failtype1</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">ssto</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">protectedsubword</str>
> > [junit4:junit4]   2> 	    <str name="type">protectedsubword</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">dedup</str>
> > [junit4:junit4]   2> 	    <str name="type">dedup</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">custstopfilt</str>
> > [junit4:junit4]   2> 	    <str name="type">custstopfilt</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">store</str>
> > [junit4:junit4]   2> 	    <str name="type">location</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">_version_</str>
> > [junit4:junit4]   2> 	    <str name="type">long</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">HTMLstandardtok</str>
> > [junit4:junit4]   2> 	    <str name="type">HTMLstandardtok</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">test_postv</str>
> > [junit4:junit4]   2> 	    <str name="type">text</str>
> > [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
> > [junit4:junit4]   2> 	    <bool name="termPositions">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">test_hlt_off</str>
> > [junit4:junit4]   2> 	    <str name="type">highlittext</str>
> > [junit4:junit4]   2> 	    <bool name="compressed">false</bool>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">copyfield_source</str>
> > [junit4:junit4]   2> 	    <str name="type">string</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	  <lst>
> > [junit4:junit4]   2> 	    <str name="name">bday</str>
> > [junit4:junit4]   2> 	    <str name="type">date</str>
> > [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> > [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> > [junit4:junit4]   2> 	  </lst>
> > [junit4:junit4]   2> 	</arr>
> > [junit4:junit4]   2> 	</response>
> > [junit4:junit4]   2>
> > [junit4:junit4]   2> 		request
> was:/schema/fields?indent=on&wt=xml
> > [junit4:junit4]   2> 		at
> org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:136)
> > [junit4:junit4]   2> 		at
> org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields(TestFieldC
> ollectionResource.java:26)
> > [junit4:junit4]   2> 		at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > [junit4:junit4]   2> 		at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:60)
> > [junit4:junit4]   2> 		at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:37)
> > [junit4:junit4]   2> 		at
> java.lang.reflect.Method.invoke(Method.java:611)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1559)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> mizedRunner.java:79)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:737)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:773)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:787)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > [junit4:junit4]   2> 		at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> > [junit4:junit4]   2> 		at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> cheSanity.java:51)
> > [junit4:junit4]   2> 		at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > [junit4:junit4]   2> 		at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> > [junit4:junit4]   2> 		at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > [junit4:junit4]   2> 		at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:782)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:442)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:746)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:648)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:682)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:693)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > [junit4:junit4]   2> 		at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > [junit4:junit4]   2> 		at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]   2> 		at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:43)
> > [junit4:junit4]   2> 		at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > [junit4:junit4]   2> 		at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > [junit4:junit4]   2> 		at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]   2> 		at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > [junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:738)
> > [junit4:junit4]   2>
> > [junit4:junit4]   2> 1062 T96 oas.SolrTestCaseJ4.tearDown ###Ending
> testGetAllFields
> > [junit4:junit4]   2> NOTE: reproduce with: ant test  -
> Dtestcase=TestFieldCollectionResource -Dtests.method=testGetAllFields -
> Dtests.seed=5CE440224BBC0EA -Dtests.multiplier=3 -Dtests.slow=true -
> Dtests.locale=kk -Dtests.timezone=Europe/Amsterdam -
> Dtests.file.encoding=UTF-8
> > [junit4:junit4] ERROR   0.29s J1 |
> TestFieldCollectionResource.testGetAllFields <<<
> > [junit4:junit4]    > Throwable #1: java.lang.RuntimeException: Exception
> during query
> > [junit4:junit4]    > 	at
> __randomizedtesting.SeedInfo.seed([5CE440224BBC0EA:E9600EC6DE483972]
> :0)
> > [junit4:junit4]    > 	at
> org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:143)
> > [junit4:junit4]    > 	at
> org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields(TestFieldC
> ollectionResource.java:26)
> > [junit4:junit4]    > 	at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > [junit4:junit4]    > 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:60)
> > [junit4:junit4]    > 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:37)
> > [junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:611)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1559)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> mizedRunner.java:79)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:737)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:773)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:787)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> cheSanity.java:51)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:782)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:442)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:746)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:648)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:682)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:693)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:43)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > [junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:738)
> > [junit4:junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED:
> xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] =
> 'custstopfilt'
> > [junit4:junit4]    > 	xml response was: <?xml version="1.0"
> encoding="UTF-8"?>
> > [junit4:junit4]    > <response>
> > [junit4:junit4]    >
> > [junit4:junit4]    > <lst name="responseHeader">
> > [junit4:junit4]    >   <int name="status">0</int>
> > [junit4:junit4]    >   <int name="QTime">184</int>
> > [junit4:junit4]    > </lst>
> > [junit4:junit4]    > <arr name="fields">
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">lowerfilt</str>
> > [junit4:junit4]    >     <str name="type">lowerfilt</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">text_np</str>
> > [junit4:junit4]    >     <str name="type">text_np</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">false</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">timestamp</str>
> > [junit4:junit4]    >     <str name="type">date</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">id</str>
> > [junit4:junit4]    >     <str name="type">string</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >     <bool name="multiValued">false</bool>
> > [junit4:junit4]    >     <bool name="required">true</bool>
> > [junit4:junit4]    >     <bool name="uniqueKey">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">signatureField</str>
> > [junit4:junit4]    >     <str name="type">string</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">false</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">sindsto</str>
> > [junit4:junit4]    >     <str name="type">string</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">isto</str>
> > [junit4:junit4]    >     <str name="type">int</str>
> > [junit4:junit4]    >     <bool name="indexed">false</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">subject</str>
> > [junit4:junit4]    >     <str name="type">text</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">text</str>
> > [junit4:junit4]    >     <str name="type">text</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">false</bool>
> > [junit4:junit4]    >     <bool name="multiValued">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">HTMLwhitetok</str>
> > [junit4:junit4]    >     <str name="type">HTMLwhitetok</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">wdf_nocase</str>
> > [junit4:junit4]    >     <str name="type">wdf_nocase</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">bind</str>
> > [junit4:junit4]    >     <str name="type">boolean</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">false</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">title_lettertok</str>
> > [junit4:junit4]    >     <str name="type">lettertok</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">false</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">test_offtv</str>
> > [junit4:junit4]    >     <str name="type">text</str>
> > [junit4:junit4]    >     <bool name="termOffsets">true</bool>
> > [junit4:junit4]    >     <bool name="termVectors">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">subword</str>
> > [junit4:junit4]    >     <str name="type">subword</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">title</str>
> > [junit4:junit4]    >     <str name="type">nametext</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">shouldbestored</str>
> > [junit4:junit4]    >     <str name="type">unstored</str>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">point_hash</str>
> > [junit4:junit4]    >     <str name="type">geohash</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >     <bool name="multiValued">false</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">custengporterfilt</str>
> > [junit4:junit4]    >     <str name="type">custengporterfilt</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">lettertok</str>
> > [junit4:junit4]    >     <str name="type">lettertok</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">test_posofftv</str>
> > [junit4:junit4]    >     <str name="type">text</str>
> > [junit4:junit4]    >     <bool name="termOffsets">true</bool>
> > [junit4:junit4]    >     <bool name="termVectors">true</bool>
> > [junit4:junit4]    >     <bool name="termPositions">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">lengthfilt</str>
> > [junit4:junit4]    >     <str name="type">lengthfilt</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">standardtok</str>
> > [junit4:junit4]    >     <str name="type">standardtok</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">weight</str>
> > [junit4:junit4]    >     <str name="type">float</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">porterfilt</str>
> > [junit4:junit4]    >     <str name="type">porterfilt</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">title_stemmed</str>
> > [junit4:junit4]    >     <str name="type">text</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">false</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">standardtokfilt</str>
> > [junit4:junit4]    >     <str name="type">standardtokfilt</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">uniq</str>
> > [junit4:junit4]    >     <str name="type">string</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >     <bool name="multiValued">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">test_basictv</str>
> > [junit4:junit4]    >     <str name="type">text</str>
> > [junit4:junit4]    >     <bool name="termVectors">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">whitetok</str>
> > [junit4:junit4]    >     <str name="type">whitetok</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">nullfirst</str>
> > [junit4:junit4]    >     <str name="type">string</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >     <bool name="sortMissingFirst">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">textgap</str>
> > [junit4:junit4]    >     <str name="type">textgap</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">name</str>
> > [junit4:junit4]    >     <str name="type">nametext</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">bsto</str>
> > [junit4:junit4]    >     <str name="type">boolean</str>
> > [junit4:junit4]    >     <bool name="indexed">false</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">sind</str>
> > [junit4:junit4]    >     <str name="type">string</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">false</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">stopfilt</str>
> > [junit4:junit4]    >     <str name="type">stopfilt</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">test_notv</str>
> > [junit4:junit4]    >     <str name="type">text</str>
> > [junit4:junit4]    >     <bool name="termVectors">false</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">point</str>
> > [junit4:junit4]    >     <str name="type">xy</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >     <bool name="multiValued">false</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">wdf_preserve</str>
> > [junit4:junit4]    >     <str name="type">wdf_preserve</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">teststop</str>
> > [junit4:junit4]    >     <str name="type">teststop</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">numericsubword</str>
> > [junit4:junit4]    >     <str name="type">numericsubword</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">patternreplacefilt</str>
> > [junit4:junit4]    >     <str name="type">patternreplacefilt</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">lowertok</str>
> > [junit4:junit4]    >     <str name="type">lowertok</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">shouldbeunstored</str>
> > [junit4:junit4]    >     <str name="type">unstored</str>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">sku1</str>
> > [junit4:junit4]    >     <str name="type">skutype1</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">pointD</str>
> > [junit4:junit4]    >     <str name="type">xyd</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >     <bool name="multiValued">false</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">sku2</str>
> > [junit4:junit4]    >     <str name="type">skutype2</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">uuid</str>
> > [junit4:junit4]    >     <str name="type">uuid</str>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">shouldbeunindexed</str>
> > [junit4:junit4]    >     <str name="type">unstored</str>
> > [junit4:junit4]    >     <bool name="indexed">false</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">nouniq</str>
> > [junit4:junit4]    >     <str name="type">string</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >     <bool name="multiValued">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">test_hlt</str>
> > [junit4:junit4]    >     <str name="type">highlittext</str>
> > [junit4:junit4]    >     <bool name="compressed">true</bool>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">keywordtok</str>
> > [junit4:junit4]    >     <str name="type">keywordtok</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">standardfilt</str>
> > [junit4:junit4]    >     <str name="type">standardfilt</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">syn</str>
> > [junit4:junit4]    >     <str name="type">syn</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">bindsto</str>
> > [junit4:junit4]    >     <str name="type">boolean</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">uniq2</str>
> > [junit4:junit4]    >     <str name="type">string</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >     <bool name="multiValued">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">uniq3</str>
> > [junit4:junit4]    >     <str name="type">string</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">iind</str>
> > [junit4:junit4]    >     <str name="type">int</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">false</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">engporterfilt</str>
> > [junit4:junit4]    >     <str name="type">engporterfilt</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">numberpartfail</str>
> > [junit4:junit4]    >     <str name="type">failtype1</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">ssto</str>
> > [junit4:junit4]    >     <str name="type">string</str>
> > [junit4:junit4]    >     <bool name="indexed">false</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">protectedsubword</str>
> > [junit4:junit4]    >     <str name="type">protectedsubword</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">dedup</str>
> > [junit4:junit4]    >     <str name="type">dedup</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">custstopfilt</str>
> > [junit4:junit4]    >     <str name="type">custstopfilt</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">store</str>
> > [junit4:junit4]    >     <str name="type">location</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">_version_</str>
> > [junit4:junit4]    >     <str name="type">long</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">HTMLstandardtok</str>
> > [junit4:junit4]    >     <str name="type">HTMLstandardtok</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">test_postv</str>
> > [junit4:junit4]    >     <str name="type">text</str>
> > [junit4:junit4]    >     <bool name="termVectors">true</bool>
> > [junit4:junit4]    >     <bool name="termPositions">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">test_hlt_off</str>
> > [junit4:junit4]    >     <str name="type">highlittext</str>
> > [junit4:junit4]    >     <bool name="compressed">false</bool>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">copyfield_source</str>
> > [junit4:junit4]    >     <str name="type">string</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >     <bool name="multiValued">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    >   <lst>
> > [junit4:junit4]    >     <str name="name">bday</str>
> > [junit4:junit4]    >     <str name="type">date</str>
> > [junit4:junit4]    >     <bool name="indexed">true</bool>
> > [junit4:junit4]    >     <bool name="stored">true</bool>
> > [junit4:junit4]    >   </lst>
> > [junit4:junit4]    > </arr>
> > [junit4:junit4]    > </response>
> > [junit4:junit4]    >
> > [junit4:junit4]    > 	request was:/schema/fields?indent=on&wt=xml
> > [junit4:junit4]    > 	at
> org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:136)
> > [junit4:junit4]    > 	... 41 more
> > [junit4:junit4]   2> 1082 T96 oas.SolrTestCaseJ4.setUp ###Starting
> testJsonGetAllFields
> > [junit4:junit4]   2> 1087 T102 C10
> oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr
> path=/schema/fields params={indent=on&wt=json} status=0 QTime=2
> > [junit4:junit4]   2> 1088 T102 C10 orel.LogFilter.afterHandle 2013-03-07
> 	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET
> 	/solr/schema/fields	indent=on&wt=json	200	-	0
> 	3	http://127.0.0.1:57821	Java/1.6.0	-
> > [junit4:junit4]   2> 1100 T96 oasu.RestTestBase.assertJQ SEVERE query
> failed JSON validation. error=mismatch: 'custstopfilt'!='lowerfilt' @
> fields/[0]/name
> > [junit4:junit4]   2> 	 expected =/fields/[0]/name=="custstopfilt"
> > [junit4:junit4]   2> 	 response = {
> > [junit4:junit4]   2> 	  "responseHeader":{
> > [junit4:junit4]   2> 	    "status":0,
> > [junit4:junit4]   2> 	    "QTime":2},
> > [junit4:junit4]   2> 	  "fields":[{
> > [junit4:junit4]   2> 	      "name":"lowerfilt",
> > [junit4:junit4]   2> 	      "type":"lowerfilt",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"text_np",
> > [junit4:junit4]   2> 	      "type":"text_np",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":false},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"timestamp",
> > [junit4:junit4]   2> 	      "type":"date",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"id",
> > [junit4:junit4]   2> 	      "type":"string",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true,
> > [junit4:junit4]   2> 	      "multiValued":false,
> > [junit4:junit4]   2> 	      "required":true,
> > [junit4:junit4]   2> 	      "uniqueKey":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"signatureField",
> > [junit4:junit4]   2> 	      "type":"string",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":false},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"sindsto",
> > [junit4:junit4]   2> 	      "type":"string",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"isto",
> > [junit4:junit4]   2> 	      "type":"int",
> > [junit4:junit4]   2> 	      "indexed":false,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"subject",
> > [junit4:junit4]   2> 	      "type":"text",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"text",
> > [junit4:junit4]   2> 	      "type":"text",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":false,
> > [junit4:junit4]   2> 	      "multiValued":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"HTMLwhitetok",
> > [junit4:junit4]   2> 	      "type":"HTMLwhitetok",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"wdf_nocase",
> > [junit4:junit4]   2> 	      "type":"wdf_nocase",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"bind",
> > [junit4:junit4]   2> 	      "type":"boolean",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":false},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"title_lettertok",
> > [junit4:junit4]   2> 	      "type":"lettertok",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":false},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"test_offtv",
> > [junit4:junit4]   2> 	      "type":"text",
> > [junit4:junit4]   2> 	      "termOffsets":true,
> > [junit4:junit4]   2> 	      "termVectors":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"subword",
> > [junit4:junit4]   2> 	      "type":"subword",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"title",
> > [junit4:junit4]   2> 	      "type":"nametext",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"shouldbestored",
> > [junit4:junit4]   2> 	      "type":"unstored",
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"point_hash",
> > [junit4:junit4]   2> 	      "type":"geohash",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true,
> > [junit4:junit4]   2> 	      "multiValued":false},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"custengporterfilt",
> > [junit4:junit4]   2> 	      "type":"custengporterfilt",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"lettertok",
> > [junit4:junit4]   2> 	      "type":"lettertok",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"test_posofftv",
> > [junit4:junit4]   2> 	      "type":"text",
> > [junit4:junit4]   2> 	      "termOffsets":true,
> > [junit4:junit4]   2> 	      "termVectors":true,
> > [junit4:junit4]   2> 	      "termPositions":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"lengthfilt",
> > [junit4:junit4]   2> 	      "type":"lengthfilt",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"standardtok",
> > [junit4:junit4]   2> 	      "type":"standardtok",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"weight",
> > [junit4:junit4]   2> 	      "type":"float",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"porterfilt",
> > [junit4:junit4]   2> 	      "type":"porterfilt",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"title_stemmed",
> > [junit4:junit4]   2> 	      "type":"text",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":false},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"standardtokfilt",
> > [junit4:junit4]   2> 	      "type":"standardtokfilt",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"uniq",
> > [junit4:junit4]   2> 	      "type":"string",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true,
> > [junit4:junit4]   2> 	      "multiValued":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"test_basictv",
> > [junit4:junit4]   2> 	      "type":"text",
> > [junit4:junit4]   2> 	      "termVectors":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"whitetok",
> > [junit4:junit4]   2> 	      "type":"whitetok",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"nullfirst",
> > [junit4:junit4]   2> 	      "type":"string",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true,
> > [junit4:junit4]   2> 	      "sortMissingFirst":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"textgap",
> > [junit4:junit4]   2> 	      "type":"textgap",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"name",
> > [junit4:junit4]   2> 	      "type":"nametext",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"bsto",
> > [junit4:junit4]   2> 	      "type":"boolean",
> > [junit4:junit4]   2> 	      "indexed":false,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"sind",
> > [junit4:junit4]   2> 	      "type":"string",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":false},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"stopfilt",
> > [junit4:junit4]   2> 	      "type":"stopfilt",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"test_notv",
> > [junit4:junit4]   2> 	      "type":"text",
> > [junit4:junit4]   2> 	      "termVectors":false},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"point",
> > [junit4:junit4]   2> 	      "type":"xy",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true,
> > [junit4:junit4]   2> 	      "multiValued":false},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"wdf_preserve",
> > [junit4:junit4]   2> 	      "type":"wdf_preserve",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"teststop",
> > [junit4:junit4]   2> 	      "type":"teststop",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"numericsubword",
> > [junit4:junit4]   2> 	      "type":"numericsubword",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"patternreplacefilt",
> > [junit4:junit4]   2> 	      "type":"patternreplacefilt",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"lowertok",
> > [junit4:junit4]   2> 	      "type":"lowertok",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"shouldbeunstored",
> > [junit4:junit4]   2> 	      "type":"unstored"},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"sku1",
> > [junit4:junit4]   2> 	      "type":"skutype1",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"pointD",
> > [junit4:junit4]   2> 	      "type":"xyd",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true,
> > [junit4:junit4]   2> 	      "multiValued":false},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"sku2",
> > [junit4:junit4]   2> 	      "type":"skutype2",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"uuid",
> > [junit4:junit4]   2> 	      "type":"uuid",
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"shouldbeunindexed",
> > [junit4:junit4]   2> 	      "type":"unstored",
> > [junit4:junit4]   2> 	      "indexed":false,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"nouniq",
> > [junit4:junit4]   2> 	      "type":"string",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true,
> > [junit4:junit4]   2> 	      "multiValued":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"test_hlt",
> > [junit4:junit4]   2> 	      "type":"highlittext",
> > [junit4:junit4]   2> 	      "compressed":true,
> > [junit4:junit4]   2> 	      "indexed":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"keywordtok",
> > [junit4:junit4]   2> 	      "type":"keywordtok",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"standardfilt",
> > [junit4:junit4]   2> 	      "type":"standardfilt",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"syn",
> > [junit4:junit4]   2> 	      "type":"syn",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"bindsto",
> > [junit4:junit4]   2> 	      "type":"boolean",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"uniq2",
> > [junit4:junit4]   2> 	      "type":"string",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true,
> > [junit4:junit4]   2> 	      "multiValued":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"uniq3",
> > [junit4:junit4]   2> 	      "type":"string",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"iind",
> > [junit4:junit4]   2> 	      "type":"int",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":false},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"engporterfilt",
> > [junit4:junit4]   2> 	      "type":"engporterfilt",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"numberpartfail",
> > [junit4:junit4]   2> 	      "type":"failtype1",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"ssto",
> > [junit4:junit4]   2> 	      "type":"string",
> > [junit4:junit4]   2> 	      "indexed":false,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"protectedsubword",
> > [junit4:junit4]   2> 	      "type":"protectedsubword",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"dedup",
> > [junit4:junit4]   2> 	      "type":"dedup",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"custstopfilt",
> > [junit4:junit4]   2> 	      "type":"custstopfilt",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"store",
> > [junit4:junit4]   2> 	      "type":"location",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"_version_",
> > [junit4:junit4]   2> 	      "type":"long",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"HTMLstandardtok",
> > [junit4:junit4]   2> 	      "type":"HTMLstandardtok",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"test_postv",
> > [junit4:junit4]   2> 	      "type":"text",
> > [junit4:junit4]   2> 	      "termVectors":true,
> > [junit4:junit4]   2> 	      "termPositions":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"test_hlt_off",
> > [junit4:junit4]   2> 	      "type":"highlittext",
> > [junit4:junit4]   2> 	      "compressed":false,
> > [junit4:junit4]   2> 	      "indexed":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"copyfield_source",
> > [junit4:junit4]   2> 	      "type":"string",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true,
> > [junit4:junit4]   2> 	      "multiValued":true},
> > [junit4:junit4]   2> 	    {
> > [junit4:junit4]   2> 	      "name":"bday",
> > [junit4:junit4]   2> 	      "type":"date",
> > [junit4:junit4]   2> 	      "indexed":true,
> > [junit4:junit4]   2> 	      "stored":true}]}
> > [junit4:junit4]   2>
> > [junit4:junit4]   2> 	 request = /schema/fields?indent=on&wt=json
> > [junit4:junit4]   2>
> > [junit4:junit4]   2> 1101 T96 oas.SolrTestCaseJ4.tearDown ###Ending
> testJsonGetAllFields
> > [junit4:junit4]   2> NOTE: reproduce with: ant test  -
> Dtestcase=TestFieldCollectionResource -
> Dtests.method=testJsonGetAllFields -Dtests.seed=5CE440224BBC0EA -
> Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=kk -
> Dtests.timezone=Europe/Amsterdam -Dtests.file.encoding=UTF-8
> > [junit4:junit4] ERROR   0.03s J1 |
> TestFieldCollectionResource.testJsonGetAllFields <<<
> > [junit4:junit4]    > Throwable #1: java.lang.RuntimeException: mismatch:
> 'custstopfilt'!='lowerfilt' @ fields/[0]/name
> > [junit4:junit4]    > 	at
> __randomizedtesting.SeedInfo.seed([5CE440224BBC0EA:8CCE368E84088CCC
> ]:0)
> > [junit4:junit4]    > 	at
> org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:242)
> > [junit4:junit4]    > 	at
> org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:186)
> > [junit4:junit4]    > 	at
> org.apache.solr.rest.TestFieldCollectionResource.testJsonGetAllFields(TestFi
> eldCollectionResource.java:50)
> > [junit4:junit4]    > 	at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > [junit4:junit4]    > 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
> ava:60)
> > [junit4:junit4]    > 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:37)
> > [junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:611)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize
> dRunner.java:1559)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Rando
> mizedRunner.java:79)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando
> mizedRunner.java:737)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando
> mizedRunner.java:773)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando
> mizedRunner.java:787)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule
> SetupTeardownChained.java:50)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCa
> cheSanity.java:51)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleTh
> readAndTestName.java:49)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask
> (ThreadLeakControl.java:782)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL
> eakControl.java:442)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran
> domizedRunner.java:746)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Rando
> mizedRunner.java:648)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Rando
> mizedRunner.java:682)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando
> mizedRunner.java:693)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.
> evaluate(SystemPropertiesRestoreRule.java:53)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeA
> fterRule.java:46)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCl
> assName.java:42)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1
> .evaluate(SystemPropertiesInvariantRule.java:55)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet
> hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAss
> ertionsRequired.java:43)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure
> .java:48)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRule
> IgnoreAfterMaxFailures.java:70)
> > [junit4:junit4]    > 	at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnore
> TestSuites.java:55)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(Stat
> ementAdapter.java:36)
> > [junit4:junit4]    > 	at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.
> run(ThreadLeakControl.java:358)
> > [junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:738)
> > [junit4:junit4]   2> 1112 T96 oas.SolrTestCaseJ4.setUp ###Starting
> testNotFoundFields
> > [junit4:junit4]   2> 1116 T103 C10
> oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr
> path=/schema/fields
> params={fl=not_in_there,this_one_either&indent=on&wt=xml} status=0
> QTime=2
> > [junit4:junit4]   2> 1118 T103 C10 orel.LogFilter.afterHandle 2013-03-07
> 	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET
> 	/solr/schema/fields
> 	indent=on&wt=xml&fl=not_in_there,this_one_either	200
> 	-	0	2	http://127.0.0.1:57821	Java/1.6.0	-
> > [junit4:junit4]   2> 1133 T96 oas.SolrTestCaseJ4.tearDown ###Ending
> testNotFoundFields
> > [junit4:junit4]   2> 1141 T96 oas.SolrTestCaseJ4.setUp ###Starting
> testJsonGetTwoFields
> > [junit4:junit4]   2> 1145 T104 C10
> oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr
> path=/schema/fields params={fl=id,_version_&indent=on&wt=json}
> status=0 QTime=2
> > [junit4:junit4]   2> 1147 T104 C10 orel.LogFilter.afterHandle 2013-03-07
> 	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET
> 	/solr/schema/fields	fl=id,_version_&indent=on&wt=json	200
> 	-	0	2	http://127.0.0.1:57821	Java/1.6.0	-
> > [junit4:junit4]   2> 1149 T96 oas.SolrTestCaseJ4.tearDown ###Ending
> testJsonGetTwoFields
> > [junit4:junit4]   2> 1162 T96 oas.SolrTestCaseJ4.setUp ###Starting
> testGetTwoFields
> > [junit4:junit4]   2> 1166 T105 C10
> oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr
> path=/schema/fields params={fl=id,_version_&indent=on&wt=xml}
> status=0 QTime=2
> > [junit4:junit4]   2> 1168 T105 C10 orel.LogFilter.afterHandle 2013-03-07
> 	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET
> 	/solr/schema/fields	indent=on&wt=xml&fl=id,_version_	200
> 	-	0	3	http://127.0.0.1:57821	Java/1.6.0	-
> > [junit4:junit4]   2> 1173 T96 oas.SolrTestCaseJ4.tearDown ###Ending
> testGetTwoFields
> > [junit4:junit4]   2> 1198 T96 oasc.CoreContainer.shutdown Shutting down
> CoreContainer instance=743976024
> > [junit4:junit4]   2> 1200 T96 oasc.SolrCore.close [collection1]  CLOSING
> SolrCore org.apache.solr.core.SolrCore@21732173
> > [junit4:junit4]   2> 1234 T96 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,cum
> ulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
> > [junit4:junit4]   2> 1235 T96 oasu.SolrCoreState.decrefSolrCoreState Closing
> SolrCoreState
> > [junit4:junit4]   2> 1236 T96 oasu.DefaultSolrCoreState.closeIndexWriter
> SolrCoreState ref count has reached 0 - closing IndexWriter
> > [junit4:junit4]   2> 1236 T96 oasu.DefaultSolrCoreState.closeIndexWriter
> closing IndexWriter with IndexWriterCloser
> > [junit4:junit4]   2> 1237 T96 oasc.SolrCore.closeSearcher [collection1]
> Closing main searcher on request.
> > [junit4:junit4]   2> 1238 T96 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-
> trunk-Linux/solr/build/solr-core/test/J1/solrtest-
> TestFieldCollectionResource-1362663379053/index
> > [junit4:junit4]   2> 1238 T96 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-
> 1362663379053/index
> > [junit4:junit4]   2> 1238 T96 oasc.CachingDirectoryFactory.close Closing
> directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-
> trunk-Linux/solr/build/solr-core/test/J1/solrtest-
> TestFieldCollectionResource-1362663379053
> > [junit4:junit4]   2> 1239 T96 oasc.CachingDirectoryFactory.closeDirectory
> Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-
> Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-
> 1362663379053
> > [junit4:junit4]   2> 1240 T96 oejsh.ContextHandler.doStop stopped
> o.e.j.s.ServletContextHandler{/solr,null}
> > [junit4:junit4]   2> 1292 T96 oas.SolrTestCaseJ4.deleteCore ###deleteCore
> > [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {},
> docValues:{}, sim=DefaultSimilarity, locale=kk,
> timezone=Europe/Amsterdam
> > [junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic amd64/IBM Corporation
> 1.6.0 (64-bit)/cpus=8,threads=1,free=4504504,total=35936256
> > [junit4:junit4]   2> NOTE: All tests run in this JVM: [TimeZoneUtilsTest,
> SimplePostToolTest, BadIndexSchemaTest, SolrCmdDistributorTest,
> CollectionsAPIDistributedZkTest, TestBinaryField, ConvertedLegacyTest,
> StandardRequestHandlerTest, ShardRoutingCustomTest,
> TestLMJelinekMercerSimilarityFactory, TestPostingsSolrHighlighter,
> TestMultiCoreConfBootstrap, TestSystemIdResolver, SuggesterTSTTest,
> HardAutoCommitTest, TestComponentsName, RequiredFieldsTest,
> TestFieldCollectionResource]
> > [junit4:junit4] Completed on J1 in 1.33s, 5 tests, 2 errors <<< FAILURES!
> >
> > [...truncated 740 lines...]
> > BUILD FAILED
> > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The
> following error occurred while executing this line:
> > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:374: The
> following error occurred while executing this line:
> > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The
> following error occurred while executing this line:
> > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183:
> The following error occurred while executing this line:
> > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-
> build.xml:449: The following error occurred while executing this line:
> > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-
> build.xml:1213: The following error occurred while executing this line:
> > /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-
> build.xml:877: There were test failures: 269 suites, 1135 tests, 2 errors, 33
> ignored (7 assumptions)
> >
> > Total time: 35 minutes 6 seconds
> > Build step 'Invoke Ant' marked build as failure
> > Archiving artifacts
> > Recording test results
> > Description set: Java: 64bit/ibm-j9-jdk6
> > Email was triggered for: Failure
> > Sending email for trigger: Failure
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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


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


Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/ibm-j9-jdk6) - Build # 4609 - Still Failing!

Posted by Steve Rowe <sa...@gmail.com>.
These two schema info tests (TestFieldCollectionResource.test{,Json}getAllFields) have failed several times now since I committed them, but IMHO this is a test-only issue, in that the failing tests expect alphabetized field names in the response, but the field names in the response are apparently unsorted.

I don't think this should hold up the 4.2 release; the API makes no claims about sortedness of the response.

Apparently, only IBM J9 (32-&64-bit, v1.6 & v1.7) and Oracle v1.8 (32-&64-bit) are affected.

I can't reproduce on OS X 10.8.2.

I'll see if I can figure out why this is happening - IIRC, the fields are run through a sort before output.

Steve 

On Mar 7, 2013, at 8:47 AM, Policeman Jenkins Server <je...@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4609/
> Java: 64bit/ibm-j9-jdk6 
> 
> 2 tests failed.
> REGRESSION:  org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields
> 
> Error Message:
> Exception during query
> 
> Stack Trace:
> java.lang.RuntimeException: Exception during query
> 	at __randomizedtesting.SeedInfo.seed([5CE440224BBC0EA:E9600EC6DE483972]:0)
> 	at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:143)
> 	at org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields(TestFieldCollectionResource.java:26)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
> 	at java.lang.reflect.Method.invoke(Method.java:611)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> 	at java.lang.Thread.run(Thread.java:738)
> Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] = 'custstopfilt'
> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
> <response>
> 
> <lst name="responseHeader">
>  <int name="status">0</int>
>  <int name="QTime">184</int>
> </lst>
> <arr name="fields">
>  <lst>
>    <str name="name">lowerfilt</str>
>    <str name="type">lowerfilt</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">text_np</str>
>    <str name="type">text_np</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">false</bool>
>  </lst>
>  <lst>
>    <str name="name">timestamp</str>
>    <str name="type">date</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">id</str>
>    <str name="type">string</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>    <bool name="multiValued">false</bool>
>    <bool name="required">true</bool>
>    <bool name="uniqueKey">true</bool>
>  </lst>
>  <lst>
>    <str name="name">signatureField</str>
>    <str name="type">string</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">false</bool>
>  </lst>
>  <lst>
>    <str name="name">sindsto</str>
>    <str name="type">string</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">isto</str>
>    <str name="type">int</str>
>    <bool name="indexed">false</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">subject</str>
>    <str name="type">text</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">text</str>
>    <str name="type">text</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">false</bool>
>    <bool name="multiValued">true</bool>
>  </lst>
>  <lst>
>    <str name="name">HTMLwhitetok</str>
>    <str name="type">HTMLwhitetok</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">wdf_nocase</str>
>    <str name="type">wdf_nocase</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">bind</str>
>    <str name="type">boolean</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">false</bool>
>  </lst>
>  <lst>
>    <str name="name">title_lettertok</str>
>    <str name="type">lettertok</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">false</bool>
>  </lst>
>  <lst>
>    <str name="name">test_offtv</str>
>    <str name="type">text</str>
>    <bool name="termOffsets">true</bool>
>    <bool name="termVectors">true</bool>
>  </lst>
>  <lst>
>    <str name="name">subword</str>
>    <str name="type">subword</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">title</str>
>    <str name="type">nametext</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">shouldbestored</str>
>    <str name="type">unstored</str>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">point_hash</str>
>    <str name="type">geohash</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>    <bool name="multiValued">false</bool>
>  </lst>
>  <lst>
>    <str name="name">custengporterfilt</str>
>    <str name="type">custengporterfilt</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">lettertok</str>
>    <str name="type">lettertok</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">test_posofftv</str>
>    <str name="type">text</str>
>    <bool name="termOffsets">true</bool>
>    <bool name="termVectors">true</bool>
>    <bool name="termPositions">true</bool>
>  </lst>
>  <lst>
>    <str name="name">lengthfilt</str>
>    <str name="type">lengthfilt</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">standardtok</str>
>    <str name="type">standardtok</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">weight</str>
>    <str name="type">float</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">porterfilt</str>
>    <str name="type">porterfilt</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">title_stemmed</str>
>    <str name="type">text</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">false</bool>
>  </lst>
>  <lst>
>    <str name="name">standardtokfilt</str>
>    <str name="type">standardtokfilt</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">uniq</str>
>    <str name="type">string</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>    <bool name="multiValued">true</bool>
>  </lst>
>  <lst>
>    <str name="name">test_basictv</str>
>    <str name="type">text</str>
>    <bool name="termVectors">true</bool>
>  </lst>
>  <lst>
>    <str name="name">whitetok</str>
>    <str name="type">whitetok</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">nullfirst</str>
>    <str name="type">string</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>    <bool name="sortMissingFirst">true</bool>
>  </lst>
>  <lst>
>    <str name="name">textgap</str>
>    <str name="type">textgap</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">name</str>
>    <str name="type">nametext</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">bsto</str>
>    <str name="type">boolean</str>
>    <bool name="indexed">false</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">sind</str>
>    <str name="type">string</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">false</bool>
>  </lst>
>  <lst>
>    <str name="name">stopfilt</str>
>    <str name="type">stopfilt</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">test_notv</str>
>    <str name="type">text</str>
>    <bool name="termVectors">false</bool>
>  </lst>
>  <lst>
>    <str name="name">point</str>
>    <str name="type">xy</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>    <bool name="multiValued">false</bool>
>  </lst>
>  <lst>
>    <str name="name">wdf_preserve</str>
>    <str name="type">wdf_preserve</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">teststop</str>
>    <str name="type">teststop</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">numericsubword</str>
>    <str name="type">numericsubword</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">patternreplacefilt</str>
>    <str name="type">patternreplacefilt</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">lowertok</str>
>    <str name="type">lowertok</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">shouldbeunstored</str>
>    <str name="type">unstored</str>
>  </lst>
>  <lst>
>    <str name="name">sku1</str>
>    <str name="type">skutype1</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">pointD</str>
>    <str name="type">xyd</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>    <bool name="multiValued">false</bool>
>  </lst>
>  <lst>
>    <str name="name">sku2</str>
>    <str name="type">skutype2</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">uuid</str>
>    <str name="type">uuid</str>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">shouldbeunindexed</str>
>    <str name="type">unstored</str>
>    <bool name="indexed">false</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">nouniq</str>
>    <str name="type">string</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>    <bool name="multiValued">true</bool>
>  </lst>
>  <lst>
>    <str name="name">test_hlt</str>
>    <str name="type">highlittext</str>
>    <bool name="compressed">true</bool>
>    <bool name="indexed">true</bool>
>  </lst>
>  <lst>
>    <str name="name">keywordtok</str>
>    <str name="type">keywordtok</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">standardfilt</str>
>    <str name="type">standardfilt</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">syn</str>
>    <str name="type">syn</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">bindsto</str>
>    <str name="type">boolean</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">uniq2</str>
>    <str name="type">string</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>    <bool name="multiValued">true</bool>
>  </lst>
>  <lst>
>    <str name="name">uniq3</str>
>    <str name="type">string</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">iind</str>
>    <str name="type">int</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">false</bool>
>  </lst>
>  <lst>
>    <str name="name">engporterfilt</str>
>    <str name="type">engporterfilt</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">numberpartfail</str>
>    <str name="type">failtype1</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">ssto</str>
>    <str name="type">string</str>
>    <bool name="indexed">false</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">protectedsubword</str>
>    <str name="type">protectedsubword</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">dedup</str>
>    <str name="type">dedup</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">custstopfilt</str>
>    <str name="type">custstopfilt</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">store</str>
>    <str name="type">location</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">_version_</str>
>    <str name="type">long</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">HTMLstandardtok</str>
>    <str name="type">HTMLstandardtok</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
>  <lst>
>    <str name="name">test_postv</str>
>    <str name="type">text</str>
>    <bool name="termVectors">true</bool>
>    <bool name="termPositions">true</bool>
>  </lst>
>  <lst>
>    <str name="name">test_hlt_off</str>
>    <str name="type">highlittext</str>
>    <bool name="compressed">false</bool>
>    <bool name="indexed">true</bool>
>  </lst>
>  <lst>
>    <str name="name">copyfield_source</str>
>    <str name="type">string</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>    <bool name="multiValued">true</bool>
>  </lst>
>  <lst>
>    <str name="name">bday</str>
>    <str name="type">date</str>
>    <bool name="indexed">true</bool>
>    <bool name="stored">true</bool>
>  </lst>
> </arr>
> </response>
> 
> 	request was:/schema/fields?indent=on&wt=xml
> 	at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:136)
> 	... 41 more
> 
> 
> REGRESSION:  org.apache.solr.rest.TestFieldCollectionResource.testJsonGetAllFields
> 
> Error Message:
> mismatch: 'custstopfilt'!='lowerfilt' @ fields/[0]/name
> 
> Stack Trace:
> java.lang.RuntimeException: mismatch: 'custstopfilt'!='lowerfilt' @ fields/[0]/name
> 	at __randomizedtesting.SeedInfo.seed([5CE440224BBC0EA:8CCE368E84088CCC]:0)
> 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:242)
> 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:186)
> 	at org.apache.solr.rest.TestFieldCollectionResource.testJsonGetAllFields(TestFieldCollectionResource.java:50)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
> 	at java.lang.reflect.Method.invoke(Method.java:611)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> 	at java.lang.Thread.run(Thread.java:738)
> 
> 
> 
> 
> Build Log:
> [...truncated 8278 lines...]
> [junit4:junit4] Suite: org.apache.solr.rest.TestFieldCollectionResource
> [junit4:junit4]   2> 1 T96 oas.SolrJettyTestBase.beforeSolrJettyTestBase Randomized ssl (false) and clientAuth (true)
> [junit4:junit4]   2> 4 T96 oas.SolrTestCaseJ4.initCore ####initCore
> [junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestFieldCollectionResource-1362663379053
> [junit4:junit4]   2> 6 T96 oas.SolrTestCaseJ4.initCore ####initCore end
> [junit4:junit4]   2> 8 T96 oejs.Server.doStart jetty-8.1.8.v20121106
> [junit4:junit4]   2> 17 T96 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57821
> [junit4:junit4]   2> 19 T96 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
> [junit4:junit4]   2> 20 T96 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
> [junit4:junit4]   2> 21 T96 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
> [junit4:junit4]   2> 21 T96 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/solr.xml
> [junit4:junit4]   2> 22 T96 oasc.CoreContainer.<init> New CoreContainer 743976024
> [junit4:junit4]   2> 24 T96 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
> [junit4:junit4]   2> 24 T96 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
> [junit4:junit4]   2> 51 T96 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
> [junit4:junit4]   2> 52 T96 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
> [junit4:junit4]   2> 53 T96 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
> [junit4:junit4]   2> 53 T96 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
> [junit4:junit4]   2> 54 T96 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
> [junit4:junit4]   2> 55 T96 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
> [junit4:junit4]   2> 56 T96 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
> [junit4:junit4]   2> 56 T96 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
> [junit4:junit4]   2> 57 T96 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
> [junit4:junit4]   2> 58 T96 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
> [junit4:junit4]   2> 103 T96 oasc.CoreContainer.load Registering Log Listener
> [junit4:junit4]   2> 122 T106 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1
> [junit4:junit4]   2> 123 T106 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
> [junit4:junit4]   2> 124 T106 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
> [junit4:junit4]   2> 125 T106 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
> [junit4:junit4]   2> 166 T106 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
> [junit4:junit4]   2> 217 T106 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
> [junit4:junit4]   2> 218 T106 oass.IndexSchema.readSchema Reading Solr Schema
> [junit4:junit4]   2> 223 T106 oass.IndexSchema.readSchema Schema name=test-rest
> [junit4:junit4]   2> 577 T106 oass.IndexSchema.readSchema default search field in schema is text
> [junit4:junit4]   2> 580 T106 oass.IndexSchema.readSchema unique key field: id
> [junit4:junit4]   2> 582 T106 oass.IndexSchema.readSchema WARNING Field title is not multivalued and destination for multiple copyFields (3)
> [junit4:junit4]   2> 595 T106 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053/
> [junit4:junit4]   2> 596 T106 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fa86fa8
> [junit4:junit4]   2> 597 T106 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
> [junit4:junit4]   2> 598 T106 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053 forceNew: false
> [junit4:junit4]   2> 599 T106 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053/index/
> [junit4:junit4]   2> 599 T106 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053/index' doesn't exist. Creating new index...
> [junit4:junit4]   2> 600 T106 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053/index forceNew: false
> [junit4:junit4]   2> 603 T106 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
> [junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a144a14 lockFactory=org.apache.lucene.store.NativeFSLockFactory@53bc53bc)),segFN=segments_1,generation=1,filenames=[segments_1]
> [junit4:junit4]   2> 604 T106 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
> [junit4:junit4]   2> 605 T106 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
> [junit4:junit4]   2> 608 T106 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
> [junit4:junit4]   2> 609 T106 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
> [junit4:junit4]   2> 610 T106 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
> [junit4:junit4]   2> 611 T106 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
> [junit4:junit4]   2> 611 T106 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
> [junit4:junit4]   2> 612 T106 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
> [junit4:junit4]   2> 612 T106 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
> [junit4:junit4]   2> 613 T106 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
> [junit4:junit4]   2> 614 T106 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
> [junit4:junit4]   2> 615 T106 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
> [junit4:junit4]   2> 615 T106 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
> [junit4:junit4]   2> 616 T106 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
> [junit4:junit4]   2> 617 T106 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
> [junit4:junit4]   2> 617 T106 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
> [junit4:junit4]   2> 618 T106 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
> [junit4:junit4]   2> 618 T106 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
> [junit4:junit4]   2> 619 T106 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 620 T106 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 621 T106 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 621 T106 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 627 T106 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 628 T106 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 629 T106 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 630 T106 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
> [junit4:junit4]   2> 630 T106 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
> [junit4:junit4]   2> 631 T106 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
> [junit4:junit4]   2> 632 T106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
> [junit4:junit4]   2> 634 T106 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
> [junit4:junit4]   2> 636 T106 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SCHEMA-REQUIRED-FIELDS.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SCHEMA-BEHAVIOR.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, STOP-2.TXT, SCHEMA11.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, SCHEMA15.XML, SOLRCONFIG-NATIVELOCK.XML, SCHEMA-SIM.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-DOCVALUES.XML, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, SCHEMA-EFF.XML, SOLRCONFIG_CODEC.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML, HYPHENATION.DTD, TRIVIAL.UPDATEPROCESSOR1.JS, SOLRCONFIG-MERGEPOLICY.XML, SOLRCONFIG-PHRASESUGGEST.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-BASIC.XML, SCHEMA-LMJELINEKMERCER.XML, BAD-MP-SOLRCONFIG.XML, JASUGGEST.TXT, BAD-SCHEMA-DUP-FIELD.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-TFIDF.XML, SCHEMA-REPLICATION1.XML, SYNONYMS.TXT, SOLRCONFIG-ELEVATE.XML, STOPWITHBOM.TXT, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, WDFTYPES.TXT, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SOLRCONFIG-DELPOLICY1.XML, BAD_SOLRCONFIG.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, HUNSPELL-TEST.DIC, SCHEMA-NUMERIC.XML, SCHEMA-LUCENEMATCHVERSION.XML, KEEP-2.TXT, SCHEMA-STOP-KEEP.XML, SCHEMA-IB.XML, STOP-SNOWBALL.TXT, SCHEMA-DOCVALUESMULTI.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG-SLAVE.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, STOPWORDSWRONGENCODING.TXT, THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, STOPTYPES-1.TXT, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESFACETING.XML, SOLRCONFIG-TLOG.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, DA_COMPOUNDDICTIONARY.TXT, SOLRCONFIG-TERMINDEX.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, SCHEMASURROUND.XML, OPEN-EXCHANGE-RATES.JSON, BAD-SCHEMA-DUP-FIELDTYPE.XML, PHRASESUGGEST.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-MASTER2.XML, OLD_SYNONYMS.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SCHEMA-LMDIRICHLET.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-FOLDING.XML, SOLRCONFIG-CACHING.XML, MAPPING-ISOLATIN1ACCENT.TXT, ADDFIELDS.UPDATEPROCESSOR.JS, BAD-CURRENCY.XML, SCHEMA-BM25.XML, SOLRCONFIG-ENABLEPLUGIN.XML, STOP-1.TXT, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-REST.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SCHEMA12.XML, SOLRCONFIG-TRANSFORMERS.XML, SCHEMA-COPYFIELD-TEST.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, CURRENCY.XML, FUZZYSUGGEST.TXT, DA_UTF8.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-SOLR-749.XML, STOPWORDS.TXT, HUNSPELL-TEST.AFF, SOLRCONFIG_PERF.XML, SCHEMA-SWEETSPOT.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-TINY.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, FRENCHARTICLES.TXT, SOLRCONFIG-LAZYWRITER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SCHEMA-REPLICATION2.XML, SCHEMA-SNIPPET-TYPE.XML, SCHEMA-SPATIAL.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-XINCLUDE.XML, XSLT, SOLRCONFIG-DELPOLICY2.XML, KEEP-1.TXT, TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA-TRIE.XML, SCHEMA-BINARYFIELD.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, SCHEMA-MINIMAL.XML, STOPTYPES-2.TXT, SCHEMA_CODEC.XML, STEMDICT.TXT, SCHEMA-SYNONYM-TOKENIZER.XML, ELEVATE.XML, SCHEMA-COLLATE.XML, PROTWORDS.TXT, SCHEMA-XINCLUDE.XML, SCHEMA-SNIPPET-FIELD.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMA-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SOLRCONFIG-MASTER1.XML, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-MASTER3.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-ALTDIRECTORY.XML, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML]
> [junit4:junit4]   2> 638 T106 oass.SolrIndexSearcher.<init> Opening Searcher@3c403c4 main
> [junit4:junit4]   2> 638 T106 oasu.CommitTracker.<init> Hard AutoCommit: disabled
> [junit4:junit4]   2> 639 T106 oasu.CommitTracker.<init> Soft AutoCommit: disabled
> [junit4:junit4]   2> 640 T106 oashc.SpellCheckComponent.inform Initializing spell checkers
> [junit4:junit4]   2> 719 T106 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
> [junit4:junit4]   2> 768 T107 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3c403c4 main{StandardDirectoryReader(segments_1:1)}
> [junit4:junit4]   2> 782 T106 oasc.CoreContainer.registerCore registering core: collection1
> [junit4:junit4]   2> 783 T96 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
> [junit4:junit4]   2> 784 T96 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
> [junit4:junit4]   2> 785 T96 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#57821
> [junit4:junit4]   2> 792 T96 oas.SolrTestCaseJ4.setUp ###Starting testGetAllFields
> [junit4:junit4]   2> ASYNC  NEW_CORE C10 name=collection1 org.apache.solr.core.SolrCore@21732173
> [junit4:junit4]   2> 938 T104 C10 oejsh.ContextHandler$Context.log SchemaRestApi: [Restlet] Attaching application: org.apache.solr.rest.SchemaRestApi@53735373 to URI: /solr/schema
> [junit4:junit4]   2> 957 T104 C10 oasr.SchemaRestApi.createInboundRoot createInboundRoot started
> [junit4:junit4]   2> 968 T104 C10 oasr.SchemaRestApi.createInboundRoot createInboundRoot complete
> [junit4:junit4]   2> 985 T104 C10 oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr path=/schema/fields params={indent=on&wt=xml} status=0 QTime=184 
> [junit4:junit4]   2> 989 T104 C10 orel.LogFilter.afterHandle 2013-03-07	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET	/solr/schema/fields	indent=on&wt=xml	200	-	0	37	http://127.0.0.1:57821	Java/1.6.0	-
> [junit4:junit4]   2> 1055 T96 oasu.RestTestBase.assertQ SEVERE REQUEST FAILED: xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] = 'custstopfilt'
> [junit4:junit4]   2> 		xml response was: <?xml version="1.0" encoding="UTF-8"?>
> [junit4:junit4]   2> 	<response>
> [junit4:junit4]   2> 	
> [junit4:junit4]   2> 	<lst name="responseHeader">
> [junit4:junit4]   2> 	  <int name="status">0</int>
> [junit4:junit4]   2> 	  <int name="QTime">184</int>
> [junit4:junit4]   2> 	</lst>
> [junit4:junit4]   2> 	<arr name="fields">
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">lowerfilt</str>
> [junit4:junit4]   2> 	    <str name="type">lowerfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">text_np</str>
> [junit4:junit4]   2> 	    <str name="type">text_np</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">timestamp</str>
> [junit4:junit4]   2> 	    <str name="type">date</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">id</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
> [junit4:junit4]   2> 	    <bool name="required">true</bool>
> [junit4:junit4]   2> 	    <bool name="uniqueKey">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">signatureField</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">sindsto</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">isto</str>
> [junit4:junit4]   2> 	    <str name="type">int</str>
> [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">subject</str>
> [junit4:junit4]   2> 	    <str name="type">text</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">text</str>
> [junit4:junit4]   2> 	    <str name="type">text</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">HTMLwhitetok</str>
> [junit4:junit4]   2> 	    <str name="type">HTMLwhitetok</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">wdf_nocase</str>
> [junit4:junit4]   2> 	    <str name="type">wdf_nocase</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">bind</str>
> [junit4:junit4]   2> 	    <str name="type">boolean</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">title_lettertok</str>
> [junit4:junit4]   2> 	    <str name="type">lettertok</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">test_offtv</str>
> [junit4:junit4]   2> 	    <str name="type">text</str>
> [junit4:junit4]   2> 	    <bool name="termOffsets">true</bool>
> [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">subword</str>
> [junit4:junit4]   2> 	    <str name="type">subword</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">title</str>
> [junit4:junit4]   2> 	    <str name="type">nametext</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">shouldbestored</str>
> [junit4:junit4]   2> 	    <str name="type">unstored</str>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">point_hash</str>
> [junit4:junit4]   2> 	    <str name="type">geohash</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">custengporterfilt</str>
> [junit4:junit4]   2> 	    <str name="type">custengporterfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">lettertok</str>
> [junit4:junit4]   2> 	    <str name="type">lettertok</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">test_posofftv</str>
> [junit4:junit4]   2> 	    <str name="type">text</str>
> [junit4:junit4]   2> 	    <bool name="termOffsets">true</bool>
> [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
> [junit4:junit4]   2> 	    <bool name="termPositions">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">lengthfilt</str>
> [junit4:junit4]   2> 	    <str name="type">lengthfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">standardtok</str>
> [junit4:junit4]   2> 	    <str name="type">standardtok</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">weight</str>
> [junit4:junit4]   2> 	    <str name="type">float</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">porterfilt</str>
> [junit4:junit4]   2> 	    <str name="type">porterfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">title_stemmed</str>
> [junit4:junit4]   2> 	    <str name="type">text</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">standardtokfilt</str>
> [junit4:junit4]   2> 	    <str name="type">standardtokfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">uniq</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">test_basictv</str>
> [junit4:junit4]   2> 	    <str name="type">text</str>
> [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">whitetok</str>
> [junit4:junit4]   2> 	    <str name="type">whitetok</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">nullfirst</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="sortMissingFirst">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">textgap</str>
> [junit4:junit4]   2> 	    <str name="type">textgap</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">name</str>
> [junit4:junit4]   2> 	    <str name="type">nametext</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">bsto</str>
> [junit4:junit4]   2> 	    <str name="type">boolean</str>
> [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">sind</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">stopfilt</str>
> [junit4:junit4]   2> 	    <str name="type">stopfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">test_notv</str>
> [junit4:junit4]   2> 	    <str name="type">text</str>
> [junit4:junit4]   2> 	    <bool name="termVectors">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">point</str>
> [junit4:junit4]   2> 	    <str name="type">xy</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">wdf_preserve</str>
> [junit4:junit4]   2> 	    <str name="type">wdf_preserve</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">teststop</str>
> [junit4:junit4]   2> 	    <str name="type">teststop</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">numericsubword</str>
> [junit4:junit4]   2> 	    <str name="type">numericsubword</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">patternreplacefilt</str>
> [junit4:junit4]   2> 	    <str name="type">patternreplacefilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">lowertok</str>
> [junit4:junit4]   2> 	    <str name="type">lowertok</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">shouldbeunstored</str>
> [junit4:junit4]   2> 	    <str name="type">unstored</str>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">sku1</str>
> [junit4:junit4]   2> 	    <str name="type">skutype1</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">pointD</str>
> [junit4:junit4]   2> 	    <str name="type">xyd</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">sku2</str>
> [junit4:junit4]   2> 	    <str name="type">skutype2</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">uuid</str>
> [junit4:junit4]   2> 	    <str name="type">uuid</str>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">shouldbeunindexed</str>
> [junit4:junit4]   2> 	    <str name="type">unstored</str>
> [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">nouniq</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">test_hlt</str>
> [junit4:junit4]   2> 	    <str name="type">highlittext</str>
> [junit4:junit4]   2> 	    <bool name="compressed">true</bool>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">keywordtok</str>
> [junit4:junit4]   2> 	    <str name="type">keywordtok</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">standardfilt</str>
> [junit4:junit4]   2> 	    <str name="type">standardfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">syn</str>
> [junit4:junit4]   2> 	    <str name="type">syn</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">bindsto</str>
> [junit4:junit4]   2> 	    <str name="type">boolean</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">uniq2</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">uniq3</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">iind</str>
> [junit4:junit4]   2> 	    <str name="type">int</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">engporterfilt</str>
> [junit4:junit4]   2> 	    <str name="type">engporterfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">numberpartfail</str>
> [junit4:junit4]   2> 	    <str name="type">failtype1</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">ssto</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">protectedsubword</str>
> [junit4:junit4]   2> 	    <str name="type">protectedsubword</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">dedup</str>
> [junit4:junit4]   2> 	    <str name="type">dedup</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">custstopfilt</str>
> [junit4:junit4]   2> 	    <str name="type">custstopfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">store</str>
> [junit4:junit4]   2> 	    <str name="type">location</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">_version_</str>
> [junit4:junit4]   2> 	    <str name="type">long</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">HTMLstandardtok</str>
> [junit4:junit4]   2> 	    <str name="type">HTMLstandardtok</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">test_postv</str>
> [junit4:junit4]   2> 	    <str name="type">text</str>
> [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
> [junit4:junit4]   2> 	    <bool name="termPositions">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">test_hlt_off</str>
> [junit4:junit4]   2> 	    <str name="type">highlittext</str>
> [junit4:junit4]   2> 	    <bool name="compressed">false</bool>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">copyfield_source</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">bday</str>
> [junit4:junit4]   2> 	    <str name="type">date</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	</arr>
> [junit4:junit4]   2> 	</response>
> [junit4:junit4]   2> 	
> [junit4:junit4]   2> 		request was:/schema/fields?indent=on&wt=xml
> [junit4:junit4]   2> 1059 T96 oasc.SolrException.log SEVERE REQUEST FAILED: /schema/fields?indent=on&wt=xml:java.lang.RuntimeException: REQUEST FAILED: xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] = 'custstopfilt'
> [junit4:junit4]   2> 		xml response was: <?xml version="1.0" encoding="UTF-8"?>
> [junit4:junit4]   2> 	<response>
> [junit4:junit4]   2> 	
> [junit4:junit4]   2> 	<lst name="responseHeader">
> [junit4:junit4]   2> 	  <int name="status">0</int>
> [junit4:junit4]   2> 	  <int name="QTime">184</int>
> [junit4:junit4]   2> 	</lst>
> [junit4:junit4]   2> 	<arr name="fields">
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">lowerfilt</str>
> [junit4:junit4]   2> 	    <str name="type">lowerfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">text_np</str>
> [junit4:junit4]   2> 	    <str name="type">text_np</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">timestamp</str>
> [junit4:junit4]   2> 	    <str name="type">date</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">id</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
> [junit4:junit4]   2> 	    <bool name="required">true</bool>
> [junit4:junit4]   2> 	    <bool name="uniqueKey">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">signatureField</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">sindsto</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">isto</str>
> [junit4:junit4]   2> 	    <str name="type">int</str>
> [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">subject</str>
> [junit4:junit4]   2> 	    <str name="type">text</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">text</str>
> [junit4:junit4]   2> 	    <str name="type">text</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">HTMLwhitetok</str>
> [junit4:junit4]   2> 	    <str name="type">HTMLwhitetok</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">wdf_nocase</str>
> [junit4:junit4]   2> 	    <str name="type">wdf_nocase</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">bind</str>
> [junit4:junit4]   2> 	    <str name="type">boolean</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">title_lettertok</str>
> [junit4:junit4]   2> 	    <str name="type">lettertok</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">test_offtv</str>
> [junit4:junit4]   2> 	    <str name="type">text</str>
> [junit4:junit4]   2> 	    <bool name="termOffsets">true</bool>
> [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">subword</str>
> [junit4:junit4]   2> 	    <str name="type">subword</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">title</str>
> [junit4:junit4]   2> 	    <str name="type">nametext</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">shouldbestored</str>
> [junit4:junit4]   2> 	    <str name="type">unstored</str>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">point_hash</str>
> [junit4:junit4]   2> 	    <str name="type">geohash</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">custengporterfilt</str>
> [junit4:junit4]   2> 	    <str name="type">custengporterfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">lettertok</str>
> [junit4:junit4]   2> 	    <str name="type">lettertok</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">test_posofftv</str>
> [junit4:junit4]   2> 	    <str name="type">text</str>
> [junit4:junit4]   2> 	    <bool name="termOffsets">true</bool>
> [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
> [junit4:junit4]   2> 	    <bool name="termPositions">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">lengthfilt</str>
> [junit4:junit4]   2> 	    <str name="type">lengthfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">standardtok</str>
> [junit4:junit4]   2> 	    <str name="type">standardtok</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">weight</str>
> [junit4:junit4]   2> 	    <str name="type">float</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">porterfilt</str>
> [junit4:junit4]   2> 	    <str name="type">porterfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">title_stemmed</str>
> [junit4:junit4]   2> 	    <str name="type">text</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">standardtokfilt</str>
> [junit4:junit4]   2> 	    <str name="type">standardtokfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">uniq</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">test_basictv</str>
> [junit4:junit4]   2> 	    <str name="type">text</str>
> [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">whitetok</str>
> [junit4:junit4]   2> 	    <str name="type">whitetok</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">nullfirst</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="sortMissingFirst">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">textgap</str>
> [junit4:junit4]   2> 	    <str name="type">textgap</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">name</str>
> [junit4:junit4]   2> 	    <str name="type">nametext</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">bsto</str>
> [junit4:junit4]   2> 	    <str name="type">boolean</str>
> [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">sind</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">stopfilt</str>
> [junit4:junit4]   2> 	    <str name="type">stopfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">test_notv</str>
> [junit4:junit4]   2> 	    <str name="type">text</str>
> [junit4:junit4]   2> 	    <bool name="termVectors">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">point</str>
> [junit4:junit4]   2> 	    <str name="type">xy</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">wdf_preserve</str>
> [junit4:junit4]   2> 	    <str name="type">wdf_preserve</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">teststop</str>
> [junit4:junit4]   2> 	    <str name="type">teststop</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">numericsubword</str>
> [junit4:junit4]   2> 	    <str name="type">numericsubword</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">patternreplacefilt</str>
> [junit4:junit4]   2> 	    <str name="type">patternreplacefilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">lowertok</str>
> [junit4:junit4]   2> 	    <str name="type">lowertok</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">shouldbeunstored</str>
> [junit4:junit4]   2> 	    <str name="type">unstored</str>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">sku1</str>
> [junit4:junit4]   2> 	    <str name="type">skutype1</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">pointD</str>
> [junit4:junit4]   2> 	    <str name="type">xyd</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">sku2</str>
> [junit4:junit4]   2> 	    <str name="type">skutype2</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">uuid</str>
> [junit4:junit4]   2> 	    <str name="type">uuid</str>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">shouldbeunindexed</str>
> [junit4:junit4]   2> 	    <str name="type">unstored</str>
> [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">nouniq</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">test_hlt</str>
> [junit4:junit4]   2> 	    <str name="type">highlittext</str>
> [junit4:junit4]   2> 	    <bool name="compressed">true</bool>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">keywordtok</str>
> [junit4:junit4]   2> 	    <str name="type">keywordtok</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">standardfilt</str>
> [junit4:junit4]   2> 	    <str name="type">standardfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">syn</str>
> [junit4:junit4]   2> 	    <str name="type">syn</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">bindsto</str>
> [junit4:junit4]   2> 	    <str name="type">boolean</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">uniq2</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">uniq3</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">iind</str>
> [junit4:junit4]   2> 	    <str name="type">int</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">false</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">engporterfilt</str>
> [junit4:junit4]   2> 	    <str name="type">engporterfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">numberpartfail</str>
> [junit4:junit4]   2> 	    <str name="type">failtype1</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">ssto</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">false</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">protectedsubword</str>
> [junit4:junit4]   2> 	    <str name="type">protectedsubword</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">dedup</str>
> [junit4:junit4]   2> 	    <str name="type">dedup</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">custstopfilt</str>
> [junit4:junit4]   2> 	    <str name="type">custstopfilt</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">store</str>
> [junit4:junit4]   2> 	    <str name="type">location</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">_version_</str>
> [junit4:junit4]   2> 	    <str name="type">long</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">HTMLstandardtok</str>
> [junit4:junit4]   2> 	    <str name="type">HTMLstandardtok</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">test_postv</str>
> [junit4:junit4]   2> 	    <str name="type">text</str>
> [junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
> [junit4:junit4]   2> 	    <bool name="termPositions">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">test_hlt_off</str>
> [junit4:junit4]   2> 	    <str name="type">highlittext</str>
> [junit4:junit4]   2> 	    <bool name="compressed">false</bool>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">copyfield_source</str>
> [junit4:junit4]   2> 	    <str name="type">string</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	  <lst>
> [junit4:junit4]   2> 	    <str name="name">bday</str>
> [junit4:junit4]   2> 	    <str name="type">date</str>
> [junit4:junit4]   2> 	    <bool name="indexed">true</bool>
> [junit4:junit4]   2> 	    <bool name="stored">true</bool>
> [junit4:junit4]   2> 	  </lst>
> [junit4:junit4]   2> 	</arr>
> [junit4:junit4]   2> 	</response>
> [junit4:junit4]   2> 	
> [junit4:junit4]   2> 		request was:/schema/fields?indent=on&wt=xml
> [junit4:junit4]   2> 		at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:136)
> [junit4:junit4]   2> 		at org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields(TestFieldCollectionResource.java:26)
> [junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
> [junit4:junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
> [junit4:junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:611)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:738)
> [junit4:junit4]   2> 	
> [junit4:junit4]   2> 1062 T96 oas.SolrTestCaseJ4.tearDown ###Ending testGetAllFields
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestFieldCollectionResource -Dtests.method=testGetAllFields -Dtests.seed=5CE440224BBC0EA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=kk -Dtests.timezone=Europe/Amsterdam -Dtests.file.encoding=UTF-8
> [junit4:junit4] ERROR   0.29s J1 | TestFieldCollectionResource.testGetAllFields <<<
> [junit4:junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
> [junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([5CE440224BBC0EA:E9600EC6DE483972]:0)
> [junit4:junit4]    > 	at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:143)
> [junit4:junit4]    > 	at org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields(TestFieldCollectionResource.java:26)
> [junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
> [junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
> [junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:611)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:738)
> [junit4:junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] = 'custstopfilt'
> [junit4:junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
> [junit4:junit4]    > <response>
> [junit4:junit4]    > 
> [junit4:junit4]    > <lst name="responseHeader">
> [junit4:junit4]    >   <int name="status">0</int>
> [junit4:junit4]    >   <int name="QTime">184</int>
> [junit4:junit4]    > </lst>
> [junit4:junit4]    > <arr name="fields">
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">lowerfilt</str>
> [junit4:junit4]    >     <str name="type">lowerfilt</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">text_np</str>
> [junit4:junit4]    >     <str name="type">text_np</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">false</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">timestamp</str>
> [junit4:junit4]    >     <str name="type">date</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">id</str>
> [junit4:junit4]    >     <str name="type">string</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >     <bool name="multiValued">false</bool>
> [junit4:junit4]    >     <bool name="required">true</bool>
> [junit4:junit4]    >     <bool name="uniqueKey">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">signatureField</str>
> [junit4:junit4]    >     <str name="type">string</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">false</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">sindsto</str>
> [junit4:junit4]    >     <str name="type">string</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">isto</str>
> [junit4:junit4]    >     <str name="type">int</str>
> [junit4:junit4]    >     <bool name="indexed">false</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">subject</str>
> [junit4:junit4]    >     <str name="type">text</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">text</str>
> [junit4:junit4]    >     <str name="type">text</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">false</bool>
> [junit4:junit4]    >     <bool name="multiValued">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">HTMLwhitetok</str>
> [junit4:junit4]    >     <str name="type">HTMLwhitetok</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">wdf_nocase</str>
> [junit4:junit4]    >     <str name="type">wdf_nocase</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">bind</str>
> [junit4:junit4]    >     <str name="type">boolean</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">false</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">title_lettertok</str>
> [junit4:junit4]    >     <str name="type">lettertok</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">false</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">test_offtv</str>
> [junit4:junit4]    >     <str name="type">text</str>
> [junit4:junit4]    >     <bool name="termOffsets">true</bool>
> [junit4:junit4]    >     <bool name="termVectors">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">subword</str>
> [junit4:junit4]    >     <str name="type">subword</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">title</str>
> [junit4:junit4]    >     <str name="type">nametext</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">shouldbestored</str>
> [junit4:junit4]    >     <str name="type">unstored</str>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">point_hash</str>
> [junit4:junit4]    >     <str name="type">geohash</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >     <bool name="multiValued">false</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">custengporterfilt</str>
> [junit4:junit4]    >     <str name="type">custengporterfilt</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">lettertok</str>
> [junit4:junit4]    >     <str name="type">lettertok</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">test_posofftv</str>
> [junit4:junit4]    >     <str name="type">text</str>
> [junit4:junit4]    >     <bool name="termOffsets">true</bool>
> [junit4:junit4]    >     <bool name="termVectors">true</bool>
> [junit4:junit4]    >     <bool name="termPositions">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">lengthfilt</str>
> [junit4:junit4]    >     <str name="type">lengthfilt</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">standardtok</str>
> [junit4:junit4]    >     <str name="type">standardtok</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">weight</str>
> [junit4:junit4]    >     <str name="type">float</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">porterfilt</str>
> [junit4:junit4]    >     <str name="type">porterfilt</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">title_stemmed</str>
> [junit4:junit4]    >     <str name="type">text</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">false</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">standardtokfilt</str>
> [junit4:junit4]    >     <str name="type">standardtokfilt</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">uniq</str>
> [junit4:junit4]    >     <str name="type">string</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >     <bool name="multiValued">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">test_basictv</str>
> [junit4:junit4]    >     <str name="type">text</str>
> [junit4:junit4]    >     <bool name="termVectors">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">whitetok</str>
> [junit4:junit4]    >     <str name="type">whitetok</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">nullfirst</str>
> [junit4:junit4]    >     <str name="type">string</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >     <bool name="sortMissingFirst">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">textgap</str>
> [junit4:junit4]    >     <str name="type">textgap</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">name</str>
> [junit4:junit4]    >     <str name="type">nametext</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">bsto</str>
> [junit4:junit4]    >     <str name="type">boolean</str>
> [junit4:junit4]    >     <bool name="indexed">false</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">sind</str>
> [junit4:junit4]    >     <str name="type">string</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">false</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">stopfilt</str>
> [junit4:junit4]    >     <str name="type">stopfilt</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">test_notv</str>
> [junit4:junit4]    >     <str name="type">text</str>
> [junit4:junit4]    >     <bool name="termVectors">false</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">point</str>
> [junit4:junit4]    >     <str name="type">xy</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >     <bool name="multiValued">false</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">wdf_preserve</str>
> [junit4:junit4]    >     <str name="type">wdf_preserve</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">teststop</str>
> [junit4:junit4]    >     <str name="type">teststop</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">numericsubword</str>
> [junit4:junit4]    >     <str name="type">numericsubword</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">patternreplacefilt</str>
> [junit4:junit4]    >     <str name="type">patternreplacefilt</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">lowertok</str>
> [junit4:junit4]    >     <str name="type">lowertok</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">shouldbeunstored</str>
> [junit4:junit4]    >     <str name="type">unstored</str>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">sku1</str>
> [junit4:junit4]    >     <str name="type">skutype1</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">pointD</str>
> [junit4:junit4]    >     <str name="type">xyd</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >     <bool name="multiValued">false</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">sku2</str>
> [junit4:junit4]    >     <str name="type">skutype2</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">uuid</str>
> [junit4:junit4]    >     <str name="type">uuid</str>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">shouldbeunindexed</str>
> [junit4:junit4]    >     <str name="type">unstored</str>
> [junit4:junit4]    >     <bool name="indexed">false</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">nouniq</str>
> [junit4:junit4]    >     <str name="type">string</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >     <bool name="multiValued">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">test_hlt</str>
> [junit4:junit4]    >     <str name="type">highlittext</str>
> [junit4:junit4]    >     <bool name="compressed">true</bool>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">keywordtok</str>
> [junit4:junit4]    >     <str name="type">keywordtok</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">standardfilt</str>
> [junit4:junit4]    >     <str name="type">standardfilt</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">syn</str>
> [junit4:junit4]    >     <str name="type">syn</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">bindsto</str>
> [junit4:junit4]    >     <str name="type">boolean</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">uniq2</str>
> [junit4:junit4]    >     <str name="type">string</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >     <bool name="multiValued">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">uniq3</str>
> [junit4:junit4]    >     <str name="type">string</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">iind</str>
> [junit4:junit4]    >     <str name="type">int</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">false</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">engporterfilt</str>
> [junit4:junit4]    >     <str name="type">engporterfilt</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">numberpartfail</str>
> [junit4:junit4]    >     <str name="type">failtype1</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">ssto</str>
> [junit4:junit4]    >     <str name="type">string</str>
> [junit4:junit4]    >     <bool name="indexed">false</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">protectedsubword</str>
> [junit4:junit4]    >     <str name="type">protectedsubword</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">dedup</str>
> [junit4:junit4]    >     <str name="type">dedup</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">custstopfilt</str>
> [junit4:junit4]    >     <str name="type">custstopfilt</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">store</str>
> [junit4:junit4]    >     <str name="type">location</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">_version_</str>
> [junit4:junit4]    >     <str name="type">long</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">HTMLstandardtok</str>
> [junit4:junit4]    >     <str name="type">HTMLstandardtok</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">test_postv</str>
> [junit4:junit4]    >     <str name="type">text</str>
> [junit4:junit4]    >     <bool name="termVectors">true</bool>
> [junit4:junit4]    >     <bool name="termPositions">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">test_hlt_off</str>
> [junit4:junit4]    >     <str name="type">highlittext</str>
> [junit4:junit4]    >     <bool name="compressed">false</bool>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">copyfield_source</str>
> [junit4:junit4]    >     <str name="type">string</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >     <bool name="multiValued">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    >   <lst>
> [junit4:junit4]    >     <str name="name">bday</str>
> [junit4:junit4]    >     <str name="type">date</str>
> [junit4:junit4]    >     <bool name="indexed">true</bool>
> [junit4:junit4]    >     <bool name="stored">true</bool>
> [junit4:junit4]    >   </lst>
> [junit4:junit4]    > </arr>
> [junit4:junit4]    > </response>
> [junit4:junit4]    > 
> [junit4:junit4]    > 	request was:/schema/fields?indent=on&wt=xml
> [junit4:junit4]    > 	at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:136)
> [junit4:junit4]    > 	... 41 more
> [junit4:junit4]   2> 1082 T96 oas.SolrTestCaseJ4.setUp ###Starting testJsonGetAllFields
> [junit4:junit4]   2> 1087 T102 C10 oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr path=/schema/fields params={indent=on&wt=json} status=0 QTime=2 
> [junit4:junit4]   2> 1088 T102 C10 orel.LogFilter.afterHandle 2013-03-07	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET	/solr/schema/fields	indent=on&wt=json	200	-	0	3	http://127.0.0.1:57821	Java/1.6.0	-
> [junit4:junit4]   2> 1100 T96 oasu.RestTestBase.assertJQ SEVERE query failed JSON validation. error=mismatch: 'custstopfilt'!='lowerfilt' @ fields/[0]/name
> [junit4:junit4]   2> 	 expected =/fields/[0]/name=="custstopfilt"
> [junit4:junit4]   2> 	 response = {
> [junit4:junit4]   2> 	  "responseHeader":{
> [junit4:junit4]   2> 	    "status":0,
> [junit4:junit4]   2> 	    "QTime":2},
> [junit4:junit4]   2> 	  "fields":[{
> [junit4:junit4]   2> 	      "name":"lowerfilt",
> [junit4:junit4]   2> 	      "type":"lowerfilt",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"text_np",
> [junit4:junit4]   2> 	      "type":"text_np",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":false},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"timestamp",
> [junit4:junit4]   2> 	      "type":"date",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"id",
> [junit4:junit4]   2> 	      "type":"string",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true,
> [junit4:junit4]   2> 	      "multiValued":false,
> [junit4:junit4]   2> 	      "required":true,
> [junit4:junit4]   2> 	      "uniqueKey":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"signatureField",
> [junit4:junit4]   2> 	      "type":"string",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":false},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"sindsto",
> [junit4:junit4]   2> 	      "type":"string",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"isto",
> [junit4:junit4]   2> 	      "type":"int",
> [junit4:junit4]   2> 	      "indexed":false,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"subject",
> [junit4:junit4]   2> 	      "type":"text",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"text",
> [junit4:junit4]   2> 	      "type":"text",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":false,
> [junit4:junit4]   2> 	      "multiValued":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"HTMLwhitetok",
> [junit4:junit4]   2> 	      "type":"HTMLwhitetok",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"wdf_nocase",
> [junit4:junit4]   2> 	      "type":"wdf_nocase",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"bind",
> [junit4:junit4]   2> 	      "type":"boolean",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":false},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"title_lettertok",
> [junit4:junit4]   2> 	      "type":"lettertok",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":false},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"test_offtv",
> [junit4:junit4]   2> 	      "type":"text",
> [junit4:junit4]   2> 	      "termOffsets":true,
> [junit4:junit4]   2> 	      "termVectors":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"subword",
> [junit4:junit4]   2> 	      "type":"subword",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"title",
> [junit4:junit4]   2> 	      "type":"nametext",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"shouldbestored",
> [junit4:junit4]   2> 	      "type":"unstored",
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"point_hash",
> [junit4:junit4]   2> 	      "type":"geohash",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true,
> [junit4:junit4]   2> 	      "multiValued":false},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"custengporterfilt",
> [junit4:junit4]   2> 	      "type":"custengporterfilt",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"lettertok",
> [junit4:junit4]   2> 	      "type":"lettertok",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"test_posofftv",
> [junit4:junit4]   2> 	      "type":"text",
> [junit4:junit4]   2> 	      "termOffsets":true,
> [junit4:junit4]   2> 	      "termVectors":true,
> [junit4:junit4]   2> 	      "termPositions":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"lengthfilt",
> [junit4:junit4]   2> 	      "type":"lengthfilt",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"standardtok",
> [junit4:junit4]   2> 	      "type":"standardtok",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"weight",
> [junit4:junit4]   2> 	      "type":"float",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"porterfilt",
> [junit4:junit4]   2> 	      "type":"porterfilt",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"title_stemmed",
> [junit4:junit4]   2> 	      "type":"text",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":false},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"standardtokfilt",
> [junit4:junit4]   2> 	      "type":"standardtokfilt",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"uniq",
> [junit4:junit4]   2> 	      "type":"string",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true,
> [junit4:junit4]   2> 	      "multiValued":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"test_basictv",
> [junit4:junit4]   2> 	      "type":"text",
> [junit4:junit4]   2> 	      "termVectors":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"whitetok",
> [junit4:junit4]   2> 	      "type":"whitetok",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"nullfirst",
> [junit4:junit4]   2> 	      "type":"string",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true,
> [junit4:junit4]   2> 	      "sortMissingFirst":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"textgap",
> [junit4:junit4]   2> 	      "type":"textgap",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"name",
> [junit4:junit4]   2> 	      "type":"nametext",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"bsto",
> [junit4:junit4]   2> 	      "type":"boolean",
> [junit4:junit4]   2> 	      "indexed":false,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"sind",
> [junit4:junit4]   2> 	      "type":"string",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":false},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"stopfilt",
> [junit4:junit4]   2> 	      "type":"stopfilt",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"test_notv",
> [junit4:junit4]   2> 	      "type":"text",
> [junit4:junit4]   2> 	      "termVectors":false},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"point",
> [junit4:junit4]   2> 	      "type":"xy",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true,
> [junit4:junit4]   2> 	      "multiValued":false},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"wdf_preserve",
> [junit4:junit4]   2> 	      "type":"wdf_preserve",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"teststop",
> [junit4:junit4]   2> 	      "type":"teststop",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"numericsubword",
> [junit4:junit4]   2> 	      "type":"numericsubword",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"patternreplacefilt",
> [junit4:junit4]   2> 	      "type":"patternreplacefilt",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"lowertok",
> [junit4:junit4]   2> 	      "type":"lowertok",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"shouldbeunstored",
> [junit4:junit4]   2> 	      "type":"unstored"},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"sku1",
> [junit4:junit4]   2> 	      "type":"skutype1",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"pointD",
> [junit4:junit4]   2> 	      "type":"xyd",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true,
> [junit4:junit4]   2> 	      "multiValued":false},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"sku2",
> [junit4:junit4]   2> 	      "type":"skutype2",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"uuid",
> [junit4:junit4]   2> 	      "type":"uuid",
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"shouldbeunindexed",
> [junit4:junit4]   2> 	      "type":"unstored",
> [junit4:junit4]   2> 	      "indexed":false,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"nouniq",
> [junit4:junit4]   2> 	      "type":"string",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true,
> [junit4:junit4]   2> 	      "multiValued":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"test_hlt",
> [junit4:junit4]   2> 	      "type":"highlittext",
> [junit4:junit4]   2> 	      "compressed":true,
> [junit4:junit4]   2> 	      "indexed":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"keywordtok",
> [junit4:junit4]   2> 	      "type":"keywordtok",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"standardfilt",
> [junit4:junit4]   2> 	      "type":"standardfilt",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"syn",
> [junit4:junit4]   2> 	      "type":"syn",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"bindsto",
> [junit4:junit4]   2> 	      "type":"boolean",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"uniq2",
> [junit4:junit4]   2> 	      "type":"string",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true,
> [junit4:junit4]   2> 	      "multiValued":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"uniq3",
> [junit4:junit4]   2> 	      "type":"string",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"iind",
> [junit4:junit4]   2> 	      "type":"int",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":false},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"engporterfilt",
> [junit4:junit4]   2> 	      "type":"engporterfilt",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"numberpartfail",
> [junit4:junit4]   2> 	      "type":"failtype1",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"ssto",
> [junit4:junit4]   2> 	      "type":"string",
> [junit4:junit4]   2> 	      "indexed":false,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"protectedsubword",
> [junit4:junit4]   2> 	      "type":"protectedsubword",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"dedup",
> [junit4:junit4]   2> 	      "type":"dedup",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"custstopfilt",
> [junit4:junit4]   2> 	      "type":"custstopfilt",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"store",
> [junit4:junit4]   2> 	      "type":"location",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"_version_",
> [junit4:junit4]   2> 	      "type":"long",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"HTMLstandardtok",
> [junit4:junit4]   2> 	      "type":"HTMLstandardtok",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"test_postv",
> [junit4:junit4]   2> 	      "type":"text",
> [junit4:junit4]   2> 	      "termVectors":true,
> [junit4:junit4]   2> 	      "termPositions":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"test_hlt_off",
> [junit4:junit4]   2> 	      "type":"highlittext",
> [junit4:junit4]   2> 	      "compressed":false,
> [junit4:junit4]   2> 	      "indexed":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"copyfield_source",
> [junit4:junit4]   2> 	      "type":"string",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true,
> [junit4:junit4]   2> 	      "multiValued":true},
> [junit4:junit4]   2> 	    {
> [junit4:junit4]   2> 	      "name":"bday",
> [junit4:junit4]   2> 	      "type":"date",
> [junit4:junit4]   2> 	      "indexed":true,
> [junit4:junit4]   2> 	      "stored":true}]}
> [junit4:junit4]   2> 	
> [junit4:junit4]   2> 	 request = /schema/fields?indent=on&wt=json
> [junit4:junit4]   2> 	
> [junit4:junit4]   2> 1101 T96 oas.SolrTestCaseJ4.tearDown ###Ending testJsonGetAllFields
> [junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestFieldCollectionResource -Dtests.method=testJsonGetAllFields -Dtests.seed=5CE440224BBC0EA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=kk -Dtests.timezone=Europe/Amsterdam -Dtests.file.encoding=UTF-8
> [junit4:junit4] ERROR   0.03s J1 | TestFieldCollectionResource.testJsonGetAllFields <<<
> [junit4:junit4]    > Throwable #1: java.lang.RuntimeException: mismatch: 'custstopfilt'!='lowerfilt' @ fields/[0]/name
> [junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([5CE440224BBC0EA:8CCE368E84088CCC]:0)
> [junit4:junit4]    > 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:242)
> [junit4:junit4]    > 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:186)
> [junit4:junit4]    > 	at org.apache.solr.rest.TestFieldCollectionResource.testJsonGetAllFields(TestFieldCollectionResource.java:50)
> [junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
> [junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
> [junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:611)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> [junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
> [junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> [junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> [junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
> [junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:738)
> [junit4:junit4]   2> 1112 T96 oas.SolrTestCaseJ4.setUp ###Starting testNotFoundFields
> [junit4:junit4]   2> 1116 T103 C10 oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr path=/schema/fields params={fl=not_in_there,this_one_either&indent=on&wt=xml} status=0 QTime=2 
> [junit4:junit4]   2> 1118 T103 C10 orel.LogFilter.afterHandle 2013-03-07	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET	/solr/schema/fields	indent=on&wt=xml&fl=not_in_there,this_one_either	200	-	0	2	http://127.0.0.1:57821	Java/1.6.0	-
> [junit4:junit4]   2> 1133 T96 oas.SolrTestCaseJ4.tearDown ###Ending testNotFoundFields
> [junit4:junit4]   2> 1141 T96 oas.SolrTestCaseJ4.setUp ###Starting testJsonGetTwoFields
> [junit4:junit4]   2> 1145 T104 C10 oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr path=/schema/fields params={fl=id,_version_&indent=on&wt=json} status=0 QTime=2 
> [junit4:junit4]   2> 1147 T104 C10 orel.LogFilter.afterHandle 2013-03-07	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET	/solr/schema/fields	fl=id,_version_&indent=on&wt=json	200	-	0	2	http://127.0.0.1:57821	Java/1.6.0	-
> [junit4:junit4]   2> 1149 T96 oas.SolrTestCaseJ4.tearDown ###Ending testJsonGetTwoFields
> [junit4:junit4]   2> 1162 T96 oas.SolrTestCaseJ4.setUp ###Starting testGetTwoFields
> [junit4:junit4]   2> 1166 T105 C10 oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr path=/schema/fields params={fl=id,_version_&indent=on&wt=xml} status=0 QTime=2 
> [junit4:junit4]   2> 1168 T105 C10 orel.LogFilter.afterHandle 2013-03-07	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET	/solr/schema/fields	indent=on&wt=xml&fl=id,_version_	200	-	0	3	http://127.0.0.1:57821	Java/1.6.0	-
> [junit4:junit4]   2> 1173 T96 oas.SolrTestCaseJ4.tearDown ###Ending testGetTwoFields
> [junit4:junit4]   2> 1198 T96 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=743976024
> [junit4:junit4]   2> 1200 T96 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@21732173
> [junit4:junit4]   2> 1234 T96 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:junit4]   2> 1235 T96 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
> [junit4:junit4]   2> 1236 T96 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
> [junit4:junit4]   2> 1236 T96 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
> [junit4:junit4]   2> 1237 T96 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
> [junit4:junit4]   2> 1238 T96 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053/index
> [junit4:junit4]   2> 1238 T96 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053/index
> [junit4:junit4]   2> 1238 T96 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053
> [junit4:junit4]   2> 1239 T96 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053
> [junit4:junit4]   2> 1240 T96 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
> [junit4:junit4]   2> 1292 T96 oas.SolrTestCaseJ4.deleteCore ###deleteCore
> [junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=kk, timezone=Europe/Amsterdam
> [junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic amd64/IBM Corporation 1.6.0 (64-bit)/cpus=8,threads=1,free=4504504,total=35936256
> [junit4:junit4]   2> NOTE: All tests run in this JVM: [TimeZoneUtilsTest, SimplePostToolTest, BadIndexSchemaTest, SolrCmdDistributorTest, CollectionsAPIDistributedZkTest, TestBinaryField, ConvertedLegacyTest, StandardRequestHandlerTest, ShardRoutingCustomTest, TestLMJelinekMercerSimilarityFactory, TestPostingsSolrHighlighter, TestMultiCoreConfBootstrap, TestSystemIdResolver, SuggesterTSTTest, HardAutoCommitTest, TestComponentsName, RequiredFieldsTest, TestFieldCollectionResource]
> [junit4:junit4] Completed on J1 in 1.33s, 5 tests, 2 errors <<< FAILURES!
> 
> [...truncated 740 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:374: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1213: The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:877: There were test failures: 269 suites, 1135 tests, 2 errors, 33 ignored (7 assumptions)
> 
> Total time: 35 minutes 6 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Description set: Java: 64bit/ibm-j9-jdk6 
> Email was triggered for: Failure
> Sending email for trigger: Failure
> 
> 
> 
> ---------------------------------------------------------------------
> 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


[JENKINS] Lucene-Solr-trunk-Linux (64bit/ibm-j9-jdk6) - Build # 4609 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4609/
Java: 64bit/ibm-j9-jdk6 

2 tests failed.
REGRESSION:  org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([5CE440224BBC0EA:E9600EC6DE483972]:0)
	at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:143)
	at org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields(TestFieldCollectionResource.java:26)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
	at java.lang.reflect.Method.invoke(Method.java:611)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:738)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] = 'custstopfilt'
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>

<lst name="responseHeader">
  <int name="status">0</int>
  <int name="QTime">184</int>
</lst>
<arr name="fields">
  <lst>
    <str name="name">lowerfilt</str>
    <str name="type">lowerfilt</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">text_np</str>
    <str name="type">text_np</str>
    <bool name="indexed">true</bool>
    <bool name="stored">false</bool>
  </lst>
  <lst>
    <str name="name">timestamp</str>
    <str name="type">date</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">id</str>
    <str name="type">string</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
    <bool name="multiValued">false</bool>
    <bool name="required">true</bool>
    <bool name="uniqueKey">true</bool>
  </lst>
  <lst>
    <str name="name">signatureField</str>
    <str name="type">string</str>
    <bool name="indexed">true</bool>
    <bool name="stored">false</bool>
  </lst>
  <lst>
    <str name="name">sindsto</str>
    <str name="type">string</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">isto</str>
    <str name="type">int</str>
    <bool name="indexed">false</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">subject</str>
    <str name="type">text</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">text</str>
    <str name="type">text</str>
    <bool name="indexed">true</bool>
    <bool name="stored">false</bool>
    <bool name="multiValued">true</bool>
  </lst>
  <lst>
    <str name="name">HTMLwhitetok</str>
    <str name="type">HTMLwhitetok</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">wdf_nocase</str>
    <str name="type">wdf_nocase</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">bind</str>
    <str name="type">boolean</str>
    <bool name="indexed">true</bool>
    <bool name="stored">false</bool>
  </lst>
  <lst>
    <str name="name">title_lettertok</str>
    <str name="type">lettertok</str>
    <bool name="indexed">true</bool>
    <bool name="stored">false</bool>
  </lst>
  <lst>
    <str name="name">test_offtv</str>
    <str name="type">text</str>
    <bool name="termOffsets">true</bool>
    <bool name="termVectors">true</bool>
  </lst>
  <lst>
    <str name="name">subword</str>
    <str name="type">subword</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">title</str>
    <str name="type">nametext</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">shouldbestored</str>
    <str name="type">unstored</str>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">point_hash</str>
    <str name="type">geohash</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
    <bool name="multiValued">false</bool>
  </lst>
  <lst>
    <str name="name">custengporterfilt</str>
    <str name="type">custengporterfilt</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">lettertok</str>
    <str name="type">lettertok</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">test_posofftv</str>
    <str name="type">text</str>
    <bool name="termOffsets">true</bool>
    <bool name="termVectors">true</bool>
    <bool name="termPositions">true</bool>
  </lst>
  <lst>
    <str name="name">lengthfilt</str>
    <str name="type">lengthfilt</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">standardtok</str>
    <str name="type">standardtok</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">weight</str>
    <str name="type">float</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">porterfilt</str>
    <str name="type">porterfilt</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">title_stemmed</str>
    <str name="type">text</str>
    <bool name="indexed">true</bool>
    <bool name="stored">false</bool>
  </lst>
  <lst>
    <str name="name">standardtokfilt</str>
    <str name="type">standardtokfilt</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">uniq</str>
    <str name="type">string</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
    <bool name="multiValued">true</bool>
  </lst>
  <lst>
    <str name="name">test_basictv</str>
    <str name="type">text</str>
    <bool name="termVectors">true</bool>
  </lst>
  <lst>
    <str name="name">whitetok</str>
    <str name="type">whitetok</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">nullfirst</str>
    <str name="type">string</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
    <bool name="sortMissingFirst">true</bool>
  </lst>
  <lst>
    <str name="name">textgap</str>
    <str name="type">textgap</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">name</str>
    <str name="type">nametext</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">bsto</str>
    <str name="type">boolean</str>
    <bool name="indexed">false</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">sind</str>
    <str name="type">string</str>
    <bool name="indexed">true</bool>
    <bool name="stored">false</bool>
  </lst>
  <lst>
    <str name="name">stopfilt</str>
    <str name="type">stopfilt</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">test_notv</str>
    <str name="type">text</str>
    <bool name="termVectors">false</bool>
  </lst>
  <lst>
    <str name="name">point</str>
    <str name="type">xy</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
    <bool name="multiValued">false</bool>
  </lst>
  <lst>
    <str name="name">wdf_preserve</str>
    <str name="type">wdf_preserve</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">teststop</str>
    <str name="type">teststop</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">numericsubword</str>
    <str name="type">numericsubword</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">patternreplacefilt</str>
    <str name="type">patternreplacefilt</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">lowertok</str>
    <str name="type">lowertok</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">shouldbeunstored</str>
    <str name="type">unstored</str>
  </lst>
  <lst>
    <str name="name">sku1</str>
    <str name="type">skutype1</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">pointD</str>
    <str name="type">xyd</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
    <bool name="multiValued">false</bool>
  </lst>
  <lst>
    <str name="name">sku2</str>
    <str name="type">skutype2</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">uuid</str>
    <str name="type">uuid</str>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">shouldbeunindexed</str>
    <str name="type">unstored</str>
    <bool name="indexed">false</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">nouniq</str>
    <str name="type">string</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
    <bool name="multiValued">true</bool>
  </lst>
  <lst>
    <str name="name">test_hlt</str>
    <str name="type">highlittext</str>
    <bool name="compressed">true</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">keywordtok</str>
    <str name="type">keywordtok</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">standardfilt</str>
    <str name="type">standardfilt</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">syn</str>
    <str name="type">syn</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">bindsto</str>
    <str name="type">boolean</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">uniq2</str>
    <str name="type">string</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
    <bool name="multiValued">true</bool>
  </lst>
  <lst>
    <str name="name">uniq3</str>
    <str name="type">string</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">iind</str>
    <str name="type">int</str>
    <bool name="indexed">true</bool>
    <bool name="stored">false</bool>
  </lst>
  <lst>
    <str name="name">engporterfilt</str>
    <str name="type">engporterfilt</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">numberpartfail</str>
    <str name="type">failtype1</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">ssto</str>
    <str name="type">string</str>
    <bool name="indexed">false</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">protectedsubword</str>
    <str name="type">protectedsubword</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">dedup</str>
    <str name="type">dedup</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">custstopfilt</str>
    <str name="type">custstopfilt</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">store</str>
    <str name="type">location</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">_version_</str>
    <str name="type">long</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">HTMLstandardtok</str>
    <str name="type">HTMLstandardtok</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
  <lst>
    <str name="name">test_postv</str>
    <str name="type">text</str>
    <bool name="termVectors">true</bool>
    <bool name="termPositions">true</bool>
  </lst>
  <lst>
    <str name="name">test_hlt_off</str>
    <str name="type">highlittext</str>
    <bool name="compressed">false</bool>
    <bool name="indexed">true</bool>
  </lst>
  <lst>
    <str name="name">copyfield_source</str>
    <str name="type">string</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
    <bool name="multiValued">true</bool>
  </lst>
  <lst>
    <str name="name">bday</str>
    <str name="type">date</str>
    <bool name="indexed">true</bool>
    <bool name="stored">true</bool>
  </lst>
</arr>
</response>

	request was:/schema/fields?indent=on&wt=xml
	at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:136)
	... 41 more


REGRESSION:  org.apache.solr.rest.TestFieldCollectionResource.testJsonGetAllFields

Error Message:
mismatch: 'custstopfilt'!='lowerfilt' @ fields/[0]/name

Stack Trace:
java.lang.RuntimeException: mismatch: 'custstopfilt'!='lowerfilt' @ fields/[0]/name
	at __randomizedtesting.SeedInfo.seed([5CE440224BBC0EA:8CCE368E84088CCC]:0)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:242)
	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:186)
	at org.apache.solr.rest.TestFieldCollectionResource.testJsonGetAllFields(TestFieldCollectionResource.java:50)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
	at java.lang.reflect.Method.invoke(Method.java:611)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:738)




Build Log:
[...truncated 8278 lines...]
[junit4:junit4] Suite: org.apache.solr.rest.TestFieldCollectionResource
[junit4:junit4]   2> 1 T96 oas.SolrJettyTestBase.beforeSolrJettyTestBase Randomized ssl (false) and clientAuth (true)
[junit4:junit4]   2> 4 T96 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestFieldCollectionResource-1362663379053
[junit4:junit4]   2> 6 T96 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> 8 T96 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 17 T96 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57821
[junit4:junit4]   2> 19 T96 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 20 T96 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 21 T96 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
[junit4:junit4]   2> 21 T96 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/solr.xml
[junit4:junit4]   2> 22 T96 oasc.CoreContainer.<init> New CoreContainer 743976024
[junit4:junit4]   2> 24 T96 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 24 T96 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
[junit4:junit4]   2> 51 T96 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 52 T96 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 53 T96 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 53 T96 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 54 T96 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 55 T96 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 56 T96 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 56 T96 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 57 T96 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 58 T96 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 103 T96 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 122 T106 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1
[junit4:junit4]   2> 123 T106 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4]   2> 124 T106 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
[junit4:junit4]   2> 125 T106 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 166 T106 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 217 T106 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 218 T106 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 223 T106 oass.IndexSchema.readSchema Schema name=test-rest
[junit4:junit4]   2> 577 T106 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 580 T106 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 582 T106 oass.IndexSchema.readSchema WARNING Field title is not multivalued and destination for multiple copyFields (3)
[junit4:junit4]   2> 595 T106 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053/
[junit4:junit4]   2> 596 T106 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fa86fa8
[junit4:junit4]   2> 597 T106 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 598 T106 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053 forceNew: false
[junit4:junit4]   2> 599 T106 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053/index/
[junit4:junit4]   2> 599 T106 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 600 T106 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053/index forceNew: false
[junit4:junit4]   2> 603 T106 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a144a14 lockFactory=org.apache.lucene.store.NativeFSLockFactory@53bc53bc)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 604 T106 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 605 T106 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 608 T106 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 609 T106 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 610 T106 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 611 T106 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 611 T106 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 612 T106 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 612 T106 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 613 T106 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 614 T106 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 615 T106 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 615 T106 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 616 T106 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 617 T106 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 617 T106 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 618 T106 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 618 T106 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 619 T106 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 620 T106 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 621 T106 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 621 T106 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 627 T106 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 628 T106 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 629 T106 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 630 T106 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 630 T106 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 631 T106 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 632 T106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 634 T106 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 636 T106 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SCHEMA-REQUIRED-FIELDS.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, SOLRCONFIG-PROPINJECT.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML, SCHEMA-BEHAVIOR.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, STOP-2.TXT, SCHEMA11.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, SCHEMA15.XML, SOLRCONFIG-NATIVELOCK.XML, SCHEMA-SIM.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SCHEMA-DOCVALUES.XML, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-DOCVALUES-NOT-REQUIRED-NO-DEFAULT.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-NOCACHE.XML, SCHEMA-CHARFILTERS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, SCHEMA-EFF.XML, SOLRCONFIG_CODEC.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML, HYPHENATION.DTD, TRIVIAL.UPDATEPROCESSOR1.JS, SOLRCONFIG-MERGEPOLICY.XML, SOLRCONFIG-PHRASESUGGEST.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-BASIC.XML, SCHEMA-LMJELINEKMERCER.XML, BAD-MP-SOLRCONFIG.XML, JASUGGEST.TXT, BAD-SCHEMA-DUP-FIELD.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-TFIDF.XML, SCHEMA-REPLICATION1.XML, SYNONYMS.TXT, SOLRCONFIG-ELEVATE.XML, STOPWITHBOM.TXT, SOLRCONFIG-QUERYSENDER.XML, SOLRCONFIG-COMPONENTS-NAME.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, WDFTYPES.TXT, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, SOLRCONFIG-DELPOLICY1.XML, BAD_SOLRCONFIG.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, HUNSPELL-TEST.DIC, SCHEMA-NUMERIC.XML, SCHEMA-LUCENEMATCHVERSION.XML, KEEP-2.TXT, SCHEMA-STOP-KEEP.XML, SCHEMA-IB.XML, STOP-SNOWBALL.TXT, SCHEMA-DOCVALUESMULTI.XML, SOLRCONFIG-INDEXCONFIG.XML, SOLRCONFIG-SLAVE.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, STOPWORDSWRONGENCODING.TXT, THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, STOPTYPES-1.TXT, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, SOLRCONFIG-MINIMAL.XML, SCHEMA-DOCVALUESFACETING.XML, SOLRCONFIG-TLOG.XML, COMPOUNDDICTIONARY.TXT, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, DA_COMPOUNDDICTIONARY.TXT, SOLRCONFIG-TERMINDEX.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, SCHEMASURROUND.XML, OPEN-EXCHANGE-RATES.JSON, BAD-SCHEMA-DUP-FIELDTYPE.XML, PHRASESUGGEST.TXT, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-MASTER2.XML, OLD_SYNONYMS.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SCHEMA-LMDIRICHLET.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-FOLDING.XML, SOLRCONFIG-CACHING.XML, MAPPING-ISOLATIN1ACCENT.TXT, ADDFIELDS.UPDATEPROCESSOR.JS, BAD-CURRENCY.XML, SCHEMA-BM25.XML, SOLRCONFIG-ENABLEPLUGIN.XML, STOP-1.TXT, BAD-SCHEMA-SWEETSPOT-BOTH-TF.XML, SCHEMA-REST.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SCHEMA12.XML, SOLRCONFIG-TRANSFORMERS.XML, SCHEMA-COPYFIELD-TEST.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, CURRENCY.XML, FUZZYSUGGEST.TXT, DA_UTF8.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-SOLR-749.XML, STOPWORDS.TXT, HUNSPELL-TEST.AFF, SOLRCONFIG_PERF.XML, SCHEMA-SWEETSPOT.XML, SOLRCONFIG-SIMPLELOCK.XML, SCHEMA-TINY.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, FRENCHARTICLES.TXT, SOLRCONFIG-LAZYWRITER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SCHEMA-REPLICATION2.XML, SCHEMA-SNIPPET-TYPE.XML, SCHEMA-SPATIAL.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-XINCLUDE.XML, XSLT, SOLRCONFIG-DELPOLICY2.XML, KEEP-1.TXT, TRIVIAL.UPDATEPROCESSOR0.JS, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, SCHEMA-TRIE.XML, SCHEMA-BINARYFIELD.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, SCHEMA-MINIMAL.XML, STOPTYPES-2.TXT, SCHEMA_CODEC.XML, STEMDICT.TXT, SCHEMA-SYNONYM-TOKENIZER.XML, ELEVATE.XML, SCHEMA-COLLATE.XML, PROTWORDS.TXT, SCHEMA-XINCLUDE.XML, SCHEMA-SNIPPET-FIELD.XML, SOLRCONFIG-REQHANDLER.INCL, SCHEMA-PHRASESUGGEST.XML, SCHEMA-DFR.XML, BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SOLRCONFIG-MASTER1.XML, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-MASTER3.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-ALTDIRECTORY.XML, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-DEFAULT-CODE.XML]
[junit4:junit4]   2> 638 T106 oass.SolrIndexSearcher.<init> Opening Searcher@3c403c4 main
[junit4:junit4]   2> 638 T106 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 639 T106 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 640 T106 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 719 T106 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 768 T107 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3c403c4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 782 T106 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 783 T96 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 784 T96 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 785 T96 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#57821
[junit4:junit4]   2> 792 T96 oas.SolrTestCaseJ4.setUp ###Starting testGetAllFields
[junit4:junit4]   2> ASYNC  NEW_CORE C10 name=collection1 org.apache.solr.core.SolrCore@21732173
[junit4:junit4]   2> 938 T104 C10 oejsh.ContextHandler$Context.log SchemaRestApi: [Restlet] Attaching application: org.apache.solr.rest.SchemaRestApi@53735373 to URI: /solr/schema
[junit4:junit4]   2> 957 T104 C10 oasr.SchemaRestApi.createInboundRoot createInboundRoot started
[junit4:junit4]   2> 968 T104 C10 oasr.SchemaRestApi.createInboundRoot createInboundRoot complete
[junit4:junit4]   2> 985 T104 C10 oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr path=/schema/fields params={indent=on&wt=xml} status=0 QTime=184 
[junit4:junit4]   2> 989 T104 C10 orel.LogFilter.afterHandle 2013-03-07	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET	/solr/schema/fields	indent=on&wt=xml	200	-	0	37	http://127.0.0.1:57821	Java/1.6.0	-
[junit4:junit4]   2> 1055 T96 oasu.RestTestBase.assertQ SEVERE REQUEST FAILED: xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] = 'custstopfilt'
[junit4:junit4]   2> 		xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4:junit4]   2> 	<response>
[junit4:junit4]   2> 	
[junit4:junit4]   2> 	<lst name="responseHeader">
[junit4:junit4]   2> 	  <int name="status">0</int>
[junit4:junit4]   2> 	  <int name="QTime">184</int>
[junit4:junit4]   2> 	</lst>
[junit4:junit4]   2> 	<arr name="fields">
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">lowerfilt</str>
[junit4:junit4]   2> 	    <str name="type">lowerfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">text_np</str>
[junit4:junit4]   2> 	    <str name="type">text_np</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">timestamp</str>
[junit4:junit4]   2> 	    <str name="type">date</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">id</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
[junit4:junit4]   2> 	    <bool name="required">true</bool>
[junit4:junit4]   2> 	    <bool name="uniqueKey">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">signatureField</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">sindsto</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">isto</str>
[junit4:junit4]   2> 	    <str name="type">int</str>
[junit4:junit4]   2> 	    <bool name="indexed">false</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">subject</str>
[junit4:junit4]   2> 	    <str name="type">text</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">text</str>
[junit4:junit4]   2> 	    <str name="type">text</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">false</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">HTMLwhitetok</str>
[junit4:junit4]   2> 	    <str name="type">HTMLwhitetok</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">wdf_nocase</str>
[junit4:junit4]   2> 	    <str name="type">wdf_nocase</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">bind</str>
[junit4:junit4]   2> 	    <str name="type">boolean</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">title_lettertok</str>
[junit4:junit4]   2> 	    <str name="type">lettertok</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">test_offtv</str>
[junit4:junit4]   2> 	    <str name="type">text</str>
[junit4:junit4]   2> 	    <bool name="termOffsets">true</bool>
[junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">subword</str>
[junit4:junit4]   2> 	    <str name="type">subword</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">title</str>
[junit4:junit4]   2> 	    <str name="type">nametext</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">shouldbestored</str>
[junit4:junit4]   2> 	    <str name="type">unstored</str>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">point_hash</str>
[junit4:junit4]   2> 	    <str name="type">geohash</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">custengporterfilt</str>
[junit4:junit4]   2> 	    <str name="type">custengporterfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">lettertok</str>
[junit4:junit4]   2> 	    <str name="type">lettertok</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">test_posofftv</str>
[junit4:junit4]   2> 	    <str name="type">text</str>
[junit4:junit4]   2> 	    <bool name="termOffsets">true</bool>
[junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
[junit4:junit4]   2> 	    <bool name="termPositions">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">lengthfilt</str>
[junit4:junit4]   2> 	    <str name="type">lengthfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">standardtok</str>
[junit4:junit4]   2> 	    <str name="type">standardtok</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">weight</str>
[junit4:junit4]   2> 	    <str name="type">float</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">porterfilt</str>
[junit4:junit4]   2> 	    <str name="type">porterfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">title_stemmed</str>
[junit4:junit4]   2> 	    <str name="type">text</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">standardtokfilt</str>
[junit4:junit4]   2> 	    <str name="type">standardtokfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">uniq</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">test_basictv</str>
[junit4:junit4]   2> 	    <str name="type">text</str>
[junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">whitetok</str>
[junit4:junit4]   2> 	    <str name="type">whitetok</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">nullfirst</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="sortMissingFirst">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">textgap</str>
[junit4:junit4]   2> 	    <str name="type">textgap</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">name</str>
[junit4:junit4]   2> 	    <str name="type">nametext</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">bsto</str>
[junit4:junit4]   2> 	    <str name="type">boolean</str>
[junit4:junit4]   2> 	    <bool name="indexed">false</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">sind</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">stopfilt</str>
[junit4:junit4]   2> 	    <str name="type">stopfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">test_notv</str>
[junit4:junit4]   2> 	    <str name="type">text</str>
[junit4:junit4]   2> 	    <bool name="termVectors">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">point</str>
[junit4:junit4]   2> 	    <str name="type">xy</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">wdf_preserve</str>
[junit4:junit4]   2> 	    <str name="type">wdf_preserve</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">teststop</str>
[junit4:junit4]   2> 	    <str name="type">teststop</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">numericsubword</str>
[junit4:junit4]   2> 	    <str name="type">numericsubword</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">patternreplacefilt</str>
[junit4:junit4]   2> 	    <str name="type">patternreplacefilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">lowertok</str>
[junit4:junit4]   2> 	    <str name="type">lowertok</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">shouldbeunstored</str>
[junit4:junit4]   2> 	    <str name="type">unstored</str>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">sku1</str>
[junit4:junit4]   2> 	    <str name="type">skutype1</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">pointD</str>
[junit4:junit4]   2> 	    <str name="type">xyd</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">sku2</str>
[junit4:junit4]   2> 	    <str name="type">skutype2</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">uuid</str>
[junit4:junit4]   2> 	    <str name="type">uuid</str>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">shouldbeunindexed</str>
[junit4:junit4]   2> 	    <str name="type">unstored</str>
[junit4:junit4]   2> 	    <bool name="indexed">false</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">nouniq</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">test_hlt</str>
[junit4:junit4]   2> 	    <str name="type">highlittext</str>
[junit4:junit4]   2> 	    <bool name="compressed">true</bool>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">keywordtok</str>
[junit4:junit4]   2> 	    <str name="type">keywordtok</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">standardfilt</str>
[junit4:junit4]   2> 	    <str name="type">standardfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">syn</str>
[junit4:junit4]   2> 	    <str name="type">syn</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">bindsto</str>
[junit4:junit4]   2> 	    <str name="type">boolean</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">uniq2</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">uniq3</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">iind</str>
[junit4:junit4]   2> 	    <str name="type">int</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">engporterfilt</str>
[junit4:junit4]   2> 	    <str name="type">engporterfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">numberpartfail</str>
[junit4:junit4]   2> 	    <str name="type">failtype1</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">ssto</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">false</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">protectedsubword</str>
[junit4:junit4]   2> 	    <str name="type">protectedsubword</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">dedup</str>
[junit4:junit4]   2> 	    <str name="type">dedup</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">custstopfilt</str>
[junit4:junit4]   2> 	    <str name="type">custstopfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">store</str>
[junit4:junit4]   2> 	    <str name="type">location</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">_version_</str>
[junit4:junit4]   2> 	    <str name="type">long</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">HTMLstandardtok</str>
[junit4:junit4]   2> 	    <str name="type">HTMLstandardtok</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">test_postv</str>
[junit4:junit4]   2> 	    <str name="type">text</str>
[junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
[junit4:junit4]   2> 	    <bool name="termPositions">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">test_hlt_off</str>
[junit4:junit4]   2> 	    <str name="type">highlittext</str>
[junit4:junit4]   2> 	    <bool name="compressed">false</bool>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">copyfield_source</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">bday</str>
[junit4:junit4]   2> 	    <str name="type">date</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	</arr>
[junit4:junit4]   2> 	</response>
[junit4:junit4]   2> 	
[junit4:junit4]   2> 		request was:/schema/fields?indent=on&wt=xml
[junit4:junit4]   2> 1059 T96 oasc.SolrException.log SEVERE REQUEST FAILED: /schema/fields?indent=on&wt=xml:java.lang.RuntimeException: REQUEST FAILED: xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] = 'custstopfilt'
[junit4:junit4]   2> 		xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4:junit4]   2> 	<response>
[junit4:junit4]   2> 	
[junit4:junit4]   2> 	<lst name="responseHeader">
[junit4:junit4]   2> 	  <int name="status">0</int>
[junit4:junit4]   2> 	  <int name="QTime">184</int>
[junit4:junit4]   2> 	</lst>
[junit4:junit4]   2> 	<arr name="fields">
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">lowerfilt</str>
[junit4:junit4]   2> 	    <str name="type">lowerfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">text_np</str>
[junit4:junit4]   2> 	    <str name="type">text_np</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">timestamp</str>
[junit4:junit4]   2> 	    <str name="type">date</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">id</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
[junit4:junit4]   2> 	    <bool name="required">true</bool>
[junit4:junit4]   2> 	    <bool name="uniqueKey">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">signatureField</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">sindsto</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">isto</str>
[junit4:junit4]   2> 	    <str name="type">int</str>
[junit4:junit4]   2> 	    <bool name="indexed">false</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">subject</str>
[junit4:junit4]   2> 	    <str name="type">text</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">text</str>
[junit4:junit4]   2> 	    <str name="type">text</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">false</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">HTMLwhitetok</str>
[junit4:junit4]   2> 	    <str name="type">HTMLwhitetok</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">wdf_nocase</str>
[junit4:junit4]   2> 	    <str name="type">wdf_nocase</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">bind</str>
[junit4:junit4]   2> 	    <str name="type">boolean</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">title_lettertok</str>
[junit4:junit4]   2> 	    <str name="type">lettertok</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">test_offtv</str>
[junit4:junit4]   2> 	    <str name="type">text</str>
[junit4:junit4]   2> 	    <bool name="termOffsets">true</bool>
[junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">subword</str>
[junit4:junit4]   2> 	    <str name="type">subword</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">title</str>
[junit4:junit4]   2> 	    <str name="type">nametext</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">shouldbestored</str>
[junit4:junit4]   2> 	    <str name="type">unstored</str>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">point_hash</str>
[junit4:junit4]   2> 	    <str name="type">geohash</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">custengporterfilt</str>
[junit4:junit4]   2> 	    <str name="type">custengporterfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">lettertok</str>
[junit4:junit4]   2> 	    <str name="type">lettertok</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">test_posofftv</str>
[junit4:junit4]   2> 	    <str name="type">text</str>
[junit4:junit4]   2> 	    <bool name="termOffsets">true</bool>
[junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
[junit4:junit4]   2> 	    <bool name="termPositions">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">lengthfilt</str>
[junit4:junit4]   2> 	    <str name="type">lengthfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">standardtok</str>
[junit4:junit4]   2> 	    <str name="type">standardtok</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">weight</str>
[junit4:junit4]   2> 	    <str name="type">float</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">porterfilt</str>
[junit4:junit4]   2> 	    <str name="type">porterfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">title_stemmed</str>
[junit4:junit4]   2> 	    <str name="type">text</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">standardtokfilt</str>
[junit4:junit4]   2> 	    <str name="type">standardtokfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">uniq</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">test_basictv</str>
[junit4:junit4]   2> 	    <str name="type">text</str>
[junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">whitetok</str>
[junit4:junit4]   2> 	    <str name="type">whitetok</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">nullfirst</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="sortMissingFirst">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">textgap</str>
[junit4:junit4]   2> 	    <str name="type">textgap</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">name</str>
[junit4:junit4]   2> 	    <str name="type">nametext</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">bsto</str>
[junit4:junit4]   2> 	    <str name="type">boolean</str>
[junit4:junit4]   2> 	    <bool name="indexed">false</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">sind</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">stopfilt</str>
[junit4:junit4]   2> 	    <str name="type">stopfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">test_notv</str>
[junit4:junit4]   2> 	    <str name="type">text</str>
[junit4:junit4]   2> 	    <bool name="termVectors">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">point</str>
[junit4:junit4]   2> 	    <str name="type">xy</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">wdf_preserve</str>
[junit4:junit4]   2> 	    <str name="type">wdf_preserve</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">teststop</str>
[junit4:junit4]   2> 	    <str name="type">teststop</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">numericsubword</str>
[junit4:junit4]   2> 	    <str name="type">numericsubword</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">patternreplacefilt</str>
[junit4:junit4]   2> 	    <str name="type">patternreplacefilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">lowertok</str>
[junit4:junit4]   2> 	    <str name="type">lowertok</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">shouldbeunstored</str>
[junit4:junit4]   2> 	    <str name="type">unstored</str>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">sku1</str>
[junit4:junit4]   2> 	    <str name="type">skutype1</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">pointD</str>
[junit4:junit4]   2> 	    <str name="type">xyd</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">sku2</str>
[junit4:junit4]   2> 	    <str name="type">skutype2</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">uuid</str>
[junit4:junit4]   2> 	    <str name="type">uuid</str>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">shouldbeunindexed</str>
[junit4:junit4]   2> 	    <str name="type">unstored</str>
[junit4:junit4]   2> 	    <bool name="indexed">false</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">nouniq</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">test_hlt</str>
[junit4:junit4]   2> 	    <str name="type">highlittext</str>
[junit4:junit4]   2> 	    <bool name="compressed">true</bool>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">keywordtok</str>
[junit4:junit4]   2> 	    <str name="type">keywordtok</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">standardfilt</str>
[junit4:junit4]   2> 	    <str name="type">standardfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">syn</str>
[junit4:junit4]   2> 	    <str name="type">syn</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">bindsto</str>
[junit4:junit4]   2> 	    <str name="type">boolean</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">uniq2</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">uniq3</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">iind</str>
[junit4:junit4]   2> 	    <str name="type">int</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">false</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">engporterfilt</str>
[junit4:junit4]   2> 	    <str name="type">engporterfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">numberpartfail</str>
[junit4:junit4]   2> 	    <str name="type">failtype1</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">ssto</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">false</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">protectedsubword</str>
[junit4:junit4]   2> 	    <str name="type">protectedsubword</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">dedup</str>
[junit4:junit4]   2> 	    <str name="type">dedup</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">custstopfilt</str>
[junit4:junit4]   2> 	    <str name="type">custstopfilt</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">store</str>
[junit4:junit4]   2> 	    <str name="type">location</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">_version_</str>
[junit4:junit4]   2> 	    <str name="type">long</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">HTMLstandardtok</str>
[junit4:junit4]   2> 	    <str name="type">HTMLstandardtok</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">test_postv</str>
[junit4:junit4]   2> 	    <str name="type">text</str>
[junit4:junit4]   2> 	    <bool name="termVectors">true</bool>
[junit4:junit4]   2> 	    <bool name="termPositions">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">test_hlt_off</str>
[junit4:junit4]   2> 	    <str name="type">highlittext</str>
[junit4:junit4]   2> 	    <bool name="compressed">false</bool>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">copyfield_source</str>
[junit4:junit4]   2> 	    <str name="type">string</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	    <bool name="multiValued">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	  <lst>
[junit4:junit4]   2> 	    <str name="name">bday</str>
[junit4:junit4]   2> 	    <str name="type">date</str>
[junit4:junit4]   2> 	    <bool name="indexed">true</bool>
[junit4:junit4]   2> 	    <bool name="stored">true</bool>
[junit4:junit4]   2> 	  </lst>
[junit4:junit4]   2> 	</arr>
[junit4:junit4]   2> 	</response>
[junit4:junit4]   2> 	
[junit4:junit4]   2> 		request was:/schema/fields?indent=on&wt=xml
[junit4:junit4]   2> 		at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:136)
[junit4:junit4]   2> 		at org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields(TestFieldCollectionResource.java:26)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   2> 		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
[junit4:junit4]   2> 		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[junit4:junit4]   2> 		at java.lang.reflect.Method.invoke(Method.java:611)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2> 		at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2> 		at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2> 		at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2> 		at java.lang.Thread.run(Thread.java:738)
[junit4:junit4]   2> 	
[junit4:junit4]   2> 1062 T96 oas.SolrTestCaseJ4.tearDown ###Ending testGetAllFields
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestFieldCollectionResource -Dtests.method=testGetAllFields -Dtests.seed=5CE440224BBC0EA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=kk -Dtests.timezone=Europe/Amsterdam -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.29s J1 | TestFieldCollectionResource.testGetAllFields <<<
[junit4:junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([5CE440224BBC0EA:E9600EC6DE483972]:0)
[junit4:junit4]    > 	at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:143)
[junit4:junit4]    > 	at org.apache.solr.rest.TestFieldCollectionResource.testGetAllFields(TestFieldCollectionResource.java:26)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:611)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:738)
[junit4:junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=(/response/arr[@name='fields']/lst/str[@name='name'])[1] = 'custstopfilt'
[junit4:junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4:junit4]    > <response>
[junit4:junit4]    > 
[junit4:junit4]    > <lst name="responseHeader">
[junit4:junit4]    >   <int name="status">0</int>
[junit4:junit4]    >   <int name="QTime">184</int>
[junit4:junit4]    > </lst>
[junit4:junit4]    > <arr name="fields">
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">lowerfilt</str>
[junit4:junit4]    >     <str name="type">lowerfilt</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">text_np</str>
[junit4:junit4]    >     <str name="type">text_np</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">false</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">timestamp</str>
[junit4:junit4]    >     <str name="type">date</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">id</str>
[junit4:junit4]    >     <str name="type">string</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >     <bool name="multiValued">false</bool>
[junit4:junit4]    >     <bool name="required">true</bool>
[junit4:junit4]    >     <bool name="uniqueKey">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">signatureField</str>
[junit4:junit4]    >     <str name="type">string</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">false</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">sindsto</str>
[junit4:junit4]    >     <str name="type">string</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">isto</str>
[junit4:junit4]    >     <str name="type">int</str>
[junit4:junit4]    >     <bool name="indexed">false</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">subject</str>
[junit4:junit4]    >     <str name="type">text</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">text</str>
[junit4:junit4]    >     <str name="type">text</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">false</bool>
[junit4:junit4]    >     <bool name="multiValued">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">HTMLwhitetok</str>
[junit4:junit4]    >     <str name="type">HTMLwhitetok</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">wdf_nocase</str>
[junit4:junit4]    >     <str name="type">wdf_nocase</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">bind</str>
[junit4:junit4]    >     <str name="type">boolean</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">false</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">title_lettertok</str>
[junit4:junit4]    >     <str name="type">lettertok</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">false</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">test_offtv</str>
[junit4:junit4]    >     <str name="type">text</str>
[junit4:junit4]    >     <bool name="termOffsets">true</bool>
[junit4:junit4]    >     <bool name="termVectors">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">subword</str>
[junit4:junit4]    >     <str name="type">subword</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">title</str>
[junit4:junit4]    >     <str name="type">nametext</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">shouldbestored</str>
[junit4:junit4]    >     <str name="type">unstored</str>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">point_hash</str>
[junit4:junit4]    >     <str name="type">geohash</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >     <bool name="multiValued">false</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">custengporterfilt</str>
[junit4:junit4]    >     <str name="type">custengporterfilt</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">lettertok</str>
[junit4:junit4]    >     <str name="type">lettertok</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">test_posofftv</str>
[junit4:junit4]    >     <str name="type">text</str>
[junit4:junit4]    >     <bool name="termOffsets">true</bool>
[junit4:junit4]    >     <bool name="termVectors">true</bool>
[junit4:junit4]    >     <bool name="termPositions">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">lengthfilt</str>
[junit4:junit4]    >     <str name="type">lengthfilt</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">standardtok</str>
[junit4:junit4]    >     <str name="type">standardtok</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">weight</str>
[junit4:junit4]    >     <str name="type">float</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">porterfilt</str>
[junit4:junit4]    >     <str name="type">porterfilt</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">title_stemmed</str>
[junit4:junit4]    >     <str name="type">text</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">false</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">standardtokfilt</str>
[junit4:junit4]    >     <str name="type">standardtokfilt</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">uniq</str>
[junit4:junit4]    >     <str name="type">string</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >     <bool name="multiValued">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">test_basictv</str>
[junit4:junit4]    >     <str name="type">text</str>
[junit4:junit4]    >     <bool name="termVectors">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">whitetok</str>
[junit4:junit4]    >     <str name="type">whitetok</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">nullfirst</str>
[junit4:junit4]    >     <str name="type">string</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >     <bool name="sortMissingFirst">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">textgap</str>
[junit4:junit4]    >     <str name="type">textgap</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">name</str>
[junit4:junit4]    >     <str name="type">nametext</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">bsto</str>
[junit4:junit4]    >     <str name="type">boolean</str>
[junit4:junit4]    >     <bool name="indexed">false</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">sind</str>
[junit4:junit4]    >     <str name="type">string</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">false</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">stopfilt</str>
[junit4:junit4]    >     <str name="type">stopfilt</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">test_notv</str>
[junit4:junit4]    >     <str name="type">text</str>
[junit4:junit4]    >     <bool name="termVectors">false</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">point</str>
[junit4:junit4]    >     <str name="type">xy</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >     <bool name="multiValued">false</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">wdf_preserve</str>
[junit4:junit4]    >     <str name="type">wdf_preserve</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">teststop</str>
[junit4:junit4]    >     <str name="type">teststop</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">numericsubword</str>
[junit4:junit4]    >     <str name="type">numericsubword</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">patternreplacefilt</str>
[junit4:junit4]    >     <str name="type">patternreplacefilt</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">lowertok</str>
[junit4:junit4]    >     <str name="type">lowertok</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">shouldbeunstored</str>
[junit4:junit4]    >     <str name="type">unstored</str>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">sku1</str>
[junit4:junit4]    >     <str name="type">skutype1</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">pointD</str>
[junit4:junit4]    >     <str name="type">xyd</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >     <bool name="multiValued">false</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">sku2</str>
[junit4:junit4]    >     <str name="type">skutype2</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">uuid</str>
[junit4:junit4]    >     <str name="type">uuid</str>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">shouldbeunindexed</str>
[junit4:junit4]    >     <str name="type">unstored</str>
[junit4:junit4]    >     <bool name="indexed">false</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">nouniq</str>
[junit4:junit4]    >     <str name="type">string</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >     <bool name="multiValued">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">test_hlt</str>
[junit4:junit4]    >     <str name="type">highlittext</str>
[junit4:junit4]    >     <bool name="compressed">true</bool>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">keywordtok</str>
[junit4:junit4]    >     <str name="type">keywordtok</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">standardfilt</str>
[junit4:junit4]    >     <str name="type">standardfilt</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">syn</str>
[junit4:junit4]    >     <str name="type">syn</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">bindsto</str>
[junit4:junit4]    >     <str name="type">boolean</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">uniq2</str>
[junit4:junit4]    >     <str name="type">string</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >     <bool name="multiValued">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">uniq3</str>
[junit4:junit4]    >     <str name="type">string</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">iind</str>
[junit4:junit4]    >     <str name="type">int</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">false</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">engporterfilt</str>
[junit4:junit4]    >     <str name="type">engporterfilt</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">numberpartfail</str>
[junit4:junit4]    >     <str name="type">failtype1</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">ssto</str>
[junit4:junit4]    >     <str name="type">string</str>
[junit4:junit4]    >     <bool name="indexed">false</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">protectedsubword</str>
[junit4:junit4]    >     <str name="type">protectedsubword</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">dedup</str>
[junit4:junit4]    >     <str name="type">dedup</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">custstopfilt</str>
[junit4:junit4]    >     <str name="type">custstopfilt</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">store</str>
[junit4:junit4]    >     <str name="type">location</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">_version_</str>
[junit4:junit4]    >     <str name="type">long</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">HTMLstandardtok</str>
[junit4:junit4]    >     <str name="type">HTMLstandardtok</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">test_postv</str>
[junit4:junit4]    >     <str name="type">text</str>
[junit4:junit4]    >     <bool name="termVectors">true</bool>
[junit4:junit4]    >     <bool name="termPositions">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">test_hlt_off</str>
[junit4:junit4]    >     <str name="type">highlittext</str>
[junit4:junit4]    >     <bool name="compressed">false</bool>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">copyfield_source</str>
[junit4:junit4]    >     <str name="type">string</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >     <bool name="multiValued">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    >   <lst>
[junit4:junit4]    >     <str name="name">bday</str>
[junit4:junit4]    >     <str name="type">date</str>
[junit4:junit4]    >     <bool name="indexed">true</bool>
[junit4:junit4]    >     <bool name="stored">true</bool>
[junit4:junit4]    >   </lst>
[junit4:junit4]    > </arr>
[junit4:junit4]    > </response>
[junit4:junit4]    > 
[junit4:junit4]    > 	request was:/schema/fields?indent=on&wt=xml
[junit4:junit4]    > 	at org.apache.solr.util.RestTestBase.assertQ(RestTestBase.java:136)
[junit4:junit4]    > 	... 41 more
[junit4:junit4]   2> 1082 T96 oas.SolrTestCaseJ4.setUp ###Starting testJsonGetAllFields
[junit4:junit4]   2> 1087 T102 C10 oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr path=/schema/fields params={indent=on&wt=json} status=0 QTime=2 
[junit4:junit4]   2> 1088 T102 C10 orel.LogFilter.afterHandle 2013-03-07	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET	/solr/schema/fields	indent=on&wt=json	200	-	0	3	http://127.0.0.1:57821	Java/1.6.0	-
[junit4:junit4]   2> 1100 T96 oasu.RestTestBase.assertJQ SEVERE query failed JSON validation. error=mismatch: 'custstopfilt'!='lowerfilt' @ fields/[0]/name
[junit4:junit4]   2> 	 expected =/fields/[0]/name=="custstopfilt"
[junit4:junit4]   2> 	 response = {
[junit4:junit4]   2> 	  "responseHeader":{
[junit4:junit4]   2> 	    "status":0,
[junit4:junit4]   2> 	    "QTime":2},
[junit4:junit4]   2> 	  "fields":[{
[junit4:junit4]   2> 	      "name":"lowerfilt",
[junit4:junit4]   2> 	      "type":"lowerfilt",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"text_np",
[junit4:junit4]   2> 	      "type":"text_np",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":false},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"timestamp",
[junit4:junit4]   2> 	      "type":"date",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"id",
[junit4:junit4]   2> 	      "type":"string",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true,
[junit4:junit4]   2> 	      "multiValued":false,
[junit4:junit4]   2> 	      "required":true,
[junit4:junit4]   2> 	      "uniqueKey":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"signatureField",
[junit4:junit4]   2> 	      "type":"string",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":false},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"sindsto",
[junit4:junit4]   2> 	      "type":"string",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"isto",
[junit4:junit4]   2> 	      "type":"int",
[junit4:junit4]   2> 	      "indexed":false,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"subject",
[junit4:junit4]   2> 	      "type":"text",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"text",
[junit4:junit4]   2> 	      "type":"text",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":false,
[junit4:junit4]   2> 	      "multiValued":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"HTMLwhitetok",
[junit4:junit4]   2> 	      "type":"HTMLwhitetok",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"wdf_nocase",
[junit4:junit4]   2> 	      "type":"wdf_nocase",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"bind",
[junit4:junit4]   2> 	      "type":"boolean",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":false},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"title_lettertok",
[junit4:junit4]   2> 	      "type":"lettertok",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":false},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"test_offtv",
[junit4:junit4]   2> 	      "type":"text",
[junit4:junit4]   2> 	      "termOffsets":true,
[junit4:junit4]   2> 	      "termVectors":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"subword",
[junit4:junit4]   2> 	      "type":"subword",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"title",
[junit4:junit4]   2> 	      "type":"nametext",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"shouldbestored",
[junit4:junit4]   2> 	      "type":"unstored",
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"point_hash",
[junit4:junit4]   2> 	      "type":"geohash",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true,
[junit4:junit4]   2> 	      "multiValued":false},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"custengporterfilt",
[junit4:junit4]   2> 	      "type":"custengporterfilt",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"lettertok",
[junit4:junit4]   2> 	      "type":"lettertok",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"test_posofftv",
[junit4:junit4]   2> 	      "type":"text",
[junit4:junit4]   2> 	      "termOffsets":true,
[junit4:junit4]   2> 	      "termVectors":true,
[junit4:junit4]   2> 	      "termPositions":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"lengthfilt",
[junit4:junit4]   2> 	      "type":"lengthfilt",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"standardtok",
[junit4:junit4]   2> 	      "type":"standardtok",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"weight",
[junit4:junit4]   2> 	      "type":"float",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"porterfilt",
[junit4:junit4]   2> 	      "type":"porterfilt",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"title_stemmed",
[junit4:junit4]   2> 	      "type":"text",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":false},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"standardtokfilt",
[junit4:junit4]   2> 	      "type":"standardtokfilt",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"uniq",
[junit4:junit4]   2> 	      "type":"string",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true,
[junit4:junit4]   2> 	      "multiValued":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"test_basictv",
[junit4:junit4]   2> 	      "type":"text",
[junit4:junit4]   2> 	      "termVectors":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"whitetok",
[junit4:junit4]   2> 	      "type":"whitetok",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"nullfirst",
[junit4:junit4]   2> 	      "type":"string",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true,
[junit4:junit4]   2> 	      "sortMissingFirst":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"textgap",
[junit4:junit4]   2> 	      "type":"textgap",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"name",
[junit4:junit4]   2> 	      "type":"nametext",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"bsto",
[junit4:junit4]   2> 	      "type":"boolean",
[junit4:junit4]   2> 	      "indexed":false,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"sind",
[junit4:junit4]   2> 	      "type":"string",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":false},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"stopfilt",
[junit4:junit4]   2> 	      "type":"stopfilt",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"test_notv",
[junit4:junit4]   2> 	      "type":"text",
[junit4:junit4]   2> 	      "termVectors":false},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"point",
[junit4:junit4]   2> 	      "type":"xy",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true,
[junit4:junit4]   2> 	      "multiValued":false},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"wdf_preserve",
[junit4:junit4]   2> 	      "type":"wdf_preserve",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"teststop",
[junit4:junit4]   2> 	      "type":"teststop",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"numericsubword",
[junit4:junit4]   2> 	      "type":"numericsubword",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"patternreplacefilt",
[junit4:junit4]   2> 	      "type":"patternreplacefilt",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"lowertok",
[junit4:junit4]   2> 	      "type":"lowertok",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"shouldbeunstored",
[junit4:junit4]   2> 	      "type":"unstored"},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"sku1",
[junit4:junit4]   2> 	      "type":"skutype1",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"pointD",
[junit4:junit4]   2> 	      "type":"xyd",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true,
[junit4:junit4]   2> 	      "multiValued":false},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"sku2",
[junit4:junit4]   2> 	      "type":"skutype2",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"uuid",
[junit4:junit4]   2> 	      "type":"uuid",
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"shouldbeunindexed",
[junit4:junit4]   2> 	      "type":"unstored",
[junit4:junit4]   2> 	      "indexed":false,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"nouniq",
[junit4:junit4]   2> 	      "type":"string",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true,
[junit4:junit4]   2> 	      "multiValued":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"test_hlt",
[junit4:junit4]   2> 	      "type":"highlittext",
[junit4:junit4]   2> 	      "compressed":true,
[junit4:junit4]   2> 	      "indexed":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"keywordtok",
[junit4:junit4]   2> 	      "type":"keywordtok",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"standardfilt",
[junit4:junit4]   2> 	      "type":"standardfilt",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"syn",
[junit4:junit4]   2> 	      "type":"syn",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"bindsto",
[junit4:junit4]   2> 	      "type":"boolean",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"uniq2",
[junit4:junit4]   2> 	      "type":"string",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true,
[junit4:junit4]   2> 	      "multiValued":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"uniq3",
[junit4:junit4]   2> 	      "type":"string",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"iind",
[junit4:junit4]   2> 	      "type":"int",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":false},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"engporterfilt",
[junit4:junit4]   2> 	      "type":"engporterfilt",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"numberpartfail",
[junit4:junit4]   2> 	      "type":"failtype1",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"ssto",
[junit4:junit4]   2> 	      "type":"string",
[junit4:junit4]   2> 	      "indexed":false,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"protectedsubword",
[junit4:junit4]   2> 	      "type":"protectedsubword",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"dedup",
[junit4:junit4]   2> 	      "type":"dedup",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"custstopfilt",
[junit4:junit4]   2> 	      "type":"custstopfilt",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"store",
[junit4:junit4]   2> 	      "type":"location",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"_version_",
[junit4:junit4]   2> 	      "type":"long",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"HTMLstandardtok",
[junit4:junit4]   2> 	      "type":"HTMLstandardtok",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"test_postv",
[junit4:junit4]   2> 	      "type":"text",
[junit4:junit4]   2> 	      "termVectors":true,
[junit4:junit4]   2> 	      "termPositions":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"test_hlt_off",
[junit4:junit4]   2> 	      "type":"highlittext",
[junit4:junit4]   2> 	      "compressed":false,
[junit4:junit4]   2> 	      "indexed":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"copyfield_source",
[junit4:junit4]   2> 	      "type":"string",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true,
[junit4:junit4]   2> 	      "multiValued":true},
[junit4:junit4]   2> 	    {
[junit4:junit4]   2> 	      "name":"bday",
[junit4:junit4]   2> 	      "type":"date",
[junit4:junit4]   2> 	      "indexed":true,
[junit4:junit4]   2> 	      "stored":true}]}
[junit4:junit4]   2> 	
[junit4:junit4]   2> 	 request = /schema/fields?indent=on&wt=json
[junit4:junit4]   2> 	
[junit4:junit4]   2> 1101 T96 oas.SolrTestCaseJ4.tearDown ###Ending testJsonGetAllFields
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestFieldCollectionResource -Dtests.method=testJsonGetAllFields -Dtests.seed=5CE440224BBC0EA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=kk -Dtests.timezone=Europe/Amsterdam -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.03s J1 | TestFieldCollectionResource.testJsonGetAllFields <<<
[junit4:junit4]    > Throwable #1: java.lang.RuntimeException: mismatch: 'custstopfilt'!='lowerfilt' @ fields/[0]/name
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([5CE440224BBC0EA:8CCE368E84088CCC]:0)
[junit4:junit4]    > 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:242)
[junit4:junit4]    > 	at org.apache.solr.util.RestTestBase.assertJQ(RestTestBase.java:186)
[junit4:junit4]    > 	at org.apache.solr.rest.TestFieldCollectionResource.testJsonGetAllFields(TestFieldCollectionResource.java:50)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:611)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:738)
[junit4:junit4]   2> 1112 T96 oas.SolrTestCaseJ4.setUp ###Starting testNotFoundFields
[junit4:junit4]   2> 1116 T103 C10 oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr path=/schema/fields params={fl=not_in_there,this_one_either&indent=on&wt=xml} status=0 QTime=2 
[junit4:junit4]   2> 1118 T103 C10 orel.LogFilter.afterHandle 2013-03-07	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET	/solr/schema/fields	indent=on&wt=xml&fl=not_in_there,this_one_either	200	-	0	2	http://127.0.0.1:57821	Java/1.6.0	-
[junit4:junit4]   2> 1133 T96 oas.SolrTestCaseJ4.tearDown ###Ending testNotFoundFields
[junit4:junit4]   2> 1141 T96 oas.SolrTestCaseJ4.setUp ###Starting testJsonGetTwoFields
[junit4:junit4]   2> 1145 T104 C10 oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr path=/schema/fields params={fl=id,_version_&indent=on&wt=json} status=0 QTime=2 
[junit4:junit4]   2> 1147 T104 C10 orel.LogFilter.afterHandle 2013-03-07	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET	/solr/schema/fields	fl=id,_version_&indent=on&wt=json	200	-	0	2	http://127.0.0.1:57821	Java/1.6.0	-
[junit4:junit4]   2> 1149 T96 oas.SolrTestCaseJ4.tearDown ###Ending testJsonGetTwoFields
[junit4:junit4]   2> 1162 T96 oas.SolrTestCaseJ4.setUp ###Starting testGetTwoFields
[junit4:junit4]   2> 1166 T105 C10 oasr.BaseSchemaResource.handlePostExecution [collection1] webapp=/solr path=/schema/fields params={fl=id,_version_&indent=on&wt=xml} status=0 QTime=2 
[junit4:junit4]   2> 1168 T105 C10 orel.LogFilter.afterHandle 2013-03-07	14:36:20	127.0.0.1	-	127.0.0.1	57821	GET	/solr/schema/fields	indent=on&wt=xml&fl=id,_version_	200	-	0	3	http://127.0.0.1:57821	Java/1.6.0	-
[junit4:junit4]   2> 1173 T96 oas.SolrTestCaseJ4.tearDown ###Ending testGetTwoFields
[junit4:junit4]   2> 1198 T96 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=743976024
[junit4:junit4]   2> 1200 T96 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@21732173
[junit4:junit4]   2> 1234 T96 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:junit4]   2> 1235 T96 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 1236 T96 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1236 T96 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1237 T96 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 1238 T96 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053/index
[junit4:junit4]   2> 1238 T96 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053/index
[junit4:junit4]   2> 1238 T96 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053
[junit4:junit4]   2> 1239 T96 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/solrtest-TestFieldCollectionResource-1362663379053
[junit4:junit4]   2> 1240 T96 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 1292 T96 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=kk, timezone=Europe/Amsterdam
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic amd64/IBM Corporation 1.6.0 (64-bit)/cpus=8,threads=1,free=4504504,total=35936256
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TimeZoneUtilsTest, SimplePostToolTest, BadIndexSchemaTest, SolrCmdDistributorTest, CollectionsAPIDistributedZkTest, TestBinaryField, ConvertedLegacyTest, StandardRequestHandlerTest, ShardRoutingCustomTest, TestLMJelinekMercerSimilarityFactory, TestPostingsSolrHighlighter, TestMultiCoreConfBootstrap, TestSystemIdResolver, SuggesterTSTTest, HardAutoCommitTest, TestComponentsName, RequiredFieldsTest, TestFieldCollectionResource]
[junit4:junit4] Completed on J1 in 1.33s, 5 tests, 2 errors <<< FAILURES!

[...truncated 740 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:374: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1213: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:877: There were test failures: 269 suites, 1135 tests, 2 errors, 33 ignored (7 assumptions)

Total time: 35 minutes 6 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/ibm-j9-jdk6 
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.6.0_41) - Build # 4608 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4608/
Java: 64bit/jdk1.6.0_41 -XX:+UseSerialGC

All tests passed

Build Log:
[...truncated 29336 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:320: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:120: The following files are missing svn:eol-style (or binary svn:mime-type):
* solr/core/src/test/org/apache/solr/cloud/AliasIntegrationTest.java
* solr/solrj/src/java/org/apache/solr/common/cloud/Aliases.java

Total time: 49 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.6.0_41 -XX:+UseSerialGC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_15) - Build # 4607 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4607/
Java: 32bit/jdk1.7.0_15 -server -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 29995 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:320: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:120: The following files are missing svn:eol-style (or binary svn:mime-type):
* solr/core/src/test/org/apache/solr/cloud/AliasIntegrationTest.java
* solr/solrj/src/java/org/apache/solr/common/cloud/Aliases.java

Total time: 45 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.7.0_15 -server -XX:+UseG1GC
Email was triggered for: Failure
Sending email for trigger: Failure