You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/07/22 12:10:25 UTC

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 1691 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1691/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseG1GC

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([8DB57AB926ED36E:C9138AED330802C7]: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:222)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java: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:58769/solr
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:559)
	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)
	... 44 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:449)
	... 47 more




Build Log:
[...truncated 12710 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:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/solrj/test-lib/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [junit4]   2> SLF4J: Found binding in [jar:file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/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: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./solr.client.solrj.TestLBHttpSolrServer-8DB57AB926ED36E-001/init-core-data-001
   [junit4]   2> 4440 T12 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 4628 T12 oas.SolrTestCaseJ4.setUp ###Starting testReliability
   [junit4]   2> 5862 T12 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6269 T12 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58765
   [junit4]   2> 6444 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6622 T12 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6624 T12 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10
   [junit4]   2> 6625 T12 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/'
   [junit4]   2> 7410 T12 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/solr.xml
   [junit4]   2> 7890 T12 oasc.CoreContainer.<init> New CoreContainer 2113093102
   [junit4]   2> 7910 T12 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/]
   [junit4]   2> 8114 T12 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 8116 T12 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 8117 T12 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 8118 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 8120 T12 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 8125 T12 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 8126 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 8128 T12 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 8129 T12 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 8582 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 8588 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 8597 T12 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 9207 T24 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/'
   [junit4]   2> 9483 T24 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 9856 T24 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 9915 T24 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 9948 T24 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 10135 T24 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.IntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 10261 T24 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 10299 T24 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/
   [junit4]   2> 10596 T24 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 10655 T24 oasc.SolrCore.<init> [collection1] Opening new SolrCore at org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/, dataDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data/
   [junit4]   2> 10658 T24 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 10876 T24 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data
   [junit4]   2> 10882 T24 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data/index/
   [junit4]   2> 10886 T24 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 10923 T24 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data/index
   [junit4]   2> 11231 T24 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 11239 T24 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 12849 T24 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 12958 T24 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 12959 T24 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 12960 T24 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 12967 T24 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 13018 T24 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 13107 T24 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 13246 T24 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 13369 T24 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 13369 T24 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 13409 T24 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 13411 T24 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 13530 T24 oass.SolrIndexSearcher.<init> Opening Searcher@70c38bc1[collection1] main
   [junit4]   2> 13622 T24 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/conf
   [junit4]   2> 13624 T24 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/conf}
   [junit4]   2> 13750 T24 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/conf
   [junit4]   2> 13753 T24 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 13773 T24 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/conf
   [junit4]   2> 13774 T24 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 13898 T24 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 13899 T24 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 13900 T25 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@70c38bc1[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 13912 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   2> 13913 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C0 name=collection1 org.apache.solr.core.SolrCore@2eb3998c
   [junit4]   2> 16451 T21 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 992
   [junit4]   2> ASYNC  NEW_CORE C1 name=collection1 org.apache.solr.core.SolrCore@2eb3998c
   [junit4]   2> 16688 T20 C1 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 17789 T20 C1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 17810 T20 C1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> ASYNC  NEW_CORE C2 name=collection1 org.apache.solr.core.SolrCore@2eb3998c
   [junit4]   2> 18056 T20 C2 oass.SolrIndexSearcher.<init> Opening Searcher@4fdc912f[collection1] main
   [junit4]   2> 18064 T20 C2 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 18075 T25 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4fdc912f[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(4.10):c10)}
   [junit4]   2> 18080 T20 C2 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&softCommit=false&waitSearcher=true&commit=true&version=2} {commit=} 0 1393
   [junit4]   2> 18107 T12 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 18116 T12 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58767
   [junit4]   2> 18119 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 18121 T12 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 18122 T12 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11
   [junit4]   2> 18123 T12 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/'
   [junit4]   2> 18192 T12 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/solr.xml
   [junit4]   2> 18439 T12 oasc.CoreContainer.<init> New CoreContainer 497118731
   [junit4]   2> 18442 T12 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/]
   [junit4]   2> 18445 T12 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 18445 T12 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 18446 T12 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 18447 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 18448 T12 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 18449 T12 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 18450 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 18450 T12 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 18451 T12 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 18453 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 18454 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 18455 T12 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 18495 T36 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/'
   [junit4]   2> 18783 T36 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 19008 T36 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 19012 T36 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 19033 T36 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 19065 T36 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 19067 T36 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/
   [junit4]   2> 19068 T36 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 19069 T36 oasc.SolrCore.<init> [collection1] Opening new SolrCore at org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/, dataDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data/
   [junit4]   2> 19070 T36 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 19072 T36 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data
   [junit4]   2> 19075 T36 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data/index/
   [junit4]   2> 19077 T36 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 19079 T36 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data/index
   [junit4]   2> 19095 T36 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 19097 T36 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 19106 T36 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 19108 T36 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 19109 T36 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 19110 T36 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 19112 T36 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 19113 T36 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 19115 T36 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 19146 T36 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 19169 T36 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 19171 T36 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 19184 T36 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 19185 T36 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 19185 T36 oass.SolrIndexSearcher.<init> Opening Searcher@56e076d0[collection1] main
   [junit4]   2> 19187 T36 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/conf
   [junit4]   2> 19194 T36 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/conf}
   [junit4]   2> 19199 T36 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/conf
   [junit4]   2> 19201 T36 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 19207 T36 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/conf
   [junit4]   2> 19209 T36 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 19211 T36 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 19214 T37 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@56e076d0[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 19214 T36 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 19221 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   2> 19222 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@63b6377f
   [junit4]   2> 19285 T32 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 47
   [junit4]   2> 19301 T33 C3 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 19354 T33 C3 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 19357 T33 C3 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 19373 T33 C3 oass.SolrIndexSearcher.<init> Opening Searcher@6b07b35e[collection1] main
   [junit4]   2> 19374 T33 C3 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 19374 T37 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6b07b35e[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(4.10):c10)}
   [junit4]   2> 19379 T33 C3 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&softCommit=false&waitSearcher=true&commit=true&version=2} {commit=} 0 79
   [junit4]   2> 19412 T12 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 19422 T12 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58769
   [junit4]   2> 19426 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 19427 T12 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 19428 T12 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12
   [junit4]   2> 19430 T12 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/'
   [junit4]   2> 19498 T12 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/solr.xml
   [junit4]   2> 19651 T12 oasc.CoreContainer.<init> New CoreContainer 1286974734
   [junit4]   2> 19653 T12 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/]
   [junit4]   2> 19655 T12 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 19656 T12 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 19659 T12 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 19660 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 19661 T12 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 19662 T12 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 19665 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 19680 T12 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 19681 T12 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 19682 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 19683 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 19684 T12 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 19692 T48 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/'
   [junit4]   2> 19861 T48 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 20061 T48 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 20063 T48 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 20092 T48 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 20117 T48 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 20118 T48 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/
   [junit4]   2> 20120 T48 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 20120 T48 oasc.SolrCore.<init> [collection1] Opening new SolrCore at org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/, dataDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data/
   [junit4]   2> 20121 T48 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 20124 T48 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data
   [junit4]   2> 20125 T48 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data/index/
   [junit4]   2> 20127 T48 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 20128 T48 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data/index
   [junit4]   2> 20141 T48 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 20142 T48 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 20145 T48 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 20146 T48 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 20147 T48 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 20148 T48 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 20149 T48 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 20150 T48 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 20150 T48 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 20163 T48 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 20167 T48 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 20167 T48 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 20171 T48 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 20171 T48 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 20172 T48 oass.SolrIndexSearcher.<init> Opening Searcher@6f931514[collection1] main
   [junit4]   2> 20173 T48 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/conf
   [junit4]   2> 20174 T48 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/conf}
   [junit4]   2> 20175 T48 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/conf
   [junit4]   2> 20176 T48 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 20177 T48 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/conf
   [junit4]   2> 20179 T48 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 20179 T48 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 20180 T49 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6f931514[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 20180 T48 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 20183 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   2> 20184 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@3bdbd9ea
   [junit4]   2> 20203 T43 C4 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 9
   [junit4]   2> 20211 T44 C4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 20257 T44 C4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 20258 T44 C4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 20268 T44 C4 oass.SolrIndexSearcher.<init> Opening Searcher@543fca36[collection1] main
   [junit4]   2> 20269 T44 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 20269 T49 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@543fca36[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(4.10):c10)}
   [junit4]   2> 20271 T44 C4 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&softCommit=false&waitSearcher=true&commit=true&version=2} {commit=} 0 60
   [junit4]   2> 20291 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=497118731
   [junit4]   2> 20294 T12 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@63b6377f
   [junit4]   2> 20295 T12 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> 20296 T12 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 20297 T12 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 20298 T12 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 20303 T12 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 20317 T12 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 20319 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data/index;done=false>>]
   [junit4]   2> 20320 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data/index
   [junit4]   2> 20515 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data;done=false>>]
   [junit4]   2> 20517 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023025676/solr/collection11/collection1/data
   [junit4]   2> 20519 T12 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@2eb3998c
   [junit4]   2> 25829 T19 C5 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&version=2&q=*:*} hits=10 status=0 QTime=512 
   [junit4]   2> 25829 T45 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&version=2&q=*:*} hits=10 status=0 QTime=246 
   [junit4]   2> 25848 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=2113093102
   [junit4]   2> 25851 T12 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 25872 T19 C5 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.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:758)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:426)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207)
   [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.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.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [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> 25877 T19 C5 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.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:758)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:426)
   [junit4]   2> 		at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207)
   [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.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.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]   2> 		at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [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> 25906 T19 C5 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2eb3998c
   [junit4]   2> 25907 T19 C5 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> 25909 T19 C5 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 25910 T19 C5 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 25911 T19 C5 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 25922 T19 C5 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 25926 T19 C5 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 25927 T19 C5 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data;done=false>>]
   [junit4]   2> 25928 T19 C5 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data
   [junit4]   2> 25929 T19 C5 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data/index;done=false>>]
   [junit4]   2> 25930 T19 C5 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023012462/solr/collection10/collection1/data/index
   [junit4]   2> 26229 T47 C4 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&distrib=false&sort=_docid_+asc&version=2&rows=0&q=*:*} hits=10 status=0 QTime=134 
   [junit4]   2> 30883 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1286974734
   [junit4]   2> 30887 T12 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3bdbd9ea
   [junit4]   2> 30888 T12 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> 30891 T12 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 30892 T12 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 30893 T12 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 30899 T12 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 30901 T12 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 30902 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data/index;done=false>>]
   [junit4]   2> 30904 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data/index
   [junit4]   2> 30922 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data;done=false>>]
   [junit4]   2> 30924 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023026977/solr/collection12/collection1/data
   [junit4]   2> 30927 T12 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 35890 T12 oas.SolrTestCaseJ4.tearDown ###Ending testReliability
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLBHttpSolrServer -Dtests.method=testReliability -Dtests.seed=8DB57AB926ED36E -Dtests.slow=true -Dtests.locale=el_GR -Dtests.timezone=Asia/Yekaterinburg -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   31.5s | TestLBHttpSolrServer.testReliability <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8DB57AB926ED36E:C9138AED330802C7]: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:222)
   [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:58769/solr
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:559)
   [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]    > 	... 44 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:449)
   [junit4]    > 	... 47 more
   [junit4]   2> 36083 T12 oas.SolrTestCaseJ4.setUp ###Starting testSimple
   [junit4]   2> 36108 T12 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 36114 T12 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58817
   [junit4]   2> 36115 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 36115 T12 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 36117 T12 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10
   [junit4]   2> 36117 T12 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/'
   [junit4]   2> 36166 T12 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/solr.xml
   [junit4]   2> 36329 T12 oasc.CoreContainer.<init> New CoreContainer 1969989587
   [junit4]   2> 36330 T12 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/]
   [junit4]   2> 36333 T12 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 36334 T12 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 36334 T12 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 36335 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 36336 T12 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 36337 T12 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 36338 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 36339 T12 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 36339 T12 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 36340 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 36341 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 36342 T12 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 36365 T61 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/'
   [junit4]   2> 36496 T61 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 36625 T61 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 36629 T61 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 36643 T61 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 36677 T61 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 36679 T61 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/
   [junit4]   2> 36680 T61 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 36681 T61 oasc.SolrCore.<init> [collection1] Opening new SolrCore at org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/, dataDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/data/
   [junit4]   2> 36682 T61 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 36686 T61 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/data
   [junit4]   2> 36688 T61 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/data/index/
   [junit4]   2> 36689 T61 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 36690 T61 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/data/index
   [junit4]   2> 36696 T61 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 36697 T61 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 36700 T61 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 36703 T61 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 36703 T61 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 36704 T61 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 36705 T61 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 36705 T61 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 36706 T61 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 36726 T61 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 36729 T61 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 36730 T61 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 36733 T61 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 36734 T61 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 36734 T61 oass.SolrIndexSearcher.<init> Opening Searcher@4e6366db[collection1] main
   [junit4]   2> 36735 T61 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/conf
   [junit4]   2> 36736 T61 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/conf}
   [junit4]   2> 36736 T61 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/conf
   [junit4]   2> 36738 T61 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 36739 T61 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/conf
   [junit4]   2> 36746 T61 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 36747 T61 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 36748 T62 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4e6366db[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 36751 T61 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 36758 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   2> 36758 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C6 name=collection1 org.apache.solr.core.SolrCore@67f0c902
   [junit4]   2> 36771 T56 C6 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 7
   [junit4]   2> 36779 T57 C6 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 36812 T57 C6 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023043675/solr/collection10/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 36813 T57 C6 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 36820 T57 C6 oass.SolrIndexSearcher.<init> Opening Searcher@5cfd0d6b[collection1] main
   [junit4]   2> 36821 T57 C6 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 36822 T62 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5cfd0d6b[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(4.10):c10)}
   [junit4]   2> 36824 T57 C6 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&softCommit=false&waitSearcher=true&commit=true&version=2} {commit=} 0 46
   [junit4]   2> 36842 T12 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 36849 T12 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58819
   [junit4]   2> 36852 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 36853 T12 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 36854 T12 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11
   [junit4]   2> 36854 T12 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/'
   [junit4]   2> 36896 T12 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/solr.xml
   [junit4]   2> 36985 T12 oasc.CoreContainer.<init> New CoreContainer 1958696856
   [junit4]   2> 36986 T12 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/]
   [junit4]   2> 36988 T12 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 36988 T12 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 36989 T12 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 36990 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 36990 T12 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 36991 T12 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 36991 T12 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 36992 T12 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 36993 T12 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 36994 T12 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 36995 T12 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 36995 T12 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 37003 T73 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/'
   [junit4]   2> 37076 T73 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 37197 T73 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 37198 T73 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 37213 T73 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 37274 T73 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 37278 T73 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/
   [junit4]   2> 37278 T73 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 37279 T73 oasc.SolrCore.<init> [collection1] Opening new SolrCore at org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/, dataDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/data/
   [junit4]   2> 37279 T73 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 37282 T73 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/data
   [junit4]   2> 37282 T73 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/data/index/
   [junit4]   2> 37283 T73 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 37285 T73 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/data/index
   [junit4]   2> 37292 T73 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 37292 T73 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 37295 T73 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 37296 T73 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 37296 T73 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 37298 T73 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 37298 T73 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 37299 T73 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 37299 T73 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 37313 T73 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 37320 T73 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 37320 T73 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 37324 T73 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 37325 T73 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 37326 T73 oass.SolrIndexSearcher.<init> Opening Searcher@1020c592[collection1] main
   [junit4]   2> 37326 T73 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/conf
   [junit4]   2> 37328 T73 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/conf}
   [junit4]   2> 37329 T73 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/conf
   [junit4]   2> 37330 T73 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 37331 T73 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/conf
   [junit4]   2> 37332 T73 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 37333 T73 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 37334 T73 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 37334 T74 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1020c592[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 37336 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   2> 37337 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C7 name=collection1 org.apache.solr.core.SolrCore@3798d24d
   [junit4]   2> 37350 T68 C7 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 7
   [junit4]   2> 37358 T69 C7 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 37408 T69 C7 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/data/index lockFactory=NativeFSLockFactory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023044419/solr/collection11/collection1/data/index),segFN=segments_2,generation=2}
   [junit4]   2> 37410 T69 C7 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 37417 T69 C7 oass.SolrIndexSearcher.<init> Opening Searcher@79694e71[collection1] main
   [junit4]   2> 37417 T69 C7 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 37418 T74 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@79694e71[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(4.10):c10)}
   [junit4]   2> 37421 T69 C7 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&softCommit=false&waitSearcher=true&commit=true&version=2} {commit=} 0 63
   [junit4]   2> 37449 T12 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 37478 T12 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58821
   [junit4]   2> 37480 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 37481 T12 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 37482 T12 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023045014/solr/collection12
   [junit4]   2> 37482 T12 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023045014/solr/collection12/'
   [junit4]   2> 37528 T12 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023045014/solr/collection12/solr.xml
   [junit4]   2> 37622 T12 oasc.CoreContainer.<init> New CoreContainer 758785758
   [junit4]   2> 37623 T12 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023045014/solr/collection12/]
   [junit4]   2> 37624 T12 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 37625 T12 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 37625 T12 oashc.HttpSha

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

rageDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023067866/solr/collection10/collection1/conf}
   [junit4]   2> 72330 T147 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023067866/solr/collection10/collection1/conf
   [junit4]   2> 72331 T147 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023067866/solr/collection10/collection1/conf
   [junit4]   2> 72331 T147 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 72332 T147 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 72332 T147 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 72333 T147 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 72333 T148 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@23339129[collection1] main{StandardDirectoryReader(segments_2:3:nrt _0(4.10):c10)}
   [junit4]   2> 72338 T12 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   2> 72339 T12 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C18 name=collection1 org.apache.solr.core.SolrCore@338d9133
   [junit4]   2> 72451 T142 C18 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&distrib=false&sort=_docid_+asc&version=2&rows=0&q=*:*} hits=10 status=0 QTime=1 
   [junit4]   2> 73546 T145 C18 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={wt=javabin&version=2&q=*:*} hits=10 status=0 QTime=1 
   [junit4]   2> 73571 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=376061067
   [junit4]   2> 73574 T12 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@338d9133
   [junit4]   2> 73575 T12 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> 73576 T12 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 73576 T12 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 73577 T12 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 73586 T12 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 73588 T12 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 73589 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023067866/solr/collection10/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023067866/solr/collection10/collection1/data/index;done=false>>]
   [junit4]   2> 73590 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023067866/solr/collection10/collection1/data/index
   [junit4]   2> 73603 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023067866/solr/collection10/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023067866/solr/collection10/collection1/data;done=false>>]
   [junit4]   2> 73604 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023067866/solr/collection10/collection1/data
   [junit4]   2> 73605 T12 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 78596 T12 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1551399981
   [junit4]   2> 78599 T12 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@30b5d38b
   [junit4]   2> 78600 T12 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> 78604 T12 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 78605 T12 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 78606 T12 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 78613 T12 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 78615 T12 oasc.CachingDirectoryFactory.close Closing MockFSDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 78616 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023068824/solr/collection12/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023068824/solr/collection12/collection1/data/index;done=false>>]
   [junit4]   2> 78617 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023068824/solr/collection12/collection1/data/index
   [junit4]   2> 78635 T12 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023068824/solr/collection12/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023068824/solr/collection12/collection1/data;done=false>>]
   [junit4]   2> 78636 T12 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/org.apache.solr.client.solrj.TestLBHttpSolrServer$SolrInstance-1406023068824/solr/collection12/collection1/data
   [junit4]   2> 78637 T12 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 83594 T12 oas.SolrTestCaseJ4.tearDown ###Ending testTwoServers
   [junit4]   2> 83603 T12 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-solrj/test/J0/./solr.client.solrj.TestLBHttpSolrServer-8DB57AB926ED36E-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=20), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=20)), sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=el_GR, timezone=Asia/Yekaterinburg
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=2,threads=2,free=162410944,total=242221056
   [junit4]   2> NOTE: All tests run in this JVM: [TestLBHttpSolrServer]
   [junit4] Completed in 84.26s, 3 tests, 1 error <<< FAILURES!

[...truncated 162 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:467: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:447: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:202: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1299: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:923: There were test failures: 51 suites, 297 tests, 1 error

Total time: 177 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any