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 2015/08/14 06:17:12 UTC

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_51) - Build # 5019 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/5019/
Java: 64bit/jdk1.8.0_51 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.util.TestSolrCLIRunExample.testTechproductsExample

Error Message:
expected 32 docs in the techproducts example but found 0, output: Creating Solr home directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr  Starting up Solr on port 62279 using command: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\bin\solr start -p 62279 -s "C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr"   Setup new core instance directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts  Creating new core 'techproducts' using command: http://localhost:62279/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts  {   "responseHeader":{     "status":0,     "QTime":327},   "core":"techproducts"}   Indexing tech product example docs from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\example\exampledocs  Solr techproducts example launched successfully. Direct your Web browser to http://localhost:62279/solr to visit the Solr Admin UI 

Stack Trace:
java.lang.AssertionError: expected 32 docs in the techproducts example but found 0, output: Creating Solr home directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr

Starting up Solr on port 62279 using command:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\bin\solr start -p 62279 -s "C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr"


Setup new core instance directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts

Creating new core 'techproducts' using command:
http://localhost:62279/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts

{
  "responseHeader":{
    "status":0,
    "QTime":327},
  "core":"techproducts"}


Indexing tech product example docs from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\example\exampledocs

Solr techproducts example launched successfully. Direct your Web browser to http://localhost:62279/solr to visit the Solr Admin UI

	at __randomizedtesting.SeedInfo.seed([2A5CD73A49D82F53:A08B0782533A17CC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.util.TestSolrCLIRunExample.testExample(TestSolrCLIRunExample.java:357)
	at org.apache.solr.util.TestSolrCLIRunExample.testTechproductsExample(TestSolrCLIRunExample.java:284)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11542 lines...]
   [junit4] Suite: org.apache.solr.util.TestSolrCLIRunExample
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\init-core-data-001
   [junit4]   2> 2838379 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSchemalessExample
   [junit4]   2> 2838380 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    ] o.a.s.u.TestSolrCLIRunExample Selected port 62255 to start schemaless example Solr instance on ...
   [junit4]   2> 2839540 INFO  (Thread-7251) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 2839543 INFO  (Thread-7251) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7635e2c5{/solr,null,AVAILABLE}
   [junit4]   2> 2839546 INFO  (Thread-7251) [    ] o.e.j.s.ServerConnector Started ServerConnector@33450b57{HTTP/1.1}{127.0.0.1:62255}
   [junit4]   2> 2839546 INFO  (Thread-7251) [    ] o.e.j.s.Server Started @2835313ms
   [junit4]   2> 2839546 INFO  (Thread-7251) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62255}
   [junit4]   2> 2839547 INFO  (Thread-7251) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 2839547 INFO  (Thread-7251) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\'
   [junit4]   2> 2839583 INFO  (Thread-7251) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\solr.xml
   [junit4]   2> 2839595 INFO  (Thread-7251) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr
   [junit4]   2> 2839595 INFO  (Thread-7251) [    ] o.a.s.c.CoreContainer New CoreContainer 1790840810
   [junit4]   2> 2839595 INFO  (Thread-7251) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\]
   [junit4]   2> 2839596 INFO  (Thread-7251) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\lib
   [junit4]   2> 2839596 WARN  (Thread-7251) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\lib).
   [junit4]   2> 2839609 INFO  (Thread-7251) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2839614 INFO  (Thread-7251) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 2839615 INFO  (Thread-7251) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2839615 INFO  (Thread-7251) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2839615 INFO  (Thread-7251) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2839616 INFO  (Thread-7251) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2839618 INFO  (Thread-7251) [    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr
   [junit4]   2> 2839622 INFO  (Thread-7251) [    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 2839622 INFO  (Thread-7251) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2839622 INFO  (Thread-7251) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2842767 INFO  (qtp490044103-17999) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=1 
   [junit4]   2> 2842771 INFO  (qtp490044103-18001) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=0 
   [junit4]   2> 2842778 INFO  (qtp490044103-18004) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=0 
   [junit4]   2> 2842786 INFO  (qtp490044103-18002) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=0 
   [junit4]   2> 2842789 INFO  (qtp490044103-17999) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=0 
   [junit4]   2> 2842854 INFO  (qtp490044103-18000) [    ] o.a.s.h.a.CoreAdminHandler core create command name=gettingstarted&action=CREATE&instanceDir=gettingstarted&wt=json
   [junit4]   2> 2842855 INFO  (qtp490044103-18000) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=gettingstarted, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=gettingstarted, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\, dataDir=data\}
   [junit4]   2> 2842855 INFO  (qtp490044103-18000) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\'
   [junit4]   2> 2842886 INFO  (qtp490044103-18000) [    ] o.a.s.c.SolrConfig current version of requestparams : 0
   [junit4]   2> 2842886 INFO  (qtp490044103-18000) [    ] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
   [junit4]   2> 2842886 WARN  (qtp490044103-18000) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/extraction/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\contrib\extraction\lib).
   [junit4]   2> 2842887 WARN  (qtp490044103-18000) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\dist).
   [junit4]   2> 2842888 WARN  (qtp490044103-18000) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/clustering/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\contrib\clustering\lib).
   [junit4]   2> 2842888 WARN  (qtp490044103-18000) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\dist).
   [junit4]   2> 2842889 WARN  (qtp490044103-18000) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/langid/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\contrib\langid\lib).
   [junit4]   2> 2842889 WARN  (qtp490044103-18000) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\dist).
   [junit4]   2> 2842891 WARN  (qtp490044103-18000) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/velocity/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\contrib\velocity\lib).
   [junit4]   2> 2842891 WARN  (qtp490044103-18000) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\..\..\..\..\dist).
   [junit4]   2> 2842905 INFO  (qtp490044103-18000) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 2842923 INFO  (qtp490044103-18000) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2842927 INFO  (qtp490044103-18000) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\conf\managed-schema
   [junit4]   2> 2842931 INFO  (qtp490044103-18000) [    ] o.a.s.s.IndexSchema [gettingstarted] Schema name=example-data-driven-schema
   [junit4]   2> 2843052 INFO  (qtp490044103-18000) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2843084 INFO  (qtp490044103-18000) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2843087 INFO  (qtp490044103-18000) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2843106 INFO  (qtp490044103-18000) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\conf'
   [junit4]   2> 2843106 INFO  (qtp490044103-18000) [    ] o.a.s.c.CoreContainer Creating SolrCore 'gettingstarted' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\
   [junit4]   2> 2843106 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2843107 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.SolrCore [[gettingstarted] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\], dataDir=[null]
   [junit4]   2> 2843107 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@72c71cbc
   [junit4]   2> 2843107 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.SolrCore [[gettingstarted] ] Added SolrEventListener for newSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 2843107 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.SolrCore [[gettingstarted] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 2843108 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\data\
   [junit4]   2> 2843108 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\data\index/
   [junit4]   2> 2843108 WARN  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2843109 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\data\index
   [junit4]   2> 2843109 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@49e52533 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b719f8f),segFN=segments_1,generation=1}
   [junit4]   2> 2843109 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2843110 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.PluginBag queryResponseWriter : 'velocity' created with startup=lazy 
   [junit4]   2> 2843110 INFO  (OldIndexDirectoryCleanupThreadForCore-gettingstarted) [    x:gettingstarted] o.a.s.c.SolrCore Looking for old index directories to cleanup for core gettingstarted in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\data\
   [junit4]   2> 2843110 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2843110 WARN  (OldIndexDirectoryCleanupThreadForCore-gettingstarted) [    x:gettingstarted] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2843114 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 2843115 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2843119 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2843120 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2843121 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2843122 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2843125 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/update/extract' created with startup=lazy 
   [junit4]   2> 2843125 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/analysis/field' created with startup=lazy 
   [junit4]   2> 2843126 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/analysis/document' created with startup=lazy 
   [junit4]   2> 2843126 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/spell' created with startup=lazy 
   [junit4]   2> 2843126 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/tvrh' created with startup=lazy 
   [junit4]   2> 2843126 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/terms' created with startup=lazy 
   [junit4]   2> 2843126 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.PluginBag requestHandler : '/elevate' created with startup=lazy 
   [junit4]   2> 2843126 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/browse,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/elevate,/update/json,/admin/threads,/query,/analysis/field,/analysis/document,/spell,/update/csv,/tvrh,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/debug/dump,/terms,/update/extract
   [junit4]   2> 2843127 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2843128 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2843128 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2843129 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.SolrCore Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2843130 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2843130 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@49e52533 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7b719f8f),segFN=segments_1,generation=1}
   [junit4]   2> 2843130 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2843130 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.s.SolrIndexSearcher Opening Searcher@3116230c[gettingstarted] main
   [junit4]   2> 2843131 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\conf
   [junit4]   2> 2843131 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\conf}
   [junit4]   2> 2843131 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\conf
   [junit4]   2> 2843132 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2843132 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2843132 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 2843132 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using default converter
   [junit4]   2> 2843134 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\conf\elevate.xml
   [junit4]   2> 2843138 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2843139 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2843139 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2843139 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2843139 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1509452191996313600
   [junit4]   2> 2843141 INFO  (searcherExecutor-8945-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.c.SolrCore QuerySenderListener sending requests to Searcher@3116230c[gettingstarted] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2843141 INFO  (searcherExecutor-8945-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.c.SolrCore QuerySenderListener done.
   [junit4]   2> 2843141 INFO  (searcherExecutor-8945-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2843141 INFO  (searcherExecutor-8945-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2843142 INFO  (searcherExecutor-8945-thread-1-processing-x:gettingstarted) [    x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Registered new searcher Searcher@3116230c[gettingstarted] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2843141 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 1509452191996313600
   [junit4]   2> 2843143 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.c.CoreContainer registering core: gettingstarted
   [junit4]   2> 2843144 INFO  (qtp490044103-18000) [    x:gettingstarted] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={name=gettingstarted&action=CREATE&instanceDir=gettingstarted&wt=json} status=0 QTime=270 
   [junit4]   2> 2843148 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@33450b57{HTTP/1.1}{127.0.0.1:62255}
   [junit4]   2> 2843148 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1790840810
   [junit4]   2> 2843148 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    x:gettingstarted] o.a.s.c.SolrCore [gettingstarted]  CLOSING SolrCore org.apache.solr.core.SolrCore@5ed6eb04
   [junit4]   2> 2843149 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    x:gettingstarted] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommit maxTime=15000ms,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,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 2843149 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    x:gettingstarted] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2843149 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    x:gettingstarted] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2843149 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    x:gettingstarted] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2843150 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Closing main searcher on request.
   [junit4]   2> 2843164 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2843164 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\data\index;done=false>>]
   [junit4]   2> 2843164 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\data\index
   [junit4]   2> 2843165 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\data\;done=false>>]
   [junit4]   2> 2843165 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    x:gettingstarted] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-001\schemaless\solr\gettingstarted\data\
   [junit4]   2> 2843166 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    x:gettingstarted] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7635e2c5{/solr,null,UNAVAILABLE}
   [junit4]   2> 2843167 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    ] o.a.s.u.TestSolrCLIRunExample Stopped standalone Solr instance running on port 62255
   [junit4]   2> 2843167 INFO  (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[2A5CD73A49D82F53]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSchemalessExample
   [junit4]   2> 2843169 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTechproductsExample
   [junit4]   2> 2843176 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    ] o.a.s.u.TestSolrCLIRunExample Selected port 62279 to start techproducts example Solr instance on ...
   [junit4]   2> 2844256 INFO  (Thread-7266) [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 2844258 INFO  (Thread-7266) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37202d6d{/solr,null,AVAILABLE}
   [junit4]   2> 2844259 INFO  (Thread-7266) [    ] o.e.j.s.ServerConnector Started ServerConnector@ba31620{HTTP/1.1}{127.0.0.1:62279}
   [junit4]   2> 2844259 INFO  (Thread-7266) [    ] o.e.j.s.Server Started @2839709ms
   [junit4]   2> 2844259 INFO  (Thread-7266) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62279}
   [junit4]   2> 2844259 INFO  (Thread-7266) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 2844259 INFO  (Thread-7266) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\'
   [junit4]   2> 2844270 INFO  (Thread-7266) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\solr.xml
   [junit4]   2> 2844273 INFO  (Thread-7266) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr
   [junit4]   2> 2844273 INFO  (Thread-7266) [    ] o.a.s.c.CoreContainer New CoreContainer 631678060
   [junit4]   2> 2844273 INFO  (Thread-7266) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\]
   [junit4]   2> 2844274 INFO  (Thread-7266) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\lib
   [junit4]   2> 2844274 WARN  (Thread-7266) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\lib).
   [junit4]   2> 2844280 INFO  (Thread-7266) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2844283 INFO  (Thread-7266) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 2844283 INFO  (Thread-7266) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2844283 INFO  (Thread-7266) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2844283 INFO  (Thread-7266) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2844284 INFO  (Thread-7266) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2844285 INFO  (Thread-7266) [    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr
   [junit4]   2> 2844285 INFO  (Thread-7266) [    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 2844286 INFO  (Thread-7266) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2844286 INFO  (Thread-7266) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2847431 INFO  (qtp2116381975-18019) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=0 
   [junit4]   2> 2847433 INFO  (qtp2116381975-18021) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={core=techproducts&action=STATUS&wt=json} status=0 QTime=0 
   [junit4]   2> 2847435 INFO  (qtp2116381975-18023) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=0 
   [junit4]   2> 2847440 INFO  (qtp2116381975-18024) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=0 
   [junit4]   2> 2847442 INFO  (qtp2116381975-18020) [    ] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={core=techproducts&action=STATUS&wt=json} status=0 QTime=0 
   [junit4]   2> 2847603 INFO  (qtp2116381975-18022) [    ] o.a.s.h.a.CoreAdminHandler core create command name=techproducts&action=CREATE&instanceDir=techproducts&wt=json
   [junit4]   2> 2847604 INFO  (qtp2116381975-18022) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=techproducts, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=techproducts, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\, dataDir=data\}
   [junit4]   2> 2847604 INFO  (qtp2116381975-18022) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\'
   [junit4]   2> 2847638 INFO  (qtp2116381975-18022) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2847639 INFO  (qtp2116381975-18022) [    ] o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
   [junit4]   2> 2847639 WARN  (qtp2116381975-18022) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/extraction/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\..\..\..\..\contrib\extraction\lib).
   [junit4]   2> 2847640 WARN  (qtp2116381975-18022) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\..\..\..\..\dist).
   [junit4]   2> 2847641 WARN  (qtp2116381975-18022) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/clustering/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\..\..\..\..\contrib\clustering\lib).
   [junit4]   2> 2847641 WARN  (qtp2116381975-18022) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\..\..\..\..\dist).
   [junit4]   2> 2847642 WARN  (qtp2116381975-18022) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/langid/lib/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\..\..\..\..\contrib\langid\lib).
   [junit4]   2> 2847642 WARN  (qtp2116381975-18022) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\..\..\..\..\dist).
   [junit4]   2> 2847642 WARN  (qtp2116381975-18022) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../contrib/velocity/lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\..\..\..\..\contrib\velocity\lib).
   [junit4]   2> 2847643 WARN  (qtp2116381975-18022) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\..\..\..\..\dist).
   [junit4]   2> 2847655 INFO  (qtp2116381975-18022) [    ] o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
   [junit4]   2> 2847656 INFO  (qtp2116381975-18022) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 2847675 INFO  (qtp2116381975-18022) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2847676 INFO  (qtp2116381975-18022) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\conf\schema.xml
   [junit4]   2> 2847682 INFO  (qtp2116381975-18022) [    ] o.a.s.s.IndexSchema [techproducts] Schema name=example
   [junit4]   2> 2847854 INFO  (qtp2116381975-18022) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2847854 INFO  (qtp2116381975-18022) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2847855 INFO  (qtp2116381975-18022) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2847860 INFO  (qtp2116381975-18022) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2847862 INFO  (qtp2116381975-18022) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2847879 INFO  (qtp2116381975-18022) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\conf'
   [junit4]   2> 2847879 INFO  (qtp2116381975-18022) [    ] o.a.s.c.CoreContainer Creating SolrCore 'techproducts' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\
   [junit4]   2> 2847879 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2847879 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.SolrCore [[techproducts] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\], dataDir=[null]
   [junit4]   2> 2847880 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@72c71cbc
   [junit4]   2> 2847880 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.SolrCore [[techproducts] ] Added SolrEventListener for newSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
   [junit4]   2> 2847880 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.SolrCore [[techproducts] ] Added SolrEventListener for firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}]
   [junit4]   2> 2847880 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\data\
   [junit4]   2> 2847881 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\data\index/
   [junit4]   2> 2847881 WARN  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.SolrCore [techproducts] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2847881 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\data\index
   [junit4]   2> 2847881 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp2116381975-18022]: init: current segments file is "segments"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@3b6ccf1f
   [junit4]   2> 2847881 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp2116381975-18022]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 2847882 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp2116381975-18022]: 0 msec to checkpoint
   [junit4]   2> 2847882 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: init: create=true
   [junit4]   2> 2847882 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@75accd83 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34f79c13)
   [junit4]   2> index=
   [junit4]   2> version=5.4.0
   [junit4]   2> analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> maxBufferedDeleteTerms=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=CREATE
   [junit4]   2> similarity=org.apache.lucene.search.similarities.DefaultSimilarity
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, maxMergeCount=-1, ioThrottle=true
   [junit4]   2> default WRITE_LOCK_TIMEOUT=0
   [junit4]   2> writeLockTimeout=0
   [junit4]   2> codec=Lucene53
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@16937259
   [junit4]   2> readerPooling=false
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@5c075dd
   [junit4]   2> 
   [junit4]   2> 2847882 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: now flush at close
   [junit4]   2> 2847882 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]:   start flush: applyAllDeletes=true
   [junit4]   2> 2847882 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]:   index before flush 
   [junit4]   2> 2847882 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][qtp2116381975-18022]: startFullFlush
   [junit4]   2> 2847882 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][qtp2116381975-18022]: qtp2116381975-18022 finishFullFlush success=true
   [junit4]   2> 2847883 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: apply all deletes during flush
   [junit4]   2> 2847883 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 2847883 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [BD][qtp2116381975-18022]: prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 2847883 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][qtp2116381975-18022]: initDynamicDefaults spins=false maxThreadCount=2 maxMergeCount=7
   [junit4]   2> 2847883 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][qtp2116381975-18022]: updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 2847883 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][qtp2116381975-18022]: now merge
   [junit4]   2> 2847883 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][qtp2116381975-18022]:   index: 
   [junit4]   2> 2847883 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][qtp2116381975-18022]:   no more merges pending; now return
   [junit4]   2> 2847883 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: waitForMerges
   [junit4]   2> 2847884 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: waitForMerges done
   [junit4]   2> 2847884 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: commit: start
   [junit4]   2> 2847884 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: commit: enter lock
   [junit4]   2> 2847884 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: commit: now prepare
   [junit4]   2> 2847884 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: prepareCommit: flush
   [junit4]   2> 2847884 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]:   index before flush 
   [junit4]   2> 2847884 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][qtp2116381975-18022]: startFullFlush
   [junit4]   2> 2847884 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: apply all deletes during flush
   [junit4]   2> 2847884 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 2847884 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [BD][qtp2116381975-18022]: prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 2847885 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][qtp2116381975-18022]: qtp2116381975-18022 finishFullFlush success=true
   [junit4]   2> 2847885 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: startCommit(): start
   [junit4]   2> 2847885 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: startCommit index= changeCount=2
   [junit4]   2> 2847885 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: startCommit: wrote pending segments file "pending_segments_1"
   [junit4]   2> 2847885 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: done all syncs: []
   [junit4]   2> 2847885 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: commit: pendingCommit != null
   [junit4]   2> 2847885 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: commit: done writing segments file "segments_1"
   [junit4]   2> 2847885 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp2116381975-18022]: now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 2847885 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@75accd83 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34f79c13),segFN=segments_1,generation=1}
   [junit4]   2> 2847886 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2847886 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp2116381975-18022]: 0 msec to checkpoint
   [junit4]   2> 2847886 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: commit: took 1.7 msec
   [junit4]   2> 2847886 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: commit: done
   [junit4]   2> 2847886 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: rollback
   [junit4]   2> 2847886 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: all running merges have aborted
   [junit4]   2> 2847886 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: rollback: done finish merges
   [junit4]   2> 2847886 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][qtp2116381975-18022]: abort
   [junit4]   2> 2847886 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][qtp2116381975-18022]: done abort success=true
   [junit4]   2> 2847886 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: rollback: infos=
   [junit4]   2> 2847886 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp2116381975-18022]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 2847886 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp2116381975-18022]: 0 msec to checkpoint
   [junit4]   2> 2847887 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.PluginBag queryResponseWriter : 'velocity' created with startup=lazy 
   [junit4]   2> 2847887 INFO  (OldIndexDirectoryCleanupThreadForCore-techproducts) [    x:techproducts] o.a.s.c.SolrCore Looking for old index directories to cleanup for core techproducts in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\data\
   [junit4]   2> 2847887 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2847888 WARN  (OldIndexDirectoryCleanupThreadForCore-techproducts) [    x:techproducts] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2847890 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2847893 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2847894 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2847895 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2847896 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2847900 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.PluginBag requestHandler : '/update/extract' created with startup=lazy 
   [junit4]   2> 2847900 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.PluginBag requestHandler : '/analysis/field' created with startup=lazy 
   [junit4]   2> 2847900 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.PluginBag requestHandler : '/analysis/document' created with startup=lazy 
   [junit4]   2> 2847900 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.PluginBag requestHandler : '/spell' created with startup=lazy 
   [junit4]   2> 2847901 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.PluginBag requestHandler : '/suggest' created with startup=lazy 
   [junit4]   2> 2847901 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.PluginBag requestHandler : '/tvrh' created with startup=lazy 
   [junit4]   2> 2847901 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.PluginBag requestHandler : '/terms' created with startup=lazy 
   [junit4]   2> 2847901 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.PluginBag requestHandler : '/elevate' created with startup=lazy 
   [junit4]   2> 2847901 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/browse,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/elevate,/update/json,/admin/threads,/query,/analysis/field,/analysis/document,/spell,/update/csv,/tvrh,/select,/admin/segments,/admin/system,/suggest,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/debug/dump,/terms,/update/extract
   [junit4]   2> 2847902 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2847903 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2847903 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2847905 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.SolrCore Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2847905 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2847905 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp2116381975-18022]: init: current segments file is "segments_1"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@3b6ccf1f
   [junit4]   2> 2847905 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp2116381975-18022]: init: load commit "segments_1"
   [junit4]   2> 2847906 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@75accd83 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34f79c13),segFN=segments_1,generation=1}
   [junit4]   2> 2847906 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2847906 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp2116381975-18022]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 2847906 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IFD][qtp2116381975-18022]: 0 msec to checkpoint
   [junit4]   2> 2847906 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: init: create=false
   [junit4]   2> 2847906 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@75accd83 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34f79c13)
   [junit4]   2> index=
   [junit4]   2> version=5.4.0
   [junit4]   2> analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> maxBufferedDeleteTerms=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=APPEND
   [junit4]   2> similarity=org.apache.lucene.search.similarities.DefaultSimilarity
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, maxMergeCount=-1, ioThrottle=true
   [junit4]   2> default WRITE_LOCK_TIMEOUT=0
   [junit4]   2> writeLockTimeout=0
   [junit4]   2> codec=Lucene53
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@5af64091
   [junit4]   2> readerPooling=false
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@77c002e7
   [junit4]   2> 
   [junit4]   2> 2847906 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: flush at getReader
   [junit4]   2> 2847907 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][qtp2116381975-18022]: startFullFlush
   [junit4]   2> 2847907 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: apply all deletes during flush
   [junit4]   2> 2847907 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 2847907 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [BD][qtp2116381975-18022]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 2847907 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: return reader version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
   [junit4]   2> 2847907 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][qtp2116381975-18022]: qtp2116381975-18022 finishFullFlush success=true
   [junit4]   2> 2847907 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][qtp2116381975-18022]: getReader took 1 msec
   [junit4]   2> 2847907 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.s.SolrIndexSearcher Opening Searcher@1bfad731[techproducts] main
   [junit4]   2> 2847908 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\conf
   [junit4]   2> 2847908 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\conf}
   [junit4]   2> 2847908 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\conf
   [junit4]   2> 2847908 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\conf
   [junit4]   2> 2847909 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.ManagedResource Loaded initArgs {} for /rest/managed
   [junit4]   2> 2847909 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.RestManager Initializing 2 registered ManagedResources
   [junit4]   2> 2847909 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.ManagedResourceStorage Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\conf
   [junit4]   2> 2847909 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\conf
   [junit4]   2> 2847909 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true} for /schema/analysis/stopwords/english
   [junit4]   2> 2847909 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.ManagedResource Loaded 35 words for /schema/analysis/stopwords/english
   [junit4]   2> 2847909 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.ManagedResource Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 2847909 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.ManagedResourceStorage Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\conf
   [junit4]   2> 2847909 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\conf
   [junit4]   2> 2847909 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true,format=solr} for /schema/analysis/synonyms/english
   [junit4]   2> 2847909 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.ManagedResource Loaded 3 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 2847909 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.r.ManagedResource Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 2847909 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2847910 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 2847910 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using default converter
   [junit4]   2> 2847910 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 2847910 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.s.s.SolrSuggester init: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 2847910 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 2847911 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001\tempDir-002\techproducts\solr\techproducts\conf\elevate.xml
   [junit4]   2> 2847914 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2847914 INFO  (searcherExecutor-8956-thread-1-processing-x:techproducts) [    x:techproducts] o.a.s.c.SolrCore QuerySenderListener sending requests to Searcher@1bfad731[techproducts] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2847915 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2847915 INFO  (searcherExecutor-8956-thread-1-processing-x:techproducts) [    x:techproducts] o.a.s.c.S.Request [techproducts] webapp=null path=null params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher} hits=0 status=0 QTime=0 
   [junit4]   2> 2847916 INFO  (searcherExecutor-8956-thread-1-processing-x:techproducts) [    x:techproducts] o.a.s.c.SolrCore QuerySenderListener done.
   [junit4]   2> 2847916 INFO  (searcherExecutor-8956-thread-1-processing-x:techproducts) [    x:techproducts] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2847916 INFO  (searcherExecutor-8956-thread-1-processing-x:techproducts) [    x:techproducts] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2847916 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2847916 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2847917 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1509452197006409728
   [junit4]   2> 2847917 INFO  (searcherExecutor-8956-thread-1-processing-x:techproducts) [    x:techproducts] o.a.s.c.SolrCore [techproducts] Registered new searcher Searcher@1bfad731[techproducts] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2847918 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.u.UpdateLog Took 3 ms to seed version buckets with highest version 1509452197006409728
   [junit4]   2> 2847918 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.c.CoreContainer registering core: techproducts
   [junit4]   2> 2847919 INFO  (qtp2116381975-18022) [    x:techproducts] o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores params={name=techproducts&action=CREATE&instanceDir=techproducts&wt=json} status=0 QTime=327 
   [junit4]   1> SimplePostTool version 5.0.0
   [junit4]   1> Posting files to [base] url http://localhost:62279/solr/techproducts/update using content-type application/xml...
   [junit4]   1> POSTing file gb18030-example.xml to [base]
   [junit4]   1> POSTing file hd.xml to [base]
   [junit4]   1> POSTing file ipod_other.xml to [base]
   [junit4]   1> POSTing file ipod_video.xml to [base]
   [junit4]   1> POSTing file manufacturers.xml to [base]
   [junit4]   1> POSTing file mem.xml to [base]
   [junit4]   1> POSTing file money.xml to [base]
   [junit4]   1> POSTing file monitor.xml to [base]
   [junit4]   1> POSTing file monitor2.xml to [base]
   [junit4]   1> POSTing file mp500.xml to [base]
   [junit4]   1> POSTing file sd500.xml to [base]
   [junit4]   1> POSTing file solr.xml to [base]
   [junit4]   1> POSTing file utf8-example.xml to [base]
   [junit4]   1> POSTing file vidcard.xml to [base]
   [junit4]   1> 14 files indexed.
   [junit4]   1> COMMITting Solr index changes to http://localhost:62279/solr/techproducts/update...
   [junit4]   1> Time spent: 0:00:00.005
   [junit4]   2> 2847929 INFO  (qtp2116381975-18019) [    x:techproducts] o.a.s.c.S.Request [techproducts] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 2847930 WARN  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    ] o.a.s.u.TestSolrCLIRunExample Going to wait for 1 second before re-trying query for techproduct example docs ...
   [junit4]   2> 2848897 INFO  (qtp2116381975-18020) [    x:techproducts] o.a.s.c.S.Request [techproducts] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 
   [junit4]   2> 2848898 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTechproductsExample
   [junit4]   2> 2848899 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@ba31620{HTTP/1.1}{127.0.0.1:62279}
   [junit4]   2> 2848899 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=631678060
   [junit4]   2> 2848899 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.c.SolrCore [techproducts]  CLOSING SolrCore org.apache.solr.core.SolrCore@7d46a086
   [junit4]   2> 2848899 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommit maxTime=15000ms,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,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 2848899 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2848900 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2848900 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2848900 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: now flush at close
   [junit4]   2> 2848900 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]:   start flush: applyAllDeletes=true
   [junit4]   2> 2848900 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]:   index before flush 
   [junit4]   2> 2848900 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: startFullFlush
   [junit4]   2> 2848900 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53] finishFullFlush success=true
   [junit4]   2> 2848900 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: apply all deletes during flush
   [junit4]   2> 2848901 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 2848901 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [BD][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 2848901 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: initDynamicDefaults spins=false maxThreadCount=2 maxMergeCount=7
   [junit4]   2> 2848901 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 2848901 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: now merge
   [junit4]   2> 2848901 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]:   index: 
   [junit4]   2> 2848901 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [MS][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]:   no more merges pending; now return
   [junit4]   2> 2848902 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: waitForMerges
   [junit4]   2> 2848902 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: waitForMerges done
   [junit4]   2> 2848902 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: commit: start
   [junit4]   2> 2848902 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: commit: enter lock
   [junit4]   2> 2848902 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: commit: now prepare
   [junit4]   2> 2848902 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: prepareCommit: flush
   [junit4]   2> 2848902 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]:   index before flush 
   [junit4]   2> 2848902 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: startFullFlush
   [junit4]   2> 2848903 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: apply all deletes during flush
   [junit4]   2> 2848903 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 2848903 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [BD][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 2848903 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [DW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53] finishFullFlush success=true
   [junit4]   2> 2848903 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: startCommit(): start
   [junit4]   2> 2848903 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]:   skip startCommit(): no changes pending
   [junit4]   2> 2848903 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: commit: pendingCommit == null; skip
   [junit4]   2> 2848903 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: commit: took 1.2 msec
   [junit4]   2> 2848904 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: commit: done
   [junit4]   2> 2848904 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: rollback
   [junit4]   2> 2848904 INFO  (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]) [    x:techproducts] o.a.s.u.LoggingInfoStream [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[2A5CD73A49D82F53]]: all running merges have aborted
   [junit4] 

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

 [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2865628 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[2A5CD73A49D82F53]) [    ] o.a.s.u.TestSolrCLIRunExample Stopped SolrCloud test cluster
   [junit4]   2> 2865628 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[2A5CD73A49D82F53]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testInteractiveSolrCloudExample
   [junit4]   2> 2865629 INFO  (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[2A5CD73A49D82F53]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62305 62305
   [junit4]   2> 2865629 INFO  (SUITE-TestSolrCLIRunExample-seed#[2A5CD73A49D82F53]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.util.TestSolrCLIRunExample_2A5CD73A49D82F53-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53), sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=es_VE, timezone=Europe/Vatican
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_51 (64-bit)/cpus=3,threads=1,free=322258408,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [IndexSchemaTest, DateRangeFieldTest, TestJoin, DirectSolrSpellCheckerTest, TestChildDocTransformer, SearchHandlerTest, TestSolrQueryParser, RegexBoostProcessorTest, HdfsBasicDistributedZkTest, AnalyticsQueryTest, UpdateParamsTest, TestPHPSerializedResponseWriter, DeleteInactiveReplicaTest, MinimalSchemaTest, TestFieldTypeCollectionResource, SaslZkACLProviderTest, TestAuthenticationFramework, TestRuleBasedAuthorizationPlugin, QueryEqualityTest, RulesTest, SignatureUpdateProcessorFactoryTest, PrimitiveFieldTypeTest, TestReqParamsAPI, SuggesterTSTTest, TestRealTimeGet, TestDistributedGrouping, TestInfoStreamLogging, TestManagedStopFilterFactory, TestFileDictionaryLookup, MBeansHandlerTest, TestNoOpRegenerator, IndexBasedSpellCheckerTest, DeleteReplicaTest, FieldMutatingUpdateProcessorTest, TestDistribDocBasedVersion, PolyFieldTest, DistribCursorPagingTest, TestReload, SchemaVersionSpecificBehaviorTest, TestBlendedInfixSuggestions, BasicDistributedZk2Test, CollectionStateFormat2Test, TestStressUserVersions, TestLuceneMatchVersion, ZkNodePropsTest, TestDistributedStatsComponentCardinality, TestQuerySenderNoQuery, TestLMDirichletSimilarityFactory, FileBasedSpellCheckerTest, DistribJoinFromCollectionTest, TestImplicitCoreProperties, TestSearchPerf, TestDistribIDF, WordBreakSolrSpellCheckerTest, TestSmileRequest, BitVectorTest, TestSchemaManager, TestFieldTypeResource, OutOfBoxZkACLAndCredentialsProvidersTest, TestSystemIdResolver, TestTrieFacet, ExternalFileFieldSortTest, CollectionTooManyReplicasTest, DistributedMLTComponentTest, TestRandomFaceting, TestSolrConfigHandler, TestMacros, TestRangeQuery, ConvertedLegacyTest, FastVectorHighlighterTest, TestSolr4Spatial, RemoteQueryErrorTest, EchoParamsTest, TestRebalanceLeaders, TestManagedSchemaFieldResource, AsyncMigrateRouteKeyTest, TestMergePolicyConfig, CurrencyFieldOpenExchangeTest, TestDynamicFieldResource, SpellingQueryConverterTest, SolrRequestParserTest, CoreAdminCreateDiscoverTest, TestDocBasedVersionConstraints, TestSolrDeletionPolicy2, DateMathParserTest, TestHighlightDedupGrouping, HighlighterConfigTest, TestScoreJoinQPScore, ConnectionManagerTest, DateFieldTest, LeaderElectionIntegrationTest, XsltUpdateRequestHandlerTest, DistributedFacetPivotWhiteBoxTest, StatsComponentTest, TestSortingResponseWriter, PKIAuthenticationIntegrationTest, TestFieldSortValues, ZkStateWriterTest, TestSolrCoreProperties, TestUniqueKeyFieldResource, TestOverriddenPrefixQueryForCustomFieldType, BlockDirectoryTest, VersionInfoTest, ShardRoutingCustomTest, SpellCheckComponentTest, BufferStoreTest, TestRemoteStreaming, TestScoreJoinQPNoScore, AutoCommitTest, LeaderFailoverAfterPartitionTest, SSLMigrationTest, TestRecovery, AsyncCallRequestStatusResponseTest, TestDocSet, TestCollapseQParserPlugin, TestStandardQParsers, TestObjectReleaseTracker, SimplePostToolTest, TestRTimerTree, NotRequiredUniqueKeyTest, CurrencyFieldXmlFileTest, TestZkChroot, DocExpirationUpdateProcessorFactoryTest, TestOrdValues, TestExceedMaxTermLength, FileUtilsTest, TestConfigSetProperties, HdfsThreadLeakTest, DistributedQueueTest, MoreLikeThisHandlerTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, BasicZkTest, RecoveryZkTest, ZkSolrClientTest, TestRandomDVFaceting, ZkCLITest, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestStressReorder, TestStressVersions, DistributedTermsComponentTest, SimpleFacetsTest, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, PeerSyncTest, BadIndexSchemaTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, TestCoreDiscovery, SpellCheckCollatorTest, SpatialFilterTest, TestPseudoReturnFields, DirectUpdateHandlerOptimizeTest, SortByFunctionTest, DocValuesMultiTest, SolrInfoMBeanTest, LukeRequestHandlerTest, TestReversedWildcardFilterFactory, RequestHandlersTest, TestValueSourceCache, TermVectorComponentTest, FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, TestCSVResponseWriter, TestAnalyzedSuggestions, PingRequestHandlerTest, TestBinaryResponseWriter, TestQuerySenderListener, AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, SolrIndexConfigTest, SampleTest, TestBinaryField, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, SpellPossibilityIteratorTest, TestCharFilters, TestCodecSupport, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, ResourceLoaderTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, SliceStateTest, DistributedIntervalFacetingTest, AssignTest, CleanupOldIndexTest, CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, DeleteLastCustomShardedReplicaTest, DeleteShardTest, MultiThreadedOCPTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, SolrCloudExampleTest, TestCloudPivotFacet, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, TestConfigOverlay, TestDynamicLoading, CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, SegmentsInfoRequestHandlerTest, DistributedFacetPivotLargeTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallAdvancedTest, DistributedQueryComponentOptimizationTest, SuggestComponentTest, TestExpandComponent, TestTrackingShardHandlerFactory, SmileWriterTest, TestIntervalFaceting, TestRawResponseWriter, TestClassNameShortening, TestDefaultSearchFieldResource, TestDynamicFieldCollectionResource, TestFieldResource, TestManagedSchemaFieldTypeResource, TestSchemaNameResource, TestSchemaResource, TestSerializedLuceneMatchVersion, TestSolrQueryParserDefaultOperatorResource, BadCopyFieldTest, ChangedSchemaMergeTest, DocValuesMissingTest, EnumFieldTest, SpatialRPTFieldTypeTest, TestCloudManagedSchema, TestCloudSchemaless, TestCollationFieldDocValues, TestManagedSchema, AnalyticsMergeStrategyTest, MergeStrategyTest, RankQueryTest, TestAddFieldRealTimeGet, TestCustomSort, TestInitQParser, TestMaxScoreQueryParser, TestMissingGroups, TestRecoveryHdfs, TestSearcherReuse, TestSolr4Spatial2, TestJsonFacets, TestMinMaxOnMultiValuedField, TestSortByMinMaxFunction, BJQParserTest, TestJsonRequest, SimpleMLTQParserTest, TestExactSharedStatsCache, TestLRUStatsCache, TestSha256AuthenticationProvider, ResponseHeaderTest, TestAnalyzeInfixSuggestions, TestFreeTextSuggestions, BlockCacheTest, HdfsLockFactoryTest, DataDrivenBlockJoinTest, TestHdfsUpdateLog, AddSchemaFieldsUpdateProcessorFactoryTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, PreAnalyzedUpdateProcessorTest, UUIDUpdateProcessorFallbackTest, DistanceUnitsTest, TestRandomMergePolicy, TestSolrCLIRunExample]
   [junit4] Completed [533/533] on J1 in 27.27s, 3 tests, 1 failure <<< FAILURES!

[...truncated 10 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:785: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:729: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:230: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:524: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1449: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1003: There were test failures: 533 suites, 2114 tests, 1 failure, 75 ignored (40 assumptions)

Total time: 70 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any