Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/359/ Java: 64bit/jdk1.7.0 -XX:+UseG1GC
1 tests failed. REGRESSION: org.apache.solr.client.solrj.TestBatchUpdate.testWithXml Error Message: IOException occured when talking to server at: https://127.0.0.1:51411/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:51411/solr at __randomizedtesting.SeedInfo.seed([E54FF4DB76785399:4EAD4D2DF47E4AF4]: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.SolrServer.commit(SolrServer.java:168) at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146) at org.apache.solr.client.solrj.TestBatchUpdate.doIt(TestBatchUpdate.java:130) at org.apache.solr.client.solrj.TestBatchUpdate.testWithXml(TestBatchUpdate.java:54) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559) at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) at java.lang.Thread.run(Thread.java:722) Caused by: 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) ... 46 more Build Log: [...truncated 10162 lines...] [junit4:junit4] Suite: org.apache.solr.client.solrj.TestBatchUpdate [junit4:junit4] 1> 133368 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.SolrJettyTestBase ? Randomized ssl (true) and clientAuth (false) [junit4:junit4] 1> 133369 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.SolrTestCaseJ4 ? ####initCore [junit4:junit4] 1> 133370 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.SolrTestCaseJ4 ? ####initCore end [junit4:junit4] 1> 133371 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.eclipse.jetty.server.Server ? jetty-8.1.8.v20121106 [junit4:junit4] 1> 133378 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.eclipse.jetty.util.ssl.SslContextFactory ? Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4:junit4] 1> 133383 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.eclipse.jetty.server.AbstractConnector ? Started [email protected]:51411 [junit4:junit4] 1> 133384 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.servlet.SolrDispatchFilter ? SolrDispatchFilter.init() [junit4:junit4] 1> 133385 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.core.SolrResourceLoader ? JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 1> 133386 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.core.SolrResourceLoader ? using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr [junit4:junit4] 1> 133386 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.core.CoreContainer ? looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/solr.xml [junit4:junit4] 1> 133387 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.core.CoreContainer ? New CoreContainer 1520099290 [junit4:junit4] 1> 133388 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.core.CoreContainer ? Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/' [junit4:junit4] 1> 133389 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.core.SolrResourceLoader ? new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/' [junit4:junit4] 1> 133466 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.handler.component.HttpShardHandlerFactory ? Setting socketTimeout to: 0 [junit4:junit4] 1> 133468 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.handler.component.HttpShardHandlerFactory ? Setting urlScheme to: http:// [junit4:junit4] 1> 133469 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.handler.component.HttpShardHandlerFactory ? Setting connTimeout to: 0 [junit4:junit4] 1> 133470 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.handler.component.HttpShardHandlerFactory ? Setting maxConnectionsPerHost to: 20 [junit4:junit4] 1> 133471 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.handler.component.HttpShardHandlerFactory ? Setting corePoolSize to: 0 [junit4:junit4] 1> 133471 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.handler.component.HttpShardHandlerFactory ? Setting maximumPoolSize to: 2147483647 [junit4:junit4] 1> 133472 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.handler.component.HttpShardHandlerFactory ? Setting maxThreadIdleTime to: 5 [junit4:junit4] 1> 133473 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.handler.component.HttpShardHandlerFactory ? Setting sizeOfQueue to: -1 [junit4:junit4] 1> 133473 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.handler.component.HttpShardHandlerFactory ? Setting fairnessPolicy to: false [junit4:junit4] 1> 133474 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.client.solrj.impl.HttpClientUtil ? Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false [junit4:junit4] 1> 133486 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.core.CoreContainer ? Registering Log Listener [junit4:junit4] 1> 133529 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.CoreContainer ? Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1 [junit4:junit4] 1> 133530 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrResourceLoader ? new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/' [junit4:junit4] 1> 133577 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrConfig ? Adding specified lib dirs to ClassLoader [junit4:junit4] 1> 133666 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrConfig ? Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 1> 133847 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.Config ? Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> 133849 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.schema.IndexSchema ? Reading Solr Schema [junit4:junit4] 1> 133860 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.schema.IndexSchema ? Schema name=example [junit4:junit4] 1> 134781 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.schema.IndexSchema ? unique key field: id [junit4:junit4] 1> 134803 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.schema.FileExchangeRateProvider ? Reloading exchange rates from file currency.xml [junit4:junit4] 1> 134810 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.schema.FileExchangeRateProvider ? Reloading exchange rates from file currency.xml [junit4:junit4] 1> 134841 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrCore ? org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> 134842 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrCore ? [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/, dataDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1364595715292/ [junit4:junit4] 1> 134843 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.JmxMonitoredMap ? JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@23cf4353 [junit4:junit4] 1> 134844 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrCore ? [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]} [junit4:junit4] 1> 134845 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrCore ? [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]} [junit4:junit4] 1> 134846 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrCore ? org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> 134847 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.CachingDirectoryFactory ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1364595715292 [junit4:junit4] 1> 134848 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrCore ? New index directory detected: old=null new=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1364595715292/index/ [junit4:junit4] 1> 134848 [coreLoadExecutor-203-thread-1] WARN org.apache.solr.core.SolrCore ? [collection1] Solr index directory '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1364595715292/index' doesn't exist. Creating new index... [junit4:junit4] 1> 134849 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.CachingDirectoryFactory ? return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1364595715292/index [junit4:junit4] 1> 134852 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrCore ? SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@702ffbcc lockFactory=org.apache.lucene.store.NativeFSLockFactory@297278de),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 1> 134853 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrCore ? newest commit = 1[segments_1] [junit4:junit4] 1> 134854 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrCore ? created json: solr.JSONResponseWriter [junit4:junit4] 1> 134854 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrCore ? adding lazy queryResponseWriter: solr.VelocityResponseWriter [junit4:junit4] 1> 134856 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrCore ? created velocity: solr.VelocityResponseWriter [junit4:junit4] 1> 134856 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrCore ? created xslt: solr.XSLTResponseWriter [junit4:junit4] 1> 134857 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.response.XSLTResponseWriter ? xsltCacheLifetimeSeconds=5 [junit4:junit4] 1> 134860 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /select: solr.SearchHandler [junit4:junit4] 1> 134862 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /query: solr.SearchHandler [junit4:junit4] 1> 134863 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /get: solr.RealTimeGetHandler [junit4:junit4] 1> 134864 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /browse: solr.SearchHandler [junit4:junit4] 1> 134865 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /update: solr.UpdateRequestHandler [junit4:junit4] 1> 134866 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /update/json: solr.JsonUpdateRequestHandler [junit4:junit4] 1> 134867 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /update/csv: solr.CSVRequestHandler [junit4:junit4] 1> 134867 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? adding lazy requestHandler: solr.extraction.ExtractingRequestHandler [junit4:junit4] 1> 134868 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /update/extract: solr.extraction.ExtractingRequestHandler [junit4:junit4] 1> 134868 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? adding lazy requestHandler: solr.FieldAnalysisRequestHandler [junit4:junit4] 1> 134869 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /analysis/field: solr.FieldAnalysisRequestHandler [junit4:junit4] 1> 134870 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? adding lazy requestHandler: solr.DocumentAnalysisRequestHandler [junit4:junit4] 1> 134870 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /analysis/document: solr.DocumentAnalysisRequestHandler [junit4:junit4] 1> 134871 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /admin/: solr.admin.AdminHandlers [junit4:junit4] 1> 134872 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /admin/ping: solr.PingRequestHandler [junit4:junit4] 1> 134873 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 1> 134874 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /replication: solr.ReplicationHandler [junit4:junit4] 1> 134875 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? adding lazy requestHandler: solr.SearchHandler [junit4:junit4] 1> 134876 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /spell: solr.SearchHandler [junit4:junit4] 1> 134877 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? adding lazy requestHandler: solr.SearchHandler [junit4:junit4] 1> 134877 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /tvrh: solr.SearchHandler [junit4:junit4] 1> 134878 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? adding lazy requestHandler: solr.SearchHandler [junit4:junit4] 1> 134879 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /terms: solr.SearchHandler [junit4:junit4] 1> 134879 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? adding lazy requestHandler: solr.SearchHandler [junit4:junit4] 1> 134880 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.RequestHandlers ? created /elevate: solr.SearchHandler [junit4:junit4] 1> 134887 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.handler.loader.XMLLoader ? xsltCacheLifetimeSeconds=60 [junit4:junit4] 1> 134890 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.handler.loader.XMLLoader ? xsltCacheLifetimeSeconds=60 [junit4:junit4] 1> 134892 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.handler.loader.XMLLoader ? xsltCacheLifetimeSeconds=60 [junit4:junit4] 1> 134900 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.search.SolrIndexSearcher ? Opening Searcher@4a8b463d main [junit4:junit4] 1> 134901 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.update.UpdateHandler ? Clearing tlog files, tlogDir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1364595715292/tlog [junit4:junit4] 1> 134902 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrCore ? Hard AutoCommit: if uncommited for 15000ms; [junit4:junit4] 1> 134903 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.SolrCore ? Soft AutoCommit: disabled [junit4:junit4] 1> 134904 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.handler.component.SpellCheckComponent ? Initializing spell checkers [junit4:junit4] 1> 134904 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.spelling.DirectSolrSpellChecker ? 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] 1> 134905 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.handler.component.SpellCheckComponent ? No queryConverter defined, using default converter [junit4:junit4] 1> 134906 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.handler.component.QueryElevationComponent ? Loading QueryElevation from: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/example/solr/collection1/conf/elevate.xml [junit4:junit4] 1> 134927 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.handler.ReplicationHandler ? Commits will be reserved for 10000 [junit4:junit4] 1> 134927 [searcherExecutor-204-thread-1] INFO org.apache.solr.core.SolrCore ? QuerySenderListener sending requests to Searcher@4a8b463d main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> 134930 [searcherExecutor-204-thread-1] INFO org.apache.solr.core.SolrCore ? [collection1] webapp=null path=null params={event=firstSearcher&q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false} hits=0 status=0 QTime=1 [junit4:junit4] 1> 134931 [searcherExecutor-204-thread-1] INFO org.apache.solr.core.SolrCore ? QuerySenderListener done. [junit4:junit4] 1> 134931 [searcherExecutor-204-thread-1] INFO org.apache.solr.handler.component.SpellCheckComponent ? Loading spell index for spellchecker: default [junit4:junit4] 1> 134931 [searcherExecutor-204-thread-1] INFO org.apache.solr.handler.component.SpellCheckComponent ? Loading spell index for spellchecker: wordbreak [junit4:junit4] 1> 134934 [searcherExecutor-204-thread-1] INFO org.apache.solr.core.SolrCore ? [collection1] Registered new searcher Searcher@4a8b463d main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> 134937 [coreLoadExecutor-203-thread-1] INFO org.apache.solr.core.CoreContainer ? registering core: collection1 [junit4:junit4] 1> 134939 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.servlet.SolrDispatchFilter ? user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0 [junit4:junit4] 1> 134940 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.servlet.SolrDispatchFilter ? SolrDispatchFilter.init() done [junit4:junit4] 1> 134941 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.SolrJettyTestBase ? Jetty Assigned Port#51411 [junit4:junit4] 2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/./solrtest-TestBatchUpdate-1364595715292 [junit4:junit4] 1> 134951 [TEST-TestBatchUpdate.testWithBinary-seed#[E54FF4DB76785399]] INFO org.apache.solr.SolrTestCaseJ4 ? ###Starting testWithBinary [junit4:junit4] 1> 134952 [TEST-TestBatchUpdate.testWithBinary-seed#[E54FF4DB76785399]] INFO org.apache.solr.client.solrj.impl.HttpClientUtil ? Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> 134998 [qtp1442312662-335] INFO org.apache.solr.core.SolrCore ? SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@702ffbcc lockFactory=org.apache.lucene.store.NativeFSLockFactory@297278de),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 1> 135000 [qtp1442312662-335] INFO org.apache.solr.core.SolrCore ? newest commit = 1[segments_1] [junit4:junit4] 1> 135002 [qtp1442312662-335] INFO org.apache.solr.search.SolrIndexSearcher ? Opening Searcher@6eea125d realtime [junit4:junit4] 1> 135004 [qtp1442312662-335] INFO org.apache.solr.update.processor.LogUpdateProcessor ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1430882318464057344)} 0 8 [junit4:junit4] 1> 135602 [qtp1442312662-336] INFO org.apache.solr.update.processor.LogUpdateProcessor ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1430882318498660352), 2 (1430882318500757504), 3 (1430882318501806080), 4 (1430882318501806081), 5 (1430882318502854656), 6 (1430882318502854657), 7 (1430882318503903232), 8 (1430882318503903233), 9 (1430882318504951808), 10 (1430882318504951809), ... (1000 adds)]} 0 573 [junit4:junit4] 1> 135608 [qtp1442312662-338] INFO org.apache.solr.update.UpdateHandler ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 1> 135706 [qtp1442312662-338] INFO org.apache.solr.core.SolrCore ? SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@702ffbcc lockFactory=org.apache.lucene.store.NativeFSLockFactory@297278de),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@702ffbcc lockFactory=org.apache.lucene.store.NativeFSLockFactory@297278de),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, segments_2, _0.fdx, _0.si, _0.nvm, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip] [junit4:junit4] 1> 135707 [qtp1442312662-338] INFO org.apache.solr.core.SolrCore ? newest commit = 2[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, segments_2, _0.fdx, _0.si, _0.nvm, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip] [junit4:junit4] 1> 135710 [qtp1442312662-338] INFO org.apache.solr.search.SolrIndexSearcher ? Opening Searcher@19ab8d99 main [junit4:junit4] 1> 135712 [searcherExecutor-204-thread-1] INFO org.apache.solr.core.SolrCore ? QuerySenderListener sending requests to Searcher@19ab8d99 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1000)} [junit4:junit4] 1> 135712 [searcherExecutor-204-thread-1] INFO org.apache.solr.core.SolrCore ? QuerySenderListener done. [junit4:junit4] 1> 135716 [searcherExecutor-204-thread-1] INFO org.apache.solr.core.SolrCore ? [collection1] Registered new searcher Searcher@19ab8d99 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C1000)} [junit4:junit4] 1> 135717 [qtp1442312662-338] INFO org.apache.solr.update.UpdateHandler ? end_commit_flush [junit4:junit4] 1> 135719 [qtp1442312662-338] INFO org.apache.solr.update.processor.LogUpdateProcessor ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 110 [junit4:junit4] 1> 135732 [qtp1442312662-339] INFO org.apache.solr.core.SolrCore ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1000 status=0 QTime=1 [junit4:junit4] 1> 135747 [TEST-TestBatchUpdate.testWithBinary-seed#[E54FF4DB76785399]] INFO org.apache.solr.SolrTestCaseJ4 ? ###Ending testWithBinary [junit4:junit4] 1> 135771 [TEST-TestBatchUpdate.testWithXml-seed#[E54FF4DB76785399]] INFO org.apache.solr.SolrTestCaseJ4 ? ###Starting testWithXml [junit4:junit4] 1> 135799 [qtp1442312662-340] INFO org.apache.solr.search.SolrIndexSearcher ? Opening Searcher@2626d6f4 realtime [junit4:junit4] 1> 135801 [qtp1442312662-340] INFO org.apache.solr.update.processor.LogUpdateProcessor ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1430882319284043776)} 0 23 [junit4:junit4] 1> 136723 [qtp1442312662-335] INFO org.apache.solr.update.processor.LogUpdateProcessor ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1430882319365832704), 2 (1430882319380512768), 3 (1430882319381561344), 4 (1430882319381561345), 5 (1430882319382609920), 6 (1430882319382609921), 7 (1430882319382609922), 8 (1430882319383658496), 9 (1430882319383658497), 10 (1430882319384707072), ... (1000 adds)]} 0 868 [junit4:junit4] 1> 150802 [commitScheduler-206-thread-1] INFO org.apache.solr.update.UpdateHandler ? start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 1> 150899 [commitScheduler-206-thread-1] INFO org.apache.solr.core.SolrCore ? SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@702ffbcc lockFactory=org.apache.lucene.store.NativeFSLockFactory@297278de),segFN=segments_2,generation=2,filenames=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0.nvd, segments_2, _0.fdx, _0.si, _0.nvm, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip] [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@702ffbcc lockFactory=org.apache.lucene.store.NativeFSLockFactory@297278de),segFN=segments_3,generation=3,filenames=[_1.fdx, _1_Lucene41_0.pos, _1.nvm, _1_Lucene41_0.doc, _1.fdt, _1.si, _1_Lucene41_0.tim, _1.nvd, _1_Lucene41_0.tip, _1.fnm, segments_3] [junit4:junit4] 1> 150899 [commitScheduler-206-thread-1] INFO org.apache.solr.core.SolrCore ? newest commit = 3[_1.fdx, _1_Lucene41_0.pos, _1.nvm, _1_Lucene41_0.doc, _1.fdt, _1.si, _1_Lucene41_0.tim, _1.nvd, _1_Lucene41_0.tip, _1.fnm, segments_3] [junit4:junit4] 1> 150902 [commitScheduler-206-thread-1] INFO org.apache.solr.search.SolrIndexSearcher ? Opening Searcher@3d837395 realtime [junit4:junit4] 1> 150904 [commitScheduler-206-thread-1] INFO org.apache.solr.update.UpdateHandler ? end_commit_flush [junit4:junit4] 1> 336777 [qtp1442312662-337] INFO org.apache.solr.update.UpdateHandler ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 1> 336777 [TEST-TestBatchUpdate.testWithXml-seed#[E54FF4DB76785399]] INFO org.apache.solr.SolrTestCaseJ4 ? ###Ending testWithXml [junit4:junit4] 1> 336778 [qtp1442312662-337] INFO org.apache.solr.core.SolrCore ? SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@702ffbcc lockFactory=org.apache.lucene.store.NativeFSLockFactory@297278de),segFN=segments_3,generation=3,filenames=[_1.fdx, _1_Lucene41_0.pos, _1.nvm, _1_Lucene41_0.doc, _1.fdt, _1.si, _1_Lucene41_0.tim, _1.nvd, _1_Lucene41_0.tip, _1.fnm, segments_3] [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@702ffbcc lockFactory=org.apache.lucene.store.NativeFSLockFactory@297278de),segFN=segments_4,generation=4,filenames=[_1.fdx, _1_Lucene41_0.pos, _1.nvm, _1_Lucene41_0.doc, _1.fdt, _1.si, _1_Lucene41_0.tim, _1.nvd, _1_Lucene41_0.tip, _1.fnm, segments_4] [junit4:junit4] 1> 336779 [qtp1442312662-337] INFO org.apache.solr.core.SolrCore ? newest commit = 4[_1.fdx, _1_Lucene41_0.pos, _1.nvm, _1_Lucene41_0.doc, _1.fdt, _1.si, _1_Lucene41_0.tim, _1.nvd, _1_Lucene41_0.tip, _1.fnm, segments_4] [junit4:junit4] 1> 336780 [qtp1442312662-337] INFO org.apache.solr.search.SolrIndexSearcher ? Opening Searcher@720e179d main [junit4:junit4] 1> 336781 [qtp1442312662-337] INFO org.apache.solr.update.UpdateHandler ? end_commit_flush [junit4:junit4] 1> 336782 [searcherExecutor-204-thread-1] INFO org.apache.solr.core.SolrCore ? QuerySenderListener sending requests to Searcher@720e179d main{StandardDirectoryReader(segments_3:7:nrt _1(5.0):C1000)} [junit4:junit4] 1> 336782 [searcherExecutor-204-thread-1] INFO org.apache.solr.core.SolrCore ? QuerySenderListener done. [junit4:junit4] 1> 336784 [searcherExecutor-204-thread-1] INFO org.apache.solr.core.SolrCore ? [collection1] Registered new searcher Searcher@720e179d main{StandardDirectoryReader(segments_3:7:nrt _1(5.0):C1000)} [junit4:junit4] 1> 336784 [qtp1442312662-337] INFO org.apache.solr.update.processor.LogUpdateProcessor ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 8 [junit4:junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestBatchUpdate -Dtests.method=testWithXml -Dtests.seed=E54FF4DB76785399 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=MST -Dtests.file.encoding=US-ASCII [junit4:junit4] ERROR 201s | TestBatchUpdate.testWithXml <<< [junit4:junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:51411/solr [junit4:junit4] > at __randomizedtesting.SeedInfo.seed([E54FF4DB76785399:4EAD4D2DF47E4AF4]: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.SolrServer.commit(SolrServer.java:168) [junit4:junit4] > at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146) [junit4:junit4] > at org.apache.solr.client.solrj.TestBatchUpdate.doIt(TestBatchUpdate.java:130) [junit4:junit4] > at org.apache.solr.client.solrj.TestBatchUpdate.testWithXml(TestBatchUpdate.java:54) [junit4:junit4] > at java.lang.Thread.run(Thread.java:722) [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] > ... 46 more [junit4:junit4] 1> 336871 [TEST-TestBatchUpdate.testWithBinaryBean-seed#[E54FF4DB76785399]] INFO org.apache.solr.SolrTestCaseJ4 ? ###Starting testWithBinaryBean [junit4:junit4] 1> 336889 [qtp1442312662-339] INFO org.apache.solr.search.SolrIndexSearcher ? Opening Searcher@4c8c7d66 realtime [junit4:junit4] 1> 336890 [qtp1442312662-339] INFO org.apache.solr.update.processor.LogUpdateProcessor ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1430882530152677376)} 0 12 [junit4:junit4] 1> 337323 [qtp1442312662-340] INFO org.apache.solr.update.processor.LogUpdateProcessor ? [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1430882530226077696), 2 (1430882530228174848), 3 (1430882530229223424), 4 (1430882530229223425), 5 (1430882530229223426), 6 (1430882530230272000), 7 (1430882530230272001), 8 (1430882530231320576), 9 (1430882530231320577), 10 (1430882530231320578), ... (1000 adds)]} 0 375 [junit4:junit4] 1> 337331 [qtp1442312662-338] INFO org.apache.solr.update.UpdateHandler ? start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 1> 337385 [qtp1442312662-338] INFO org.apache.solr.core.SolrCore ? SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@702ffbcc lockFactory=org.apache.lucene.store.NativeFSLockFactory@297278de),segFN=segments_4,generation=4,filenames=[_1.fdx, _1_Lucene41_0.pos, _1.nvm, _1_Lucene41_0.doc, _1.fdt, _1.si, _1_Lucene41_0.tim, _1.nvd, _1_Lucene41_0.tip, _1.fnm, segments_4] [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@702ffbcc lockFactory=org.apache.lucene.store.NativeFSLockFactory@297278de),segFN=segments_5,generation=5,filenames=[_2.si, _2_Lucene41_0.pos, _2_Lucene41_0.tim, _2.nvm, _2.nvd, _2.fdt, _2_Lucene41_0.doc, _2_Lucene41_0.tip, segments_5, _2.fdx, _2.fnm] [junit4:junit4] 1> 337386 [qtp1442312662-338] INFO org.apache.solr.core.SolrCore ? newest commit = 5[_2.si, _2_Lucene41_0.pos, _2_Lucene41_0.tim, _2.nvm, _2.nvd, _2.fdt, _2_Lucene41_0.doc, _2_Lucene41_0.tip, segments_5, _2.fdx, _2.fnm] [junit4:junit4] 1> 337389 [qtp1442312662-338] INFO org.apache.solr.search.SolrIndexSearcher ? Opening Searcher@451196f5 main [junit4:junit4] 1> 337391 [searcherExecutor-204-thread-1] INFO org.apache.solr.core.SolrCore ? QuerySenderListener sending requests to Searcher@451196f5 main{StandardDirectoryReader(segments_5:11:nrt _2(5.0):C1000)} [junit4:junit4] 1> 337391 [searcherExecutor-204-thread-1] INFO org.apache.solr.core.SolrCore ? QuerySenderListener done. [junit4:junit4] 1> 337394 [searcherExecutor-204-thread-1] INFO org.apache.solr.core.SolrCore ? [collection1] Registered new searcher Searcher@451196f5 main{StandardDirectoryReader(segments_5:11:nrt _2(5.0):C1000)} [junit4:junit4] 1> 337395 [qtp1442312662-338] INFO org.apache.solr.update.UpdateHandler ? end_commit_flush [junit4:junit4] 1> 337396 [qtp1442312662-338] INFO org.apache.solr.update.processor.LogUpdateProcessor ? [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 65 [junit4:junit4] 1> 337409 [qtp1442312662-337] INFO org.apache.solr.core.SolrCore ? [collection1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1000 status=0 QTime=1 [junit4:junit4] 1> 337414 [TEST-TestBatchUpdate.testWithBinaryBean-seed#[E54FF4DB76785399]] INFO org.apache.solr.SolrTestCaseJ4 ? ###Ending testWithBinaryBean [junit4:junit4] 1> 337429 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.core.CoreContainer ? Shutting down CoreContainer instance=1520099290 [junit4:junit4] 1> 337434 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.core.SolrCore ? [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@65c1ed3f [junit4:junit4] 1> 337457 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.update.UpdateHandler ? closing DirectUpdateHandler2{commits=4,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] 1> 337459 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.update.SolrCoreState ? Closing SolrCoreState [junit4:junit4] 1> 337460 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.update.DefaultSolrCoreState ? SolrCoreState ref count has reached 0 - closing IndexWriter [junit4:junit4] 1> 337460 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.update.DefaultSolrCoreState ? closing IndexWriter with IndexWriterCloser [junit4:junit4] 1> 337464 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.core.SolrCore ? [collection1] Closing main searcher on request. [junit4:junit4] 1> 337465 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.core.CachingDirectoryFactory ? Closing MockDirectoryFactory - 2 directories currently being tracked [junit4:junit4] 1> 337465 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.core.CachingDirectoryFactory ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1364595715292 [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1364595715292;done=false>>] [junit4:junit4] 1> 337466 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.core.CachingDirectoryFactory ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1364595715292 [junit4:junit4] 1> 337467 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.core.CachingDirectoryFactory ? looking to close /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1364595715292/index [CachedDir<<refCount=0;path=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1364595715292/index;done=false>>] [junit4:junit4] 1> 337468 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.core.CachingDirectoryFactory ? Closing directory: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/solrtest-TestBatchUpdate-1364595715292/index [junit4:junit4] 1> 337468 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.eclipse.jetty.server.handler.ContextHandler ? stopped o.e.j.s.ServletContextHandler{/solr,null} [junit4:junit4] 1> 337532 [SUITE-TestBatchUpdate-seed#[E54FF4DB76785399]-worker] INFO org.apache.solr.SolrTestCaseJ4 ? ###deleteCore [junit4:junit4] 2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=DefaultSimilarity, locale=da, timezone=MST [junit4:junit4] 2> NOTE: Mac OS X 10.8.2 x86_64/Oracle Corporation 1.7.0_15 (64-bit)/cpus=2,threads=1,free=82902832,total=255852544 [junit4:junit4] 2> NOTE: All tests run in this JVM: [TestFastInputStream, TestSolrProperties, TermsResponseTest, ModifiableSolrParamsTest, SolrExampleXMLTest, TestCoreAdmin, TestSpellCheckResponse, CloudSolrServerTest, DocumentAnalysisResponseTest, FieldAnalysisResponseTest, BasicHttpSolrServerTest, MultiCoreExampleJettyTest, SolrExampleStreamingTest, LargeVolumeEmbeddedTest, SolrDocumentTest, SolrExampleStreamingBinaryTest, ContentStreamTest, TestNamedListCodec, TestJavaBinCodec, TestBatchUpdate] [junit4:junit4] Completed in 204.20s, 3 tests, 1 error <<< FAILURES! [...truncated 84 lines...] BUILD FAILED /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:375: The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:355: The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:196: The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:448: The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1231: The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:875: There were test failures: 45 suites, 266 tests, 1 error Total time: 92 minutes 23 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results Description set: Java: 64bit/jdk1.7.0 -XX:+UseG1GC Email was triggered for: Failure Sending email for trigger: Failure
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
