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

[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4830 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4830/

1 tests failed.
REGRESSION:  org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability

Error Message:
No live SolrServers available to handle this request

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
	at __randomizedtesting.SeedInfo.seed([9168EC05C7DAB3E9:50A0314366BC6240]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:525)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability(TestLBHttpSolrServer.java:223)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java: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:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:43)
	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)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:47679/solr
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:478)
	... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
	... 46 more




Build Log:
[...truncated 12730 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.TestLBHttpSolrServer
   [junit4]   2> SLF4J: Class path contains multiple SLF4J bindings.
   [junit4]   2> SLF4J: Found binding in [jar:file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/solrj/test-lib/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [junit4]   2> SLF4J: Found binding in [jar:file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/lib/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [junit4]   2> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   [junit4]   2> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
   [junit4]   2> log4j:WARN No such property [conversionPattern] in org.apache.solr.util.SolrLogLayout.
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/init-core-data-001
   [junit4]   2> 3897 T11 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 4119 T11 oas.SolrTestCaseJ4.setUp ###Starting testReliability
   [junit4]   2> 5781 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6298 T11 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:59543
   [junit4]   2> 6508 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6673 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6674 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001
   [junit4]   2> 6675 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/'
   [junit4]   2> 7695 T11 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/solr.xml
   [junit4]   2> 8038 T11 oasc.CoreContainer.<init> New CoreContainer 1023263314
   [junit4]   2> 8048 T11 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/]
   [junit4]   2> 8274 T11 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 8275 T11 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 8276 T11 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 8277 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 8278 T11 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 8281 T11 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 8281 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 8282 T11 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 8283 T11 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 8709 T11 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 8744 T11 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 8755 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 8774 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 9734 T23 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/'
   [junit4]   2> 10004 T23 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 10482 T23 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 10561 T23 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 10640 T23 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 11124 T23 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 11148 T23 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/
   [junit4]   2> 11537 T23 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 11626 T23 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/
   [junit4]   2> 11627 T23 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 11895 T23 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data
   [junit4]   2> 11899 T23 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index/
   [junit4]   2> 11902 T23 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 11971 T23 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index
   [junit4]   2> 12375 T23 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 12382 T23 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 14378 T23 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 14472 T23 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 14473 T23 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 14474 T23 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 14475 T23 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 14520 T23 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 14521 T23 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 14522 T23 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 14528 T23 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 14553 T23 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 14554 T23 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 14620 T23 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 14829 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 14872 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 14874 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 14877 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 14879 T23 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 15032 T23 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 15033 T23 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 15115 T23 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 15116 T23 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 15318 T23 oass.SolrIndexSearcher.<init> Opening Searcher@1772da21[collection1] main
   [junit4]   2> 15394 T23 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf
   [junit4]   2> 15395 T23 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf}
   [junit4]   2> 15568 T23 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf
   [junit4]   2> 15570 T23 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 15587 T23 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf
   [junit4]   2> 15588 T23 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 15764 T23 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 15830 T23 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 15843 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1772da21[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 15851 T11 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 15852 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@5dc13614
   [junit4]   2> 18862 T16 C0 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 1348
   [junit4]   2> 19149 T16 C0 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@5dc13614
   [junit4]   2> 20756 T16 C1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 20761 T16 C1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 21024 T16 C1 oass.SolrIndexSearcher.<init> Opening Searcher@315f2999[collection1] main
   [junit4]   2> 21032 T16 C1 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 21047 T24 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@315f2999[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10))}
   [junit4]   2> 21049 T16 C1 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={commit=true&waitSearcher=true&wt=javabin&softCommit=false&version=2} {commit=} 0 1900
   [junit4]   2> 21070 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 21073 T11 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:59002
   [junit4]   2> 21075 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 21076 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 21076 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001
   [junit4]   2> 21077 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/'
   [junit4]   2> 21138 T11 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/solr.xml
   [junit4]   2> 21319 T11 oasc.CoreContainer.<init> New CoreContainer 392810938
   [junit4]   2> 21320 T11 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/]
   [junit4]   2> 21322 T11 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 21323 T11 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 21324 T11 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 21324 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 21325 T11 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 21326 T11 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 21327 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 21327 T11 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 21328 T11 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 21330 T11 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 21331 T11 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 21331 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 21332 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 21339 T35 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/'
   [junit4]   2> 21398 T35 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 21465 T35 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 21467 T35 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 21477 T35 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 21504 T35 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 21506 T35 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/
   [junit4]   2> 21507 T35 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 21508 T35 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/
   [junit4]   2> 21509 T35 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 21510 T35 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data
   [junit4]   2> 21512 T35 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index/
   [junit4]   2> 21513 T35 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 21515 T35 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index
   [junit4]   2> 21523 T35 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 21524 T35 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 21527 T35 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 21528 T35 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21528 T35 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21529 T35 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21530 T35 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21530 T35 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 21531 T35 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 21531 T35 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 21532 T35 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 21532 T35 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21533 T35 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 21533 T35 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 21556 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21559 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21561 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21563 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21566 T35 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21569 T35 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 21569 T35 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 21574 T35 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 21574 T35 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 21575 T35 oass.SolrIndexSearcher.<init> Opening Searcher@23f6d2bc[collection1] main
   [junit4]   2> 21575 T35 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/conf
   [junit4]   2> 21576 T35 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/conf}
   [junit4]   2> 21577 T35 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/conf
   [junit4]   2> 21578 T35 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 21579 T35 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/conf
   [junit4]   2> 21580 T35 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 21580 T35 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 21581 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@23f6d2bc[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 21581 T35 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 21582 T11 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 21583 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@25446dc3
   [junit4]   2> 21592 T28 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 6
   [junit4]   2> 21597 T28 C2 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 21623 T28 C2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 21624 T28 C2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 21629 T28 C2 oass.SolrIndexSearcher.<init> Opening Searcher@248f6e08[collection1] main
   [junit4]   2> 21630 T28 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 21630 T36 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@248f6e08[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10))}
   [junit4]   2> 21631 T28 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={commit=true&waitSearcher=true&wt=javabin&softCommit=false&version=2} {commit=} 0 34
   [junit4]   2> 21642 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 21645 T11 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:47679
   [junit4]   2> 21646 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 21647 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 21647 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001
   [junit4]   2> 21648 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/'
   [junit4]   2> 21664 T11 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/solr.xml
   [junit4]   2> 21736 T11 oasc.CoreContainer.<init> New CoreContainer 1672886143
   [junit4]   2> 21736 T11 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/]
   [junit4]   2> 21738 T11 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 21739 T11 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 21739 T11 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 21740 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 21740 T11 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 21741 T11 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 21741 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 21742 T11 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 21742 T11 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 21743 T11 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 21744 T11 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 21745 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 21745 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 21751 T47 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/'
   [junit4]   2> 21805 T47 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 21861 T47 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 21862 T47 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 21873 T47 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 21895 T47 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 21897 T47 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/
   [junit4]   2> 21897 T47 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 21898 T47 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/
   [junit4]   2> 21898 T47 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 21900 T47 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data
   [junit4]   2> 21901 T47 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index/
   [junit4]   2> 21903 T47 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 21905 T47 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index
   [junit4]   2> 21911 T47 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 21912 T47 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 21915 T47 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 21916 T47 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21917 T47 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21917 T47 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21918 T47 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21918 T47 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 21919 T47 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 21919 T47 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 21920 T47 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 21920 T47 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 21921 T47 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 21921 T47 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 21924 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21926 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21929 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21931 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21933 T47 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 21937 T47 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 21937 T47 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 21942 T47 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 21942 T47 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 21943 T47 oass.SolrIndexSearcher.<init> Opening Searcher@3841eb7e[collection1] main
   [junit4]   2> 21944 T47 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/conf
   [junit4]   2> 21944 T47 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/conf}
   [junit4]   2> 21945 T47 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/conf
   [junit4]   2> 21947 T47 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 21947 T47 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/conf
   [junit4]   2> 21948 T47 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 21949 T47 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 21949 T48 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3841eb7e[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 21949 T47 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 21950 T11 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 21951 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@625a643c
   [junit4]   2> 21960 T40 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 6
   [junit4]   2> 21964 T40 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 21989 T40 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 21989 T40 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 21995 T40 C3 oass.SolrIndexSearcher.<init> Opening Searcher@2d3c6654[collection1] main
   [junit4]   2> 21995 T40 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 21996 T48 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2d3c6654[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10))}
   [junit4]   2> 21997 T40 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={commit=true&waitSearcher=true&wt=javabin&softCommit=false&version=2} {commit=} 0 33
   [junit4]   2> 21999 T11 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=392810938
   [junit4]   2> 22000 T11 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@25446dc3
   [junit4]   2> 22001 T11 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 22002 T11 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 22003 T11 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 22003 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 22007 T11 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 22008 T11 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 22009 T11 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data;done=false>>]
   [junit4]   2> 22010 T11 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data
   [junit4]   2> 22011 T11 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index;done=false>>]
   [junit4]   2> 22012 T11 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/index
   [junit4]   2> 22273 T11 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 27837 T11 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1023263314
   [junit4]   2> 27838 T11 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 27841 T41 C3 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=254 
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@5dc13614
   [junit4]   2> 27841 T18 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=782 
   [junit4]   2> 27889 T18 C4 oasc.SolrException.log ERROR null:org.eclipse.jetty.io.EofException
   [junit4]   2> 		at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
   [junit4]   2> 		at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
   [junit4]   2> 		at org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
   [junit4]   2> 		at org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
   [junit4]   2> 		at org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98)
   [junit4]   2> 		at org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52)
   [junit4]   2> 		at org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:50)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:753)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:422)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:202)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   2> 		at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:53)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 		at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
   [junit4]   2> 		at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	
   [junit4]   2> 27891 T18 C4 oasc.SolrException.log ERROR null:org.eclipse.jetty.io.EofException
   [junit4]   2> 		at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142)
   [junit4]   2> 		at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107)
   [junit4]   2> 		at org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214)
   [junit4]   2> 		at org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207)
   [junit4]   2> 		at org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98)
   [junit4]   2> 		at org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52)
   [junit4]   2> 		at org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:50)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:753)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:422)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:202)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 		at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]   2> 		at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]   2> 		at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]   2> 		at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]   2> 		at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]   2> 		at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:53)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]   2> 		at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]   2> 		at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]   2> 		at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
   [junit4]   2> 		at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	
   [junit4]   2> 27927 T18 C4 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5dc13614
   [junit4]   2> 27928 T18 C4 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 27929 T18 C4 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 27930 T18 C4 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 27931 T18 C4 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 27938 T18 C4 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 27939 T18 C4 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 27940 T18 C4 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 27941 T18 C4 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index
   [junit4]   2> 27965 T18 C4 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 27966 T18 C4 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data
   [junit4]   2> 28468 T42 C3 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={distrib=false&sort=_docid_+asc&wt=javabin&q=*:*&version=2&rows=0} hits=10 status=0 QTime=128 
   [junit4]   2> 32853 T11 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1672886143
   [junit4]   2> 32854 T11 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@625a643c
   [junit4]   2> 32855 T11 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 32855 T11 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 32856 T11 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 32856 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 32860 T11 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 32862 T11 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 32862 T11 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 32863 T11 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data
   [junit4]   2> 32864 T11 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 32864 T11 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index
   [junit4]   2> 32879 T11 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 37894 T11 oas.SolrTestCaseJ4.tearDown ###Ending testReliability
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLBHttpSolrServer -Dtests.method=testReliability -Dtests.seed=9168EC05C7DAB3E9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh_HK -Dtests.timezone=America/Martinique -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   34.1s J1 | TestLBHttpSolrServer.testReliability <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9168EC05C7DAB3E9:50A0314366BC6240]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:525)
   [junit4]    > 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
   [junit4]    > 	at org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability(TestLBHttpSolrServer.java:223)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:47679/solr
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:478)
   [junit4]    > 	... 43 more
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:152)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:122)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
   [junit4]    > 	... 46 more
   [junit4]   2> 38185 T11 oas.SolrTestCaseJ4.setUp ###Starting testSimple
   [junit4]   2> 38199 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 38202 T11 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:12334
   [junit4]   2> 38204 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 38205 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 38205 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001
   [junit4]   2> 38206 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/'
   [junit4]   2> 38261 T11 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/solr.xml
   [junit4]   2> 38386 T11 oasc.CoreContainer.<init> New CoreContainer 581943497
   [junit4]   2> 38387 T11 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/]
   [junit4]   2> 38389 T11 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 38390 T11 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 38390 T11 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 38391 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 38392 T11 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 38393 T11 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 38393 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 38394 T11 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 38395 T11 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 38396 T11 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 38397 T11 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 38398 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 38398 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 38406 T60 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/'
   [junit4]   2> 38476 T60 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 38541 T60 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 38543 T60 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 38555 T60 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 38579 T60 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 38581 T60 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/
   [junit4]   2> 38582 T60 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 38583 T60 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/
   [junit4]   2> 38583 T60 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 38585 T60 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data
   [junit4]   2> 38586 T60 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index/
   [junit4]   2> 38587 T60 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 38589 T60 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index
   [junit4]   2> 38595 T60 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 38596 T60 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 38599 T60 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 38601 T60 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 38602 T60 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 38602 T60 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 38603 T60 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 38604 T60 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 38604 T60 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 38605 T60 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 38605 T60 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 38606 T60 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 38607 T60 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 38607 T60 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 38626 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 38628 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 38631 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 38634 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 38636 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 38641 T60 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 38641 T60 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 38646 T60 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 38647 T60 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 38648 T60 oass.SolrIndexSearcher.<init> Opening Searcher@f8e0f75[collection1] main
   [junit4]   2> 38649 T60 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf
   [junit4]   2> 38650 T60 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf}
   [junit4]   2> 38651 T60 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf
   [junit4]   2> 38652 T60 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 38653 T60 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf
   [junit4]   2> 38654 T60 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 38655 T60 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 38655 T61 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f8e0f75[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 38655 T60 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 38657 T11 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 38658 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@3a1a099
   [junit4]   2> 38671 T53 C5 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]} 0 8
   [junit4]   2> 38677 T53 C5 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 38706 T53 C5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(MMapDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 38708 T53 C5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 38715 T53 C5 oass.SolrIndexSearcher.<init> Opening Searcher@106b9754[collection1] main
   [junit4]   2> 38716 T53 C5 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 38716 T61 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@106b9754[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10))}
   [junit4]   2> 38717 T53 C5 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={commit=true&waitSearcher=true&wt=javabin&softCommit=false&version=2} {commit=} 0 40
   [junit4]   2> 38728 T11 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 38732 T11 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:45587
   [junit4]   2> 38733 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 38734 T11 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 38734 T11 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001
   [junit4]   2> 38735 T11 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/'
   [junit4]   2> 38758 T11 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/solr.xml
   [junit4]   2> 38859 T11 oasc.CoreContainer.<init> New CoreContainer 849067622
   [junit4]   2> 38860 T11 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/]
   [junit4]   2> 38863 T11 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 38863 T11 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 38864 T11 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 38865 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 38865 T11 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 38866 T11 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 38867 T11 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 38867 T11 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 38868 T11 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 38869 T11 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 38870 T11 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 38871 T11 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 38871 T11 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 38880 T72 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/'
   [junit4]   2> 38956 T72 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 39027 T72 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 39028 T72 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 39041 T72 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 39062 T72 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 39064 T72 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/
   [junit4]   2> 39064 T72 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 39065 T72 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-1-001/collection1/data/
   [junit4]   2> 39065 T72 oasc.SolrCore.<init> JMX monitoring n

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

lave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf
   [junit4]   2> 74977 T146 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using file:dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/conf
   [junit4]   2> 74978 T146 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 74978 T146 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 74979 T146 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 74980 T146 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 74980 T147 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@549f33e3[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):c10))}
   [junit4]   2> 74980 T11 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1
   [junit4]   2> 74981 T11 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C14 name=collection1 org.apache.solr.core.SolrCore@4ee729a2
   [junit4]   2> 75070 T139 C14 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={distrib=false&sort=_docid_+asc&wt=javabin&q=*:*&version=2&rows=0} hits=10 status=0 QTime=1 
   [junit4]   2> 76186 T139 C14 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=10 status=0 QTime=0 
   [junit4]   2> 76190 T11 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1358898837
   [junit4]   2> 76191 T11 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4ee729a2
   [junit4]   2> 76192 T11 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 76192 T11 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 76193 T11 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 76194 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 76198 T11 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 76199 T11 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 76200 T11 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data;done=false>>]
   [junit4]   2> 76200 T11 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data
   [junit4]   2> 76201 T11 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index;done=false>>]
   [junit4]   2> 76202 T11 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-0-001/collection1/data/index
   [junit4]   2> 76220 T11 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 81219 T11 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1678243409
   [junit4]   2> 81220 T11 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2bcd1af1
   [junit4]   2> 81221 T11 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 81222 T11 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 81222 T11 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 81223 T11 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 81231 T11 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 81232 T11 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 81233 T11 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data;done=false>>]
   [junit4]   2> 81233 T11 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data
   [junit4]   2> 81235 T11 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index;done=false>>]
   [junit4]   2> 81235 T11 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001/instance-2-001/collection1/data/index
   [junit4]   2> 81254 T11 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 86233 T11 oas.SolrTestCaseJ4.tearDown ###Ending testTwoServers
   [junit4]   2> 86240 T11 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J1/./temp/solr.client.solrj.TestLBHttpSolrServer-9168EC05C7DAB3E9-001
   [junit4]   2> NOTE: test params are: codec=Lucene410: {name=PostingsFormat(name=Lucene41VarGapFixedInterval), id=PostingsFormat(name=Lucene41VarGapFixedInterval)}, docValues:{}, sim=DefaultSimilarity, locale=zh_HK, timezone=America/Martinique
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=3,free=87048816,total=265289728
   [junit4]   2> NOTE: All tests run in this JVM: [TestLBHttpSolrServer]
   [junit4] Completed on J1 in 87.09s, 3 tests, 1 error <<< FAILURES!

[...truncated 99 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:491: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:471: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:60: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/extra-targets.xml:39: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:202: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:496: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1361: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:964: There were test failures: 52 suites, 302 tests, 1 error

Total time: 68 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-trunk-Java7 #4829
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 9432516 bytes
Compression is 0.0%
Took 3 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4831 - Still Failing

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

6 tests failed.
REGRESSION:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testChildDoctransformer

Error Message:
Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 500 Server Error</title> </head> <body> <h2>HTTP ERROR: 500</h2> <p>Problem accessing /solr/collection1/select. Reason: <pre>    Server Error</pre></p> <hr /><i><small>Powered by Jetty://</small></i>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 Server Error</title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /solr/collection1/select. Reason:
<pre>    Server Error</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([50B23D58900A92D0:236822C21C12E5D6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:512)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.client.solrj.SolrExampleTests.testChildDoctransformer(SolrExampleTests.java:1373)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java: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:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:43)
	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)


REGRESSION:  org.apache.solr.client.solrj.SolrExampleXMLTest.testChildDoctransformer

Error Message:
java.lang.AssertionError

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([50B23D58900A92D0:236822C21C12E5D6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:550)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.client.solrj.SolrExampleTests.testChildDoctransformer(SolrExampleTests.java:1373)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java: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:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:43)
	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)


REGRESSION:  org.apache.solr.client.solrj.embedded.SolrExampleEmbeddedTest.testChildDoctransformer

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([50B23D58900A92D0:236822C21C12E5D6]:0)
	at org.apache.lucene.search.join.ToChildBlockJoinQuery$ToChildBlockJoinScorer.advance(ToChildBlockJoinQuery.java:286)
	at org.apache.lucene.search.FilteredQuery$LeapFrogScorer.advanceToNextCommonDoc(FilteredQuery.java:274)
	at org.apache.lucene.search.FilteredQuery$LeapFrogScorer.nextDoc(FilteredQuery.java:286)
	at org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:192)
	at org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:163)
	at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:35)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:614)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:289)
	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:224)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1631)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1454)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:535)
	at org.apache.solr.search.SolrIndexSearcher.getDocList(SolrIndexSearcher.java:1289)
	at org.apache.solr.response.transform.ChildDocTransformer.transform(ChildDocTransformerFactory.java:144)
	at org.apache.solr.response.BinaryResponseWriter$Resolver.writeResultsBody(BinaryResponseWriter.java:159)
	at org.apache.solr.response.BinaryResponseWriter$Resolver.writeResults(BinaryResponseWriter.java:183)
	at org.apache.solr.response.BinaryResponseWriter$Resolver.resolve(BinaryResponseWriter.java:88)
	at org.apache.solr.common.util.JavaBinCodec.writeVal(JavaBinCodec.java:158)
	at org.apache.solr.common.util.JavaBinCodec.writeNamedList(JavaBinCodec.java:148)
	at org.apache.solr.common.util.JavaBinCodec.writeKnownType(JavaBinCodec.java:242)
	at org.apache.solr.common.util.JavaBinCodec.writeVal(JavaBinCodec.java:153)
	at org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:96)
	at org.apache.solr.response.BinaryResponseWriter.getParsedResponse(BinaryResponseWriter.java:256)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.getParsedResponse(EmbeddedSolrServer.java:241)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:213)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.client.solrj.SolrExampleTests.testChildDoctransformer(SolrExampleTests.java:1373)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java: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:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:43)
	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)


REGRESSION:  org.apache.solr.client.solrj.embedded.SolrExampleJettyTest.testChildDoctransformer

Error Message:
Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 500 Server Error</title> </head> <body> <h2>HTTP ERROR: 500</h2> <p>Problem accessing /solr/collection1/select. Reason: <pre>    Server Error</pre></p> <hr /><i><small>Powered by Jetty://</small></i>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 Server Error</title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /solr/collection1/select. Reason:
<pre>    Server Error</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([50B23D58900A92D0:236822C21C12E5D6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:512)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.client.solrj.SolrExampleTests.testChildDoctransformer(SolrExampleTests.java:1373)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java: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:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:43)
	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)


REGRESSION:  org.apache.solr.client.solrj.embedded.SolrExampleStreamingBinaryTest.testChildDoctransformer

Error Message:
Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 500 Server Error</title> </head> <body> <h2>HTTP ERROR: 500</h2> <p>Problem accessing /solr/collection1/select. Reason: <pre>    Server Error</pre></p> <hr /><i><small>Powered by Jetty://</small></i>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 Server Error</title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /solr/collection1/select. Reason:
<pre>    Server Error</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([50B23D58900A92D0:236822C21C12E5D6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:512)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer.request(ConcurrentUpdateSolrServer.java:281)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.client.solrj.SolrExampleTests.testChildDoctransformer(SolrExampleTests.java:1373)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java: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:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:43)
	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)


REGRESSION:  org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest.testChildDoctransformer

Error Message:
java.lang.AssertionError

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([50B23D58900A92D0:236822C21C12E5D6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:550)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer.request(ConcurrentUpdateSolrServer.java:281)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.client.solrj.SolrExampleTests.testChildDoctransformer(SolrExampleTests.java:1373)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java: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:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:43)
	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 12474 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.embedded.SolrExampleJettyTest
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J3/./temp/solr.client.solrj.embedded.SolrExampleJettyTest-50B23D58900A92D0-001/init-core-data-001
   [junit4]   2> 44377 T50 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 44378 T50 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 44380 T50 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 44384 T50 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:38717
   [junit4]   2> 44386 T50 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 44386 T50 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 44387 T50 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr
   [junit4]   2> 44387 T50 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/'
   [junit4]   2> 44432 T50 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/solr.xml
   [junit4]   2> 44512 T50 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr
   [junit4]   2> 44513 T50 oasc.CoreContainer.<init> New CoreContainer 261868095
   [junit4]   2> 44513 T50 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/]
   [junit4]   2> 44515 T50 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 44516 T50 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 44516 T50 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 44517 T50 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 44517 T50 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 44518 T50 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 44518 T50 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 44519 T50 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 44519 T50 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 44520 T50 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 44521 T50 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 44521 T50 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 44522 T50 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 44527 T50 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr
   [junit4]   2> 44530 T50 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/collection1/
   [junit4]   2> 44542 T50 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 44543 T60 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/collection1/'
   [junit4]   2> 44627 T60 oasc.SolrConfig.initLibs Adding specified lib dirs to ClassLoader
   [junit4]   2> 44628 T60 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/extraction/lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/collection1/../../../contrib/extraction/lib).
   [junit4]   2> 44629 T60 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 44630 T60 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/clustering/lib/ (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/collection1/../../../contrib/clustering/lib).
   [junit4]   2> 44631 T60 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 44632 T60 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/langid/lib/ (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/collection1/../../../contrib/langid/lib).
   [junit4]   2> 44632 T60 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 44633 T60 oasc.SolrResourceLoader.addToClassLoader WARN No files added to classloader from lib: ../../../contrib/velocity/lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/collection1/../../../contrib/velocity/lib).
   [junit4]   2> 44634 T60 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../dist/ (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/collection1/../../../dist).
   [junit4]   2> 44683 T60 oasu.SolrIndexConfig.<init> IndexWriter infoStream solr logging is enabled
   [junit4]   2> 44689 T60 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 44796 T60 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 44797 T60 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 44892 T60 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> 45409 T60 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 45412 T60 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 45413 T60 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 45440 T60 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 45448 T60 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 45497 T60 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/collection1/
   [junit4]   2> 45498 T60 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 45498 T60 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J3/temp/solr.client.solrj.embedded.SolrExampleJettyTest-50B23D58900A92D0-001/tempDir-001/
   [junit4]   2> 45498 T60 oasc.JmxMonitoredMap.<init> No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 45499 T60 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 45499 T60 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}
   [junit4]   2> 45500 T60 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J3/temp/solr.client.solrj.embedded.SolrExampleJettyTest-50B23D58900A92D0-001/tempDir-001
   [junit4]   2> 45500 T60 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J3/temp/solr.client.solrj.embedded.SolrExampleJettyTest-50B23D58900A92D0-001/tempDir-001/index/
   [junit4]   2> 45500 T60 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J3/temp/solr.client.solrj.embedded.SolrExampleJettyTest-50B23D58900A92D0-001/tempDir-001/index' doesn't exist. Creating new index...
   [junit4]   2> 45501 T60 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J3/temp/solr.client.solrj.embedded.SolrExampleJettyTest-50B23D58900A92D0-001/tempDir-001/index
   [junit4]   2> 45503 T60 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: init: current segments file is "null"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@3536a242
   [junit4]   2> 45503 T60 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 45503 T60 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: 0 msec to checkpoint
   [junit4]   2> 45503 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: init: create=true
   [junit4]   2> 45504 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: 
   [junit4]   2> 	dir=MockDirectoryWrapper(RAMDirectory@54b053b1 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J3/temp/solr.client.solrj.embedded.SolrExampleJettyTest-50B23D58900A92D0-001/tempDir-001/index)
   [junit4]   2> 	index=
   [junit4]   2> 	version=5.0.0
   [junit4]   2> 	analyzer=null
   [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=2, mergeThreadPriority=-1
   [junit4]   2> 	default WRITE_LOCK_TIMEOUT=1000
   [junit4]   2> 	writeLockTimeout=1000
   [junit4]   2> 	codec=Lucene410
   [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.0
   [junit4]   2> 	indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@15d6b659
   [junit4]   2> 	readerPooling=false
   [junit4]   2> 	perThreadHardLimitMB=1945
   [junit4]   2> 	useCompoundFile=false
   [junit4]   2> 	checkIntegrityAtMerge=false
   [junit4]   2> 	commitOnClose=true
   [junit4]   2> 	writer=org.apache.lucene.util.SetOnce@435d9842
   [junit4]   2> 	
   [junit4]   2> 45504 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: now flush at close
   [junit4]   2> 45505 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 45505 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]:   index before flush 
   [junit4]   2> 45505 T60 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: startFullFlush
   [junit4]   2> 45505 T60 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 45506 T60 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: coreLoadExecutor-23-thread-1 finishFullFlush success=true
   [junit4]   2> 45506 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: apply all deletes during flush
   [junit4]   2> 45506 T60 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-23-thread-1]: prune sis=null:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 45507 T60 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-23-thread-1]: now merge
   [junit4]   2> 45507 T60 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-23-thread-1]:   index: 
   [junit4]   2> 45507 T60 oasu.LoggingInfoStream.message [CMS][coreLoadExecutor-23-thread-1]:   no more merges pending; now return
   [junit4]   2> 45507 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: waitForMerges
   [junit4]   2> 45508 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: waitForMerges done
   [junit4]   2> 45508 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: commit: start
   [junit4]   2> 45508 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: commit: enter lock
   [junit4]   2> 45508 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: commit: now prepare
   [junit4]   2> 45509 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: prepareCommit: flush
   [junit4]   2> 45509 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]:   index before flush 
   [junit4]   2> 45509 T60 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: startFullFlush
   [junit4]   2> 45509 T60 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 45510 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: apply all deletes during flush
   [junit4]   2> 45510 T60 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-23-thread-1]: prune sis=null:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 45510 T60 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: coreLoadExecutor-23-thread-1 finishFullFlush success=true
   [junit4]   2> 45511 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: startCommit(): start
   [junit4]   2> 45511 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: startCommit index= changeCount=1
   [junit4]   2> 45511 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: done all syncs: []
   [junit4]   2> 45512 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: commit: pendingCommit != null
   [junit4]   2> 45512 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: commit: wrote segments file "segments_1"
   [junit4]   2> 45512 T60 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 45513 T60 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@54b053b1 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J3/temp/solr.client.solrj.embedded.SolrExampleJettyTest-50B23D58900A92D0-001/tempDir-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 45513 T60 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 45514 T60 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: 1 msec to checkpoint
   [junit4]   2> 45514 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: commit: took 5.2 msec
   [junit4]   2> 45514 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: commit: done
   [junit4]   2> 45514 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: rollback
   [junit4]   2> 45515 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: all running merges have aborted
   [junit4]   2> 45515 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: rollback: done finish merges
   [junit4]   2> 45515 T60 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: abort
   [junit4]   2> 45516 T60 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: done abort; abortedFiles=[] success=true
   [junit4]   2> 45516 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: rollback: infos=
   [junit4]   2> 45516 T60 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 45516 T60 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: 0 msec to checkpoint
   [junit4]   2> 45517 T60 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
   [junit4]   2> 45517 T60 oasc.SolrCore.initWriters adding lazy queryResponseWriter: solr.VelocityResponseWriter
   [junit4]   2> 45517 T60 oasc.SolrCore.initWriters created velocity: solr.VelocityResponseWriter
   [junit4]   2> 45518 T60 oasc.SolrCore.initWriters created xslt: solr.XSLTResponseWriter
   [junit4]   2> 45518 T60 oasr.XSLTResponseWriter.init xsltCacheLifetimeSeconds=5
   [junit4]   2> 45520 T60 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 45520 T60 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 45520 T60 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 45521 T60 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 45521 T60 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 45521 T60 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
   [junit4]   2> 45522 T60 oasc.RequestHandlers.initHandlersFromConfig created /query: solr.SearchHandler
   [junit4]   2> 45522 T60 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 45522 T60 oasc.RequestHandlers.initHandlersFromConfig created /export: solr.SearchHandler
   [junit4]   2> 45523 T60 oasc.RequestHandlers.initHandlersFromConfig created /browse: solr.SearchHandler
   [junit4]   2> 45523 T60 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
   [junit4]   2> 45523 T60 oasc.RequestHandlers.initHandlersFromConfig created /update/extract: solr.extraction.ExtractingRequestHandler
   [junit4]   2> 45524 T60 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
   [junit4]   2> 45524 T60 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
   [junit4]   2> 45524 T60 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
   [junit4]   2> 45524 T60 oasc.RequestHandlers.initHandlersFromConfig created /analysis/document: solr.DocumentAnalysisRequestHandler
   [junit4]   2> 45525 T60 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
   [junit4]   2> 45525 T60 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 45525 T60 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 45526 T60 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 45526 T60 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 45526 T60 oasc.RequestHandlers.initHandlersFromConfig created /spell: solr.SearchHandler
   [junit4]   2> 45526 T60 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 45527 T60 oasc.RequestHandlers.initHandlersFromConfig created /suggest: solr.SearchHandler
   [junit4]   2> 45527 T60 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 45527 T60 oasc.RequestHandlers.initHandlersFromConfig created /tvrh: solr.SearchHandler
   [junit4]   2> 45527 T60 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 45528 T60 oasc.RequestHandlers.initHandlersFromConfig created /terms: solr.SearchHandler
   [junit4]   2> 45528 T60 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
   [junit4]   2> 45528 T60 oasc.RequestHandlers.initHandlersFromConfig created /elevate: solr.SearchHandler
   [junit4]   2> 45541 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 45543 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 45545 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 45547 T60 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 45591 T60 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 45591 T60 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 45592 T60 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: init: current segments file is "segments_1"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@3536a242
   [junit4]   2> 45593 T60 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: init: load commit "segments_1"
   [junit4]   2> 45593 T60 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@54b053b1 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J3/temp/solr.client.solrj.embedded.SolrExampleJettyTest-50B23D58900A92D0-001/tempDir-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 45594 T60 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 45594 T60 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 45594 T60 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-23-thread-1]: 0 msec to checkpoint
   [junit4]   2> 45594 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: init: create=false
   [junit4]   2> 45595 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: 
   [junit4]   2> 	dir=MockDirectoryWrapper(RAMDirectory@54b053b1 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J3/temp/solr.client.solrj.embedded.SolrExampleJettyTest-50B23D58900A92D0-001/tempDir-001/index)
   [junit4]   2> 	index=
   [junit4]   2> 	version=5.0.0
   [junit4]   2> 	analyzer=null
   [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=2, mergeThreadPriority=-1
   [junit4]   2> 	default WRITE_LOCK_TIMEOUT=1000
   [junit4]   2> 	writeLockTimeout=1000
   [junit4]   2> 	codec=Lucene410
   [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.0
   [junit4]   2> 	indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@8bcddb0
   [junit4]   2> 	readerPooling=false
   [junit4]   2> 	perThreadHardLimitMB=1945
   [junit4]   2> 	useCompoundFile=false
   [junit4]   2> 	checkIntegrityAtMerge=false
   [junit4]   2> 	commitOnClose=true
   [junit4]   2> 	writer=org.apache.lucene.util.SetOnce@277e524b
   [junit4]   2> 	
   [junit4]   2> 45595 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: flush at getReader
   [junit4]   2> 45595 T60 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: startFullFlush
   [junit4]   2> 45596 T60 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 45596 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: apply all deletes during flush
   [junit4]   2> 45596 T60 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-23-thread-1]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 45597 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: return reader version=1 reader=StandardDirectoryReader(segments_1:1:nrt)
   [junit4]   2> 45597 T60 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-23-thread-1]: coreLoadExecutor-23-thread-1 finishFullFlush success=true
   [junit4]   2> 45597 T60 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-23-thread-1]: getReader took 2 msec
   [junit4]   2> 45598 T60 oass.SolrIndexSearcher.<init> Opening Searcher@4c745a45[collection1] main
   [junit4]   2> 45599 T60 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 45599 T60 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 45599 T60 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 45600 T60 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 45600 T60 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 45600 T60 oasr.RestManager.init Initializing 2 registered ManagedResources
   [junit4]   2> 45601 T60 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using InMemoryStorage
   [junit4]   2> 45601 T60 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 45601 T60 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using InMemoryStorage
   [junit4]   2> 45601 T60 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 45602 T60 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 45602 T60 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using InMemoryStorage
   [junit4]   2> 45602 T60 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 45603 T60 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 45603 T60 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 45603 T60 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 45604 T60 oass.DirectSolrSpellChecker.init 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> 45604 T60 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
   [junit4]   2> 45604 T60 oashc.SuggestComponent.inform Initializing SuggestComponent
   [junit4]   2> 45605 T60 oasss.SolrSuggester.init init: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string}
   [junit4]   2> 45605 T60 oasss.SolrSuggester.init Dictionary loaded with params: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string}
   [junit4]   2> 45606 T60 oashc.QueryElevationComponent.inform Loading QueryElevation from: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/example/solr/collection1/conf/elevate.xml
   [junit4]   2> 45617 T60 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 45617 T61 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@4c745a45[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 45617 T60 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 45618 T50 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J3
   [junit4]   2> 45619 T50 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 45619 T50 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#38717
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@35671ce7
   [junit4]   2> 45619 T61 C3 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 45620 T61 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 45620 T61 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 45620 T61 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 45621 T61 oashc.SuggestComponent$SuggesterListener.newSearcher Loading suggester index for: mySuggester
   [junit4]   2> 45621 T61 oasss.SolrSuggester.reload reload()
   [junit4]   2> 45621 T61 oasss.SolrSuggester.build build()
   [junit4]   2> 45624 T61 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4c745a45[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 45629 T50 oas.SolrTestCaseJ4.setUp ###Starting testPivotFacetsMissing
   [junit4]   2> 45699 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 45699 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: nrtIsCurrent: infoVersion matches: true; DW changes: true; BD changes: false
   [junit4]   2> 45700 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 45700 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: flush at getReader
   [junit4]   2> 45700 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: startFullFlush
   [junit4]   2> 45701 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 45701 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: qtp1727090285-53: flush naked frozen global deletes
   [junit4]   2> 45707 T53 C3 oasu.LoggingInfoStream.message [BD][qtp1727090285-53]: push deletes  1 deleted queries bytesUsed=64 delGen=2 packetCount=1 totBytesUsed=64
   [junit4]   2> 45708 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: flush: push buffered updates:  1 deleted queries bytesUsed=64
   [junit4]   2> 45708 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: apply all deletes during flush
   [junit4]   2> 45708 T53 C3 oasu.LoggingInfoStream.message [BD][qtp1727090285-53]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=1
   [junit4]   2> 45709 T53 C3 oasu.LoggingInfoStream.message [BD][qtp1727090285-53]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 45709 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: return reader version=1 reader=StandardDirectoryReader(segments_1:1:nrt)
   [junit4]   2> 45709 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: qtp1727090285-53 finishFullFlush success=true
   [junit4]   2> 45710 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: getReader took 10 msec
   [junit4]   2> 45711 T53 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1478372477954424832)} 0 79
   [junit4]   2> 45720 T53 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 45721 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 45722 T53 C3 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 45730 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 45731 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: nrtIsCurrent: infoVersion matches: true; DW changes: false; BD changes: false
   [junit4]   2> 45731 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 45732 T53 C3 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 45733 T53 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 45733 T53 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&wt=javabin&softCommit=false&commit=true&version=2} {commit=} 0 13
   [junit4]   2> 45738 T53 C3 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=1 
   [junit4]   2> 45791 T53 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1478372478070816768), 2 (1478372478113808384), 3 (1478372478114856960), 4 (1478372478114856961), 5 (1478372478115905536), 6 (1478372478115905537), 7 (1478372478116954112), 8 (1478372478118002688), 9 (1478372478118002689), 10 (1478372478119051264), ... (12 adds)]} 0 49
   [junit4]   2> 45796 T53 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 45796 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: commit: start
   [junit4]   2> 45797 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: commit: enter lock
   [junit4]   2> 45797 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: commit: now prepare
   [junit4]   2> 45798 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: prepareCommit: flush
   [junit4]   2> 45798 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]:   index before flush 
   [junit4]   2> 45799 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: startFullFlush
   [junit4]   2> 45799 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: anyChanges? numDocsInRam=12 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 45800 T53 C3 oasu.LoggingInfoStream.message [DWFC][qtp1727090285-53]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0 11 deleted terms (unique count=11) bytesUsed=1818, segment=_0, aborting=false, numDocsInRAM=12, deleteQueue=DWDQ: [ generation: 2 ]]
   [junit4]   2> 45801 T53 C3 oasu.LoggingInfoStream.message [DWPT][qtp1727090285-53]: flush postings as segment _0 numDocs=12
   [junit4]   2> 45851 T53 C3 oasu.LoggingInfoStream.message [DWPT][qtp1727090285-53]: new segment has 0 deleted docs
   [junit4]   2> 45852 T53 C3 oasu.LoggingInfoStream.message [DWPT][qtp1727090285-53]: new segment has no vectors; norms; no docValues; prox; freqs
   [junit4]   2> 45852 T53 C3 oasu.LoggingInfoStream.message [DWPT][qtp1727090285-53]: flushedFiles=[_0_Lucene41_0.tip, _0.fdt, _0_Lucene41_0.tim, _0_Lucene41_0.pos, _0.nvd, _0.fdx, _0.nvm, _0.fnm, _0_Lucene41_0.doc]
   [junit4]   2> 45853 T53 C3 oasu.LoggingInfoStream.message [DWPT][qtp1727090285-53]: flushed codec=Lucene410
   [junit4]   2> 45854 T53 C3 oasu.LoggingInfoStream.message [DWPT][qtp1727090285-53]: flushed: segment=_0 ramUsed=0.082 MB newFlushedSize(includes docstores)=0.002 MB docs/MB=6,207.653
   [junit4]   2> 45855 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: publishFlushedSegment seg-private updates=null
   [junit4]   2> 45855 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: publishFlushedSegment
   [junit4]   2> 45856 T53 C3 oasu.LoggingInfoStream.message [BD][qtp1727090285-53]: push deletes  12 deleted terms (unique count=12) bytesUsed=1056 delGen=4 packetCount=1 totBytesUsed=1056
   [junit4]   2> 45856 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: publish sets newSegment delGen=5 seg=_0(5.0.0):C12
   [junit4]   2> 45857 T53 C3 oasu.LoggingInfoStream.message [IFD][qtp1727090285-53]: now checkpoint "_0(5.0.0):C12" [1 segments ; isCommit = false]
   [junit4]   2> 45858 T53 C3 oasu.LoggingInfoStream.message [IFD][qtp1727090285-53]: 0 msec to checkpoint
   [junit4]   2> 45858 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: apply all deletes during flush
   [junit4]   2> 45859 T53 C3 oasu.LoggingInfoStream.message [BD][qtp1727090285-53]: applyDeletes: infos=[_0(5.0.0):C12] packetCount=1
   [junit4]   2> 45859 T53 C3 oasu.LoggingInfoStream.message [BD][qtp1727090285-53]: applyDeletes took 0 msec
   [junit4]   2> 45860 T53 C3 oasu.LoggingInfoStream.message [BD][qtp1727090285-53]: prune sis=segments_1: _0(5.0.0):C12 minGen=6 packetCount=1
   [junit4]   2> 45860 T53 C3 oasu.LoggingInfoStream.message [BD][qtp1727090285-53]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 45861 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: qtp1727090285-53 finishFullFlush success=true
   [junit4]   2> 45861 T53 C3 oasu.LoggingInfoStream.message [TMP][qtp1727090285-53]: findMerges: 1 segments
   [junit4]   2> 45862 T53 C3 oasu.LoggingInfoStream.message [TMP][qtp1727090285-53]:   seg=_0(5.0.0):C12 size=0.002 MB [floored]
   [junit4]   2> 45863 T53 C3 oasu.LoggingInfoStream.message [TMP][qtp1727090285-53]:   allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
   [junit4]   2> 45863 T53 C3 oasu.LoggingInfoStream.message [CMS][qtp1727090285-53]: now merge
   [junit4]   2> 45864 T53 C3 oasu.LoggingInfoStream.message [CMS][qtp1727090285-53]:   index: _0(5.0.0):C12
   [junit4]   2> 45864 T53 C3 oasu.LoggingInfoStream.message [CMS][qtp1727090285-53]:   no more merges pending; now return
   [junit4]   2> 45865 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: startCommit(): start
   [junit4]   2> 45865 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: startCommit index=_0(5.0.0):C12 changeCount=3
   [junit4]   2> 45866 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: done all syncs: [_0_Lucene41_0.tip, _0.fdt, _0.fdx, _0.nvd, _0_Lucene41_0.pos, _0_Lucene41_0.tim, _0.si, _0.nvm, _0.fnm, _0_Lucene41_0.doc]
   [junit4]   2> 45867 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: commit: pendingCommit != null
   [junit4]   2> 45868 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: commit: wrote segments file "segments_2"
   [junit4]   2> 45868 T53 C3 oasu.LoggingInfoStream.message [IFD][qtp1727090285-53]: now checkpoint "_0(5.0.0):C12" [1 segments ; isCommit = true]
   [junit4]   2> 45869 T53 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@54b053b1 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J3/temp/solr.client.solrj.embedded.SolrExampleJettyTest-50B23D58900A92D0-001/tempDir-001/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@54b053b1 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J3/temp/solr.client.solrj.embedded.SolrExampleJettyTest-50B23D58900A92D0-001/tempDir-001/index),segFN=segments_2,generation=2}
   [junit4]   2> 45870 T53 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 45870 T53 C3 oasu.LoggingInfoStream.message [IFD][qtp1727090285-53]: deleteCommits: now decRef commit "segments_1"
   [junit4]   2> 45871 T53 C3 oasu.LoggingInfoStream.message [IFD][qtp1727090285-53]: delete "segments_1"
   [junit4]   2> 45871 T53 C3 oasu.LoggingInfoStream.message [IFD][qtp1727090285-53]: 3 msec to checkpoint
   [junit4]   2> 45872 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: commit: took 73.9 msec
   [junit4]   2> 45872 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: commit: done
   [junit4]   2> 45873 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 45874 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 45874 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: flush at getReader
   [junit4]   2> 45875 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: startFullFlush
   [junit4]   2> 45875 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 45876 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: apply all deletes during flush
   [junit4]   2> 45876 T53 C3 oasu.LoggingInfoStream.message [BD][qtp1727090285-53]: applyDeletes: no deletes; skipping
   [junit4]   2> 45877 T53 C3 oasu.LoggingInfoStream.message [BD][qtp1727090285-53]: prune sis=segments_2: _0(5.0.0):C12 minGen=6 packetCount=0
   [junit4]   2> 45918 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: return reader version=3 reader=StandardDirectoryReader(segments_2:3:nrt _0(5.0.0):C12)
   [junit4]   2> 45919 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: qtp1727090285-53 finishFullFlush success=true
   [junit4]   2> 45919 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: getReader took 45 msec
   [junit4]   2> 45920 T53 C3 oass.SolrIndexSearcher.<init> Opening Searcher@33a7ce01[collection1] main
   [junit4]   2> 45921 T53 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 45921 T61 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@33a7ce01[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):C12))}
   [junit4]   2> 45922 T61 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 45922 T61 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@33a7ce01[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0.0):C12))}
   [junit4]   2> 45923 T53 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&wt=javabin&softCommit=false&commit=true&version=2} {commit=} 0 127
   [junit4]   2> 46387 T53 C3 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={facet=true&wt=javabin&facet.pivot=features,cat&facet.pivot=cat,features&facet.pivot=features,cat,inStock&q=*:*&facet.mincount=0&version=2&facet.missing=true&rows=0} hits=12 status=0 QTime=459 
   [junit4]   2> 46478 T53 C3 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={facet=true&wt=javabin&fq={!tag%3Dmytag}-(features:bbb+AND+cat:a+AND+inStock:true)&facet.pivot={!ex%3Dmytag+key%3Dmykey}features,cat&q=*:*&facet.mincount=0&version=2&rows=0} hits=11 status=0 QTime=77 
   [junit4]   2> 46480 T50 oas.SolrTestCaseJ4.tearDown ###Ending testPivotFacetsMissing
   [junit4]   2> 46495 T50 oas.SolrTestCaseJ4.setUp ###Starting testRealtimeGet
   [junit4]   2> 46501 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 46501 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: nrtIsCurrent: infoVersion matches: true; DW changes: true; BD changes: false
   [junit4]   2> 46502 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 46502 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: flush at getReader
   [junit4]   2> 46503 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: startFullFlush
   [junit4]   2> 46503 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 46504 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: qtp1727090285-53: flush naked frozen global deletes
   [junit4]   2> 46505 T53 C3 oasu.LoggingInfoStream.message [BD][qtp1727090285-53]: push deletes  1 deleted queries bytesUsed=64 delGen=8 packetCount=1 totBytesUsed=64
   [junit4]   2> 46505 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: flush: push buffered updates:  1 deleted queries bytesUsed=64
   [junit4]   2> 46506 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: apply all deletes during flush
   [junit4]   2> 46506 T53 C3 oasu.LoggingInfoStream.message [BD][qtp1727090285-53]: applyDeletes: infos=[_0(5.0.0):C12] packetCount=1
   [junit4]   2> 46669 T53 C3 oasu.LoggingInfoStream.message [BD][qtp1727090285-53]: seg=_0(5.0.0):C12 segGen=6 coalesced deletes=[CoalescedUpdates(termSets=1,queries=1,numericDVUpdates=0,binaryDVUpdates=0)] newDelCount=12 100% deleted
   [junit4]   2> 46669 T53 C3 oasu.LoggingInfoStream.message [BD][qtp1727090285-53]: applyDeletes took 163 msec
   [junit4]   2> 46670 T53 C3 oasu.LoggingInfoStream.message [IFD][qtp1727090285-53]: now checkpoint "_0(5.0.0):C12/12" [1 segments ; isCommit = false]
   [junit4]   2> 46671 T53 C3 oasu.LoggingInfoStream.message [IFD][qtp1727090285-53]: 0 msec to checkpoint
   [junit4]   2> 46671 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: drop 100% deleted segments: _0(5.0.0):C12/12
   [junit4]   2> 46672 T53 C3 oasu.LoggingInfoStream.message [IFD][qtp1727090285-53]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 46672 T53 C3 oasu.LoggingInfoStream.message [IFD][qtp1727090285-53]: 0 msec to checkpoint
   [junit4]   2> 46673 T53 C3 oasu.LoggingInfoStream.message [BD][qtp1727090285-53]: prune sis=segments_2:  minGen=9223372036854775807 packetCount=1
   [junit4]   2> 46673 T53 C3 oasu.LoggingInfoStream.message [BD][qtp1727090285-53]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 46674 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: return reader version=5 reader=StandardDirectoryReader(segments_2:5:nrt)
   [junit4]   2> 46675 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: qtp1727090285-53 finishFullFlush success=true
   [junit4]   2> 46675 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: getReader took 173 msec
   [junit4]   2> 46676 T53 C3 oass.SolrIndexSearcher.<init> Opening Searcher@55342a2e[collection1] realtime
   [junit4]   2> 46677 T53 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1478372478863540224)} 0 178
   [junit4]   2> 46684 T53 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[DOCID (1478372479055429632)]} 0 2
   [junit4]   2> 46689 T53 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 46689 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: commit: start
   [junit4]   2> 46690 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: commit: enter lock
   [junit4]   2> 46690 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: commit: now prepare
   [junit4]   2> 46691 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]: prepareCommit: flush
   [junit4]   2> 46691 T53 C3 oasu.LoggingInfoStream.message [IW][qtp1727090285-53]:   index before flush 
   [junit4]   2> 46692 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: startFullFlush
   [junit4]   2> 46692 T53 C3 oasu.LoggingInfoStream.message [DW][qtp1727090285-53]: anyChanges? numDocsInRam=1 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 46693 T53 C3 oasu.LoggingInfoStream.message [DWFC][qtp1727090285-53]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=_1, aborting=false, numDocsInRAM=1, deleteQueue=DWDQ: [ generation: 5 ]]
   [junit4]   2> 46693 T53 C3 oasu.LoggingInfoStream.message [DWPT][qtp1727090285-53]: flush postings as segment _1 numDocs=1
   [junit4]   2> 46698 T53 C3 oasu.LoggingInfoStream.message [DWPT][qtp1727090285-53]: new segment has 0 deleted docs
   [junit4]   2> 46698 T53 C3 oasu.LoggingInfoStream.message [DWPT][qtp1727090285-53]: new segment has no vectors; norms; no docValues; pr

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

xampleXMLTest-seed#[50B23D58900A92D0]-worker]:   index before flush _1a(5.0.0):C2
   [junit4]   2> 99922 T184 C18 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: startFullFlush
   [junit4]   2> 99923 T184 C18 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 99923 T184 C18 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker finishFullFlush success=true
   [junit4]   2> 99923 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: apply all deletes during flush
   [junit4]   2> 99924 T184 C18 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: applyDeletes: no deletes; skipping
   [junit4]   2> 99924 T184 C18 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: prune sis=segments_1r: _1a(5.0.0):C2 minGen=275 packetCount=0
   [junit4]   2> 99924 T184 C18 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: now merge
   [junit4]   2> 99925 T184 C18 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]:   index: _1a(5.0.0):C2
   [junit4]   2> 99925 T184 C18 oasu.LoggingInfoStream.message [CMS][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]:   no more merges pending; now return
   [junit4]   2> 99925 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: waitForMerges
   [junit4]   2> 99926 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: waitForMerges done
   [junit4]   2> 99926 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: commit: start
   [junit4]   2> 99926 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: commit: enter lock
   [junit4]   2> 99926 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: commit: now prepare
   [junit4]   2> 99927 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: prepareCommit: flush
   [junit4]   2> 99927 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]:   index before flush _1a(5.0.0):C2
   [junit4]   2> 99927 T184 C18 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: startFullFlush
   [junit4]   2> 99928 T184 C18 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: anyChanges? numDocsInRam=0 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 99928 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: apply all deletes during flush
   [junit4]   2> 99928 T184 C18 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: applyDeletes: no deletes; skipping
   [junit4]   2> 99929 T184 C18 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: prune sis=segments_1r: _1a(5.0.0):C2 minGen=275 packetCount=0
   [junit4]   2> 99929 T184 C18 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker finishFullFlush success=true
   [junit4]   2> 99929 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: startCommit(): start
   [junit4]   2> 99930 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]:   skip startCommit(): no changes pending
   [junit4]   2> 99930 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: commit: pendingCommit == null; skip
   [junit4]   2> 99930 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: commit: done
   [junit4]   2> 99931 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: rollback
   [junit4]   2> 99931 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: all running merges have aborted
   [junit4]   2> 99931 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: rollback: done finish merges
   [junit4]   2> 99932 T184 C18 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: abort
   [junit4]   2> 99932 T184 C18 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: done abort; abortedFiles=[] success=true
   [junit4]   2> 99932 T184 C18 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: rollback: infos=_1a(5.0.0):C2
   [junit4]   2> 99933 T184 C18 oasu.LoggingInfoStream.message [IFD][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: now checkpoint "_1a(5.0.0):C2" [1 segments ; isCommit = false]
   [junit4]   2> 99933 T184 C18 oasu.LoggingInfoStream.message [IFD][SUITE-SolrExampleXMLTest-seed#[50B23D58900A92D0]-worker]: 0 msec to checkpoint
   [junit4]   2> 99934 T184 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 99935 T184 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 99935 T184 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.SolrExampleXMLTest-50B23D58900A92D0-001/tempDir-001/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.SolrExampleXMLTest-50B23D58900A92D0-001/tempDir-001/index;done=false>>]
   [junit4]   2> 99935 T184 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.SolrExampleXMLTest-50B23D58900A92D0-001/tempDir-001/index
   [junit4]   2> 99936 T184 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.SolrExampleXMLTest-50B23D58900A92D0-001/tempDir-001 [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.SolrExampleXMLTest-50B23D58900A92D0-001/tempDir-001;done=false>>]
   [junit4]   2> 99936 T184 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.SolrExampleXMLTest-50B23D58900A92D0-001/tempDir-001
   [junit4]   2> 99937 T184 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 104918 T184 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-solrj/test/J2/./temp/solr.client.solrj.SolrExampleXMLTest-50B23D58900A92D0-001
   [junit4]   2> NOTE: test params are: codec=Lucene410: {}, docValues:{}, sim=DefaultSimilarity, locale=es_BO, timezone=Pacific/Chatham
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=78955576,total=258998272
   [junit4]   2> NOTE: All tests run in this JVM: [TestBatchUpdate, LargeVolumeBinaryJettyTest, TestXMLEscaping, LargeVolumeEmbeddedTest, SolrExampleStreamingTest, TermsResponseTest, TestHash, TestDocumentObjectBinder, SolrExceptionTest, TestCoreAdmin, SolrPingTest, LargeVolumeJettyTest, SolrExampleXMLTest]
   [junit4] Completed on J2 in 14.99s, 27 tests, 1 error <<< FAILURES!

[...truncated 86 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:491: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:471: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:60: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/extra-targets.xml:39: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:202: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:496: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1361: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:964: There were test failures: 52 suites, 302 tests, 5 errors, 1 failure

Total time: 63 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-trunk-Java7 #4829
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 10600682 bytes
Compression is 0.0%
Took 4.1 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure