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

[JENKINS] Lucene-Solr-4.x-Linux (32bit/ibm-j9-jdk7) - Build # 4439 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4439/
Java: 32bit/ibm-j9-jdk7 

1 tests failed.
FAILED:  org.apache.solr.client.solrj.TestBatchUpdate.testWithBinary

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:50450/solr
	at __randomizedtesting.SeedInfo.seed([BB129E76CD0D4961:E964D0694AE29372]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.add(HttpSolrServer.java:553)
	at org.apache.solr.client.solrj.TestBatchUpdate.doIt(TestBatchUpdate.java:109)
	at org.apache.solr.client.solrj.TestBatchUpdate.testWithBinary(TestBatchUpdate.java:62)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
	at java.lang.reflect.Method.invoke(Method.java:613)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:780)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
	... 45 more




Build Log:
[...truncated 10074 lines...]
[junit4:junit4] Suite: org.apache.solr.client.solrj.TestBatchUpdate
[junit4:junit4]   2> 0 T187 oas.SolrJettyTestBase.beforeSolrJettyTestBase Randomized ssl (true) and clientAuth (false)
[junit4:junit4]   2> 1 T187 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/./solrtest-TestBatchUpdate-1361757470027
[junit4:junit4]   2> 2 T187 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> 3 T187 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8 T187 oejus.SslContextFactory.doStart Enabled Protocols [TLSv1] of [SSLv3, TLSv1, TLSv1.1, TLSv1.2]
[junit4:junit4]   2> 14 T187 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:50450
[junit4:junit4]   2> 15 T187 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16 T187 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16 T187 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr
[junit4:junit4]   2> 17 T187 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/solr.xml
[junit4:junit4]   2> 18 T187 oasc.CoreContainer.<init> New CoreContainer 1225595759
[junit4:junit4]   2> 18 T187 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/'
[junit4:junit4]   2> 19 T187 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/'
[junit4:junit4]   2> 39 T187 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
[junit4:junit4]   2> 39 T187 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 40 T187 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
[junit4:junit4]   2> 41 T187 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 42 T187 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 42 T187 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 43 T187 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 44 T187 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 44 T187 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 45 T187 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   2> 53 T187 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 77 T197 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1
[junit4:junit4]   2> 78 T197 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/'
[junit4:junit4]   2> 107 T197 oasc.SolrConfig.initLibs Adding specified lib dirs to ClassLoader
[junit4:junit4]   2> 156 T197 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 224 T197 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 225 T197 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 235 T197 oass.IndexSchema.readSchema Schema name=example
[junit4:junit4]   2> 780 T197 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 794 T197 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 799 T197 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 820 T197 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027/
[junit4:junit4]   2> 820 T197 oasc.JmxMonitoredMap.<init> No JMX servers found, not exposing Solr information with JMX.
[junit4:junit4]   2> 821 T197 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
[junit4:junit4]   2> 821 T197 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}
[junit4:junit4]   2> 822 T197 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 822 T197 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027 forceNew:false
[junit4:junit4]   2> 823 T197 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027
[junit4:junit4]   2> 823 T197 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027/index/
[junit4:junit4]   2> 823 T197 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 824 T197 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027/index forceNew:false
[junit4:junit4]   2> 825 T197 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@54faecd0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e4ba8f35),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 826 T197 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 826 T197 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027/index
[junit4:junit4]   2> 827 T197 oasc.SolrCore.initWriters created json: solr.JSONResponseWriter
[junit4:junit4]   2> 827 T197 oasc.SolrCore.initWriters adding lazy queryResponseWriter: solr.VelocityResponseWriter
[junit4:junit4]   2> 827 T197 oasc.SolrCore.initWriters created velocity: solr.VelocityResponseWriter
[junit4:junit4]   2> 827 T197 oasc.SolrCore.initWriters created xslt: solr.XSLTResponseWriter
[junit4:junit4]   2> 828 T197 oasr.XSLTResponseWriter.init xsltCacheLifetimeSeconds=5
[junit4:junit4]   2> 829 T197 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
[junit4:junit4]   2> 829 T197 oasc.RequestHandlers.initHandlersFromConfig created /query: solr.SearchHandler
[junit4:junit4]   2> 829 T197 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 830 T197 oasc.RequestHandlers.initHandlersFromConfig created /browse: solr.SearchHandler
[junit4:junit4]   2> 830 T197 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 830 T197 oasc.RequestHandlers.initHandlersFromConfig created /update/json: solr.JsonUpdateRequestHandler
[junit4:junit4]   2> 831 T197 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: solr.CSVRequestHandler
[junit4:junit4]   2> 831 T197 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.extraction.ExtractingRequestHandler
[junit4:junit4]   2> 831 T197 oasc.RequestHandlers.initHandlersFromConfig created /update/extract: solr.extraction.ExtractingRequestHandler
[junit4:junit4]   2> 831 T197 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 831 T197 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler
[junit4:junit4]   2> 832 T197 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.DocumentAnalysisRequestHandler
[junit4:junit4]   2> 832 T197 oasc.RequestHandlers.initHandlersFromConfig created /analysis/document: solr.DocumentAnalysisRequestHandler
[junit4:junit4]   2> 832 T197 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
[junit4:junit4]   2> 833 T197 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
[junit4:junit4]   2> 833 T197 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 834 T197 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 834 T197 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   2> 834 T197 oasc.RequestHandlers.initHandlersFromConfig created /spell: solr.SearchHandler
[junit4:junit4]   2> 834 T197 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   2> 835 T197 oasc.RequestHandlers.initHandlersFromConfig created /tvrh: solr.SearchHandler
[junit4:junit4]   2> 835 T197 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   2> 835 T197 oasc.RequestHandlers.initHandlersFromConfig created /terms: solr.SearchHandler
[junit4:junit4]   2> 836 T197 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.SearchHandler
[junit4:junit4]   2> 836 T197 oasc.RequestHandlers.initHandlersFromConfig created /elevate: solr.SearchHandler
[junit4:junit4]   2> 837 T197 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 839 T197 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 840 T197 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 845 T197 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027
[junit4:junit4]   2> 845 T197 oass.SolrIndexSearcher.<init> Opening Searcher@dc873a81 main
[junit4:junit4]   2> 846 T197 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027/tlog
[junit4:junit4]   2> 847 T197 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 15000ms; 
[junit4:junit4]   2> 847 T197 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 847 T197 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 848 T197 oass.DirectSolrSpellChecker.init init: {name=default,field=name,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
[junit4:junit4]   2> 848 T197 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
[junit4:junit4]   2> 849 T197 oashc.QueryElevationComponent.inform Loading QueryElevation from: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/solr/collection1/conf/elevate.xml
[junit4:junit4]   2> 856 T197 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 856 T197 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 857 T198 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@dc873a81 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 857 T187 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1
[junit4:junit4]   2> 858 T187 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 858 T187 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#50450
[junit4:junit4]   2> ASYNC  NEW_CORE C11 name=collection1 org.apache.solr.core.SolrCore@29b823f9
[junit4:junit4]   2> 859 T198 C11 REQ [collection1] webapp=null path=null params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher} hits=0 status=0 QTime=2 
[junit4:junit4]   2> 860 T198 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 860 T198 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
[junit4:junit4]   2> 860 T198 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
[junit4:junit4]   2> 861 T198 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@dc873a81 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 864 T187 oas.SolrTestCaseJ4.setUp ###Starting testWithBinaryBean
[junit4:junit4]   2> 865 T187 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1023 T194 C11 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027
[junit4:junit4]   2> 1026 T194 C11 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@54faecd0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e4ba8f35),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1026 T194 C11 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1028 T194 C11 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027
[junit4:junit4]   2> 1029 T194 C11 oass.SolrIndexSearcher.<init> Opening Searcher@b5ebd641 realtime
[junit4:junit4]   2> 1030 T194 C11 UPDATE [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {deleteByQuery=*:* (-1427906201962676224)} 0 7
[junit4:junit4]   2> 1258 T195 C11 UPDATE [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[1 (1427906201993084928), 2 (1427906201994133504), 3 (1427906201995182080), 4 (1427906201995182081), 5 (1427906201995182082), 6 (1427906201995182083), 7 (1427906201995182084), 8 (1427906201996230656), 9 (1427906201996230657), 10 (1427906201996230658), ... (1000 adds)]} 0 206
[junit4:junit4]   2> 1261 T193 C11 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 1295 T193 C11 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@54faecd0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e4ba8f35),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@54faecd0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e4ba8f35),segFN=segments_2,generation=2,filenames=[_0.si, segments_2, _0_Lucene41_0.pos, _0_Lucene41_0.doc, _0_Lucene41_0.tim, _0.nvm, _0.fnm, _0.fdt, _0_Lucene41_0.tip, _0.fdx, _0.nvd]
[junit4:junit4]   2> 1296 T193 C11 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0.si, segments_2, _0_Lucene41_0.pos, _0_Lucene41_0.doc, _0_Lucene41_0.tim, _0.nvm, _0.fnm, _0.fdt, _0_Lucene41_0.tip, _0.fdx, _0.nvd]
[junit4:junit4]   2> 1297 T193 C11 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027
[junit4:junit4]   2> 1299 T193 C11 oass.SolrIndexSearcher.<init> Opening Searcher@21c64e58 main
[junit4:junit4]   2> 1300 T193 C11 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027/index
[junit4:junit4]   2> 1301 T198 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@21c64e58 main{StandardDirectoryReader(segments_2:3:nrt _0(4.2):C1000)}
[junit4:junit4]   2> 1301 T193 C11 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 1301 T198 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 1302 T198 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@21c64e58 main{StandardDirectoryReader(segments_2:3:nrt _0(4.2):C1000)}
[junit4:junit4]   2> 1302 T198 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027/index
[junit4:junit4]   2> 1303 T193 C11 UPDATE [collection1] webapp=/solr path=/update params={softCommit=false&commit=true&version=2&waitSearcher=true&wt=javabin} {commit=} 0 42
[junit4:junit4]   2> 1307 T193 C11 REQ [collection1] webapp=/solr path=/select params={q=*:*&version=2&wt=javabin} hits=1000 status=0 QTime=1 
[junit4:junit4]   2> 1310 T187 oas.SolrTestCaseJ4.tearDown ###Ending testWithBinaryBean
[junit4:junit4]   2> 1317 T187 oas.SolrTestCaseJ4.setUp ###Starting testWithBinary
[junit4:junit4]   2> 1320 T196 C11 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027
[junit4:junit4]   2> 1346 T196 C11 oass.SolrIndexSearcher.<init> Opening Searcher@d6c58faf realtime
[junit4:junit4]   2> 1347 T196 C11 UPDATE [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {deleteByQuery=*:* (-1427906202273054720)} 0 28
[junit4:junit4]   2> 16347 T199 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 16348 T199 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@54faecd0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e4ba8f35),segFN=segments_2,generation=2,filenames=[_0.si, segments_2, _0_Lucene41_0.pos, _0_Lucene41_0.doc, _0_Lucene41_0.tim, _0.nvm, _0.fnm, _0.fdt, _0_Lucene41_0.tip, _0.fdx, _0.nvd]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@54faecd0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e4ba8f35),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 16348 T199 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 16349 T199 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027
[junit4:junit4]   2> 16349 T199 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 201993 T187 oas.SolrTestCaseJ4.tearDown ###Ending testWithBinary
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBatchUpdate -Dtests.method=testWithBinary -Dtests.seed=BB129E76CD0D4961 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=no -Dtests.timezone=Pacific/Easter -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR    201s J1 | TestBatchUpdate.testWithBinary <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:50450/solr
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([BB129E76CD0D4961:E964D0694AE29372]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.add(HttpSolrServer.java:553)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.TestBatchUpdate.doIt(TestBatchUpdate.java:109)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.TestBatchUpdate.testWithBinary(TestBatchUpdate.java:62)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:613)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:780)
[junit4:junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:95)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
[junit4:junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
[junit4:junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
[junit4:junit4]    > 	... 45 more
[junit4:junit4]   2> 202055 T187 oas.SolrTestCaseJ4.setUp ###Starting testWithXml
[junit4:junit4]   2> 202058 T193 C11 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027
[junit4:junit4]   2> 202072 T193 C11 oass.SolrIndexSearcher.<init> Opening Searcher@41aab205 realtime
[junit4:junit4]   2> 202073 T193 C11 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027/index
[junit4:junit4]   2> 202074 T193 C11 UPDATE [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {deleteByQuery=*:* (-1427906412763152387)} 0 16
[junit4:junit4]   2> 202186 T195 C11 UPDATE [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[1 (1427906412694994944), 2 (1427906412704432128), 3 (1427906412705480704), 4 (1427906412705480705), 5 (1427906412705480706), 6 (1427906412706529280), 7 (1427906412706529281), 8 (1427906412706529282), 9 (1427906412707577856), 10 (1427906412707577857), ... (1000 adds)]} 0 193
[junit4:junit4]   2> 202227 T196 C11 UPDATE [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[1 (1427906412791463938), 2 (1427906412791463940), 3 (1427906412792512513), 4 (1427906412792512515), 5 (1427906412792512517), 6 (1427906412792512519), 7 (1427906412792512520), 8 (1427906412793561089), 9 (1427906412793561091), 10 (1427906412793561093), ... (1000 adds)]} 0 142
[junit4:junit4]   2> 202230 T194 C11 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 202254 T194 C11 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@54faecd0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e4ba8f35),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@54faecd0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e4ba8f35),segFN=segments_4,generation=4,filenames=[_3.fdx, _3_Lucene41_0.pos, _2.nvd, _3.nvd, _2_1.del, _2_Lucene41_0.pos, _3_Lucene41_0.doc, _3_Lucene41_0.tim, _2_Lucene41_0.tim, _2_Lucene41_0.doc, _3_Lucene41_0.tip, _2_Lucene41_0.tip, _2.fnm, _2.nvm, _3.nvm, _3.fnm, _3.si, _2.si, segments_4, _2.fdt, _3.fdt, _2.fdx]
[junit4:junit4]   2> 202255 T194 C11 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_3.fdx, _3_Lucene41_0.pos, _2.nvd, _3.nvd, _2_1.del, _2_Lucene41_0.pos, _3_Lucene41_0.doc, _3_Lucene41_0.tim, _2_Lucene41_0.tim, _2_Lucene41_0.doc, _3_Lucene41_0.tip, _2_Lucene41_0.tip, _2.fnm, _2.nvm, _3.nvm, _3.fnm, _3.si, _2.si, segments_4, _2.fdt, _3.fdt, _2.fdx]
[junit4:junit4]   2> 202255 T194 C11 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027
[junit4:junit4]   2> 202257 T194 C11 oass.SolrIndexSearcher.<init> Opening Searcher@70b7dad3 main
[junit4:junit4]   2> 202258 T194 C11 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027/index
[junit4:junit4]   2> 202259 T198 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@70b7dad3 main{StandardDirectoryReader(segments_4:13:nrt _2(4.2):C750/749 _3(4.2):C999)}
[junit4:junit4]   2> 202259 T198 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
[junit4:junit4]   2> 202259 T198 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@70b7dad3 main{StandardDirectoryReader(segments_4:13:nrt _2(4.2):C750/749 _3(4.2):C999)}
[junit4:junit4]   2> 202259 T194 C11 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 202259 T198 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027/index
[junit4:junit4]   2> 202260 T194 C11 UPDATE [collection1] webapp=/solr path=/update params={softCommit=false&commit=true&version=2&waitSearcher=true&wt=javabin} {commit=} 0 31
[junit4:junit4]   2> 202263 T195 C11 REQ [collection1] webapp=/solr path=/select params={q=*:*&version=2&wt=javabin} hits=1000 status=0 QTime=1 
[junit4:junit4]   2> 202264 T187 oas.SolrTestCaseJ4.tearDown ###Ending testWithXml
[junit4:junit4]   2> 202325 T187 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1225595759
[junit4:junit4]   2> 202326 T187 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@29b823f9
[junit4:junit4]   2> 202326 T187 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=3,autocommit maxTime=15000ms,autocommits=1,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=3000,cumulative_deletesById=0,cumulative_deletesByQuery=3,cumulative_errors=0}
[junit4:junit4]   2> 202326 T187 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 202327 T187 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 202327 T187 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 202328 T187 C11 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027/index
[junit4:junit4]   2> 202329 T187 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 202330 T187 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027/index
[junit4:junit4]   2> 202330 T187 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027/index
[junit4:junit4]   2> 202331 T187 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027/index
[junit4:junit4]   2> 202331 T187 oasc.CachingDirectoryFactory.close Closing directory when closing factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027
[junit4:junit4]   2> 202332 T187 oasc.CachingDirectoryFactory.closeDirectory Closing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J1/solrtest-TestBatchUpdate-1361757470027
[junit4:junit4]   2> 202332 T187 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
[junit4:junit4]   2> 202384 T187 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=365), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=365)), sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=no, timezone=Pacific/Easter
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic x86/IBM Corporation 1.7.0 (32-bit)/cpus=8,threads=1,free=22464544,total=56885248
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SolrExampleStreamingTest, IteratorChainTest, TestCoreAdmin, SolrExampleJettyTest, ModifiableSolrParamsTest, TestNamedListCodec, TestSpellCheckResponse, SolrExampleXMLTest, MultiCoreEmbeddedTest, SolrExampleStreamingBinaryTest, QueryResponseTest, SolrExampleBinaryTest, BasicHttpSolrServerTest, TestBatchUpdate]
[junit4:junit4] Completed on J1 in 202.42s, 3 tests, 1 error <<< FAILURES!

[...truncated 10 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:374: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:196: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1202: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:865: There were test failures: 45 suites, 259 tests, 1 error

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