Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1862/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
1 tests failed. REGRESSION: org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest.testMultiCore Error Message: IOException occured when talking to server at: https://127.0.0.1:54849/example/core1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:54849/example/core1 at __randomizedtesting.SeedInfo.seed([602E949A2B8719B2:E4068F69E4541487]:0) at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:584) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211) at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:164) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143) 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:465) ... 44 more Build Log: [...truncated 12682 lines...] [junit4] Suite: org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest [junit4] 2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/init-core-data-001 [junit4] 2> 384085 T735 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false) [junit4] 2> 384088 T735 oas.SolrTestCaseJ4.setUp ###Starting testMultiCore [junit4] 2> 384091 T735 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 384100 T735 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 384150 T735 oejs.AbstractConnector.doStart Started [email protected]:54849 [junit4] 2> 384155 T735 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 384156 T735 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 384157 T735 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore [junit4] 2> 384158 T735 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/' [junit4] 2> 384204 T735 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/solr.xml [junit4] 2> 384227 T735 oasc.CoreContainer.<init> New CoreContainer 485151433 [junit4] 2> 384227 T735 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/] [junit4] 2> 384228 T735 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0 [junit4] 2> 384229 T735 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https [junit4] 2> 384230 T735 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0 [junit4] 2> 384230 T735 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 384231 T735 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 384231 T735 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 384232 T735 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 384232 T735 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 384233 T735 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 384234 T735 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 384241 T735 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=0&connTimeout=0&retry=false [junit4] 2> 384246 T735 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 384247 T735 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 384247 T735 oasc.CoreContainer.load Host Name: [junit4] 2> 384253 T745 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core0/' [junit4] 2> 384254 T746 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core1/' [junit4] 2> 384298 T745 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 384315 T745 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 384317 T745 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core0/conf/schema.xml [junit4] 2> 384328 T745 oass.IndexSchema.readSchema [core0] Schema name=example core zero [junit4] 2> 384335 T745 oass.IndexSchema.readSchema default search field in schema is name [junit4] 2> 384335 T745 oass.IndexSchema.readSchema query parser default operator is OR [junit4] 2> 384335 T745 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 384336 T745 oasc.CoreContainer.create Creating SolrCore 'core0' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core0/ [junit4] 2> 384336 T745 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory [junit4] 2> 384336 T745 oasc.SolrCore.<init> [core0] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core0/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-001/ [junit4] 2> 384337 T745 oasc.SolrCore.<init> JMX monitoring not detected for core: core0 [junit4] 2> 384339 T745 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-001 [junit4] 2> 384340 T745 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-001/index/ [junit4] 2> 384340 T746 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 384340 T745 oasc.SolrCore.initIndex WARN [core0] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-001/index' doesn't exist. Creating new index... [junit4] 2> 384345 T745 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-001/index [junit4] 2> 384350 T745 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-001/index,segFN=segments_1,generation=1} [junit4] 2> 384351 T745 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 384355 T746 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 384358 T746 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core1/conf/schema.xml [junit4] 2> 384358 T745 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 384359 T745 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 384359 T745 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 384359 T745 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 384359 T745 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 384360 T745 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 384360 T745 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 384360 T745 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 384360 T745 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler [junit4] 2> 384360 T745 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler [junit4] 2> 384361 T745 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 384361 T746 oass.IndexSchema.readSchema [core1] Schema name=example core one [junit4] 2> 384362 T745 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 384363 T745 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler [junit4] 2> 384364 T745 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 384364 T746 oass.IndexSchema.readSchema default search field in schema is name [junit4] 2> 384365 T746 oass.IndexSchema.readSchema query parser default operator is OR [junit4] 2> 384365 T746 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 384365 T746 oasc.CoreContainer.create Creating SolrCore 'core1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core1/ [junit4] 2> 384366 T746 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory [junit4] 2> 384366 T746 oasc.SolrCore.<init> [core1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-002/ [junit4] 2> 384366 T746 oasc.SolrCore.<init> JMX monitoring not detected for core: core1 [junit4] 2> 384368 T746 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-002 [junit4] 2> 384368 T746 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-002/index/ [junit4] 2> 384365 T745 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 384369 T746 oasc.SolrCore.initIndex WARN [core1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-002/index' doesn't exist. Creating new index... [junit4] 2> 384371 T745 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 384371 T746 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-002/index [junit4] 2> 384373 T745 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 384378 T745 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 384378 T745 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 384381 T745 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-001/index,segFN=segments_1,generation=1} [junit4] 2> 384381 T745 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 384381 T745 oass.SolrIndexSearcher.<init> Opening Searcher@5ace1c6d[core0] main [junit4] 2> 384382 T745 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core0/conf; switching to use InMemory storage instead. [junit4] 2> 384382 T745 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 384382 T745 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage [junit4] 2> 384383 T745 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed [junit4] 2> 384384 T745 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage [junit4] 2> 384384 T745 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 384385 T745 oasc.CoreContainer.registerCore registering core: core0 [junit4] 2> 384386 T747 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@5ace1c6d[core0] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 384387 T746 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-002/index,segFN=segments_1,generation=1} [junit4] 2> 384387 T746 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 384388 T746 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 384389 T746 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 384389 T746 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 384389 T746 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 384389 T746 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 384390 T746 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 384390 T746 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 384391 T746 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 384391 T746 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler [junit4] 2> 384392 T746 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler [junit4] 2> 384392 T746 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 384392 T746 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 384392 T746 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler [junit4] 2> 384394 T746 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 384395 T746 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 384398 T746 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 384400 T746 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 384404 T746 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 384404 T746 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 384407 T746 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-002/index,segFN=segments_1,generation=1} [junit4] 2> 384407 T746 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 384407 T746 oass.SolrIndexSearcher.<init> Opening Searcher@4ed4c8f6[core1] main [junit4] 2> 384408 T746 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core1/conf; switching to use InMemory storage instead. [junit4] 2> 384408 T746 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 384409 T746 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage [junit4] 2> 384409 T746 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed [junit4] 2> 384409 T746 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage [junit4] 2> 384409 T746 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 384411 T748 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@4ed4c8f6[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 384411 T746 oasc.CoreContainer.registerCore registering core: core1 [junit4] 2> 384414 T735 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0 [junit4] 2> 384414 T735 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> ASYNC NEW_CORE C335 name=core0 org.apache.solr.core.SolrCore@4a7d4ce6 [junit4] 2> 384465 T741 C335 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 384465 T741 C335 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit. [junit4] 2> 384466 T741 C335 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher [junit4] 2> 384466 T741 C335 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 384467 T741 C335 oasup.LogUpdateProcessor.finish [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {deleteByQuery=*:* (-1482907732097892352),commit=} 0 6 [junit4] 2> ASYNC NEW_CORE C336 name=core1 org.apache.solr.core.SolrCore@598c6805 [junit4] 2> 384510 T739 C336 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 384511 T739 C336 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit. [junit4] 2> 384511 T739 C336 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher [junit4] 2> 384511 T739 C336 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 384512 T739 C336 oasup.LogUpdateProcessor.finish [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {deleteByQuery=*:* (-1482907732144029696),commit=} 0 7 [junit4] 2> 384533 T740 C335 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 384617 T740 C335 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-001/index,segFN=segments_1,generation=1} [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-001/index,segFN=segments_2,generation=2} [junit4] 2> 384620 T740 C335 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2 [junit4] 2> 384658 T740 C335 oass.SolrIndexSearcher.<init> Opening Searcher@28013fc5[core0] main [junit4] 2> 384659 T747 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@28013fc5[core0] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):C1)))} [junit4] 2> 384659 T740 C335 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 384660 T740 C335 oasup.LogUpdateProcessor.finish [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {add=[AAA (1482907732170244096)],commit=} 0 130 [junit4] 2> 384668 T741 C336 oasup.LogUpdateProcessor.finish [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {} 0 0 [junit4] 2> 384669 T741 C336 oasc.SolrException.log Ignoring exception matching unknown field [junit4] 2> 584707 T735 oas.SolrTestCaseJ4.tearDown ###Ending testMultiCore [junit4] 2> 584709 T742 C336 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 584724 T735 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=485151433 [junit4] 2> 584727 T735 oasc.SolrCore.close [core0] CLOSING SolrCore org.apache.solr.core.SolrCore@4a7d4ce6 [junit4] 2> 584728 T735 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=198,transaction_logs_total_number=2} [junit4] 2> 584728 T735 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState [junit4] 2> 584728 T735 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 584729 T735 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4] 2> 584748 T735 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request. [junit4] 2> 584749 T735 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked [junit4] 2> 584750 T735 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-001 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-001;done=false>>] [junit4] 2> 584750 T735 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-001 [junit4] 2> 584750 T735 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-001/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-001/index;done=false>>] [junit4] 2> 584751 T735 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-001/index [junit4] 2> 584752 T735 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/example,null} [junit4] 2> 584820 T742 C336 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-002/index,segFN=segments_1,generation=1} [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-002/index,segFN=segments_2,generation=2} [junit4] 2> 584822 T742 C336 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2 [junit4] 2> 584829 T742 C336 oass.SolrIndexSearcher.<init> Opening Searcher@1cb8c001[core1] main [junit4] 2> 584830 T742 C336 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 584832 T748 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@1cb8c001[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):C1)))} [junit4] 2> 584832 T742 C336 oasup.LogUpdateProcessor.finish [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {add=[BBB (1482907942069993472)],commit=} 0 126 [junit4] 2> 584833 T742 C336 oasc.SolrException.log ERROR null:org.eclipse.jetty.io.EofException [junit4] 2> at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142) [junit4] 2> at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107) [junit4] 2> at org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214) [junit4] 2> at org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207) [junit4] 2> at org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98) [junit4] 2> at org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52) [junit4] 2> at org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:50) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:763) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:416) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:202) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) [junit4] 2> at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:368) [junit4] 2> at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489) [junit4] 2> at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953) [junit4] 2> at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014) [junit4] 2> at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953) [junit4] 2> at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) [junit4] 2> at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) [junit4] 2> at org.eclipse.jetty.io.nio.SslConnection.handle(SslConnection.java:196) [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> ASYNC NEW_CORE C337 name=core1 org.apache.solr.core.SolrCore@598c6805 [junit4] 2> 584834 T742 C337 oasc.SolrException.log ERROR null:org.eclipse.jetty.io.EofException [junit4] 2> at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:142) [junit4] 2> at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:107) [junit4] 2> at org.apache.solr.common.util.FastOutputStream.flush(FastOutputStream.java:214) [junit4] 2> at org.apache.solr.common.util.FastOutputStream.flushBuffer(FastOutputStream.java:207) [junit4] 2> at org.apache.solr.common.util.JavaBinCodec.marshal(JavaBinCodec.java:98) [junit4] 2> at org.apache.solr.response.BinaryResponseWriter.write(BinaryResponseWriter.java:52) [junit4] 2> at org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:50) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.writeResponse(SolrDispatchFilter.java:763) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:416) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:202) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:137) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) [junit4] 2> at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:368) [junit4] 2> at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489) [junit4] 2> at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953) [junit4] 2> at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014) [junit4] 2> at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:953) [junit4] 2> at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) [junit4] 2> at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) [junit4] 2> at org.eclipse.jetty.io.nio.SslConnection.handle(SslConnection.java:196) [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> 584846 T742 C337 oasc.SolrCore.close [core1] CLOSING SolrCore org.apache.solr.core.SolrCore@598c6805 [junit4] 2> 584847 T742 C337 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=1,transaction_logs_total_size=198,transaction_logs_total_number=2} [junit4] 2> 584848 T742 C337 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState [junit4] 2> 584848 T742 C337 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 584848 T742 C337 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4] 2> 584857 T742 C337 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request. [junit4] 2> 584858 T742 C337 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked [junit4] 2> 584858 T742 C337 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-002 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-002;done=false>>] [junit4] 2> 584859 T742 C337 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-002 [junit4] 2> 584860 T742 C337 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-002/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-002/index;done=false>>] [junit4] 2> 584860 T742 C337 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-002/index [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=MultiCoreExampleJettyTest -Dtests.method=testMultiCore -Dtests.seed=602E949A2B8719B2 -Dtests.slow=true -Dtests.locale=lv_LV -Dtests.timezone=Australia/Queensland -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 206s | MultiCoreExampleJettyTest.testMultiCore <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:54849/example/core1 [junit4] > at __randomizedtesting.SeedInfo.seed([602E949A2B8719B2:E4068F69E4541487]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:584) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211) [junit4] > at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124) [junit4] > at org.apache.solr.client.solrj.MultiCoreExampleTestBase.testMultiCore(MultiCoreExampleTestBase.java:164) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: org.apache.http.NoHttpResponseException: The target server failed to respond [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143) [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:465) [junit4] > ... 44 more [junit4] 2> 589849 T735 oas.SolrTestCaseJ4.setUp ###Starting testDistributed [junit4] 2> 589851 T735 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 589859 T735 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 589860 T735 oejs.AbstractConnector.doStart Started [email protected]:54852 [junit4] 2> 589863 T735 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 589864 T735 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 589864 T735 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore [junit4] 2> 589865 T735 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/' [junit4] 2> 589900 T735 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/solr.xml [junit4] 2> 589925 T735 oasc.CoreContainer.<init> New CoreContainer 2104042217 [junit4] 2> 589926 T735 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/] [junit4] 2> 589926 T735 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0 [junit4] 2> 589927 T735 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https [junit4] 2> 589927 T735 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0 [junit4] 2> 589927 T735 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 589927 T735 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 589928 T735 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 589928 T735 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 589928 T735 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 589929 T735 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 589929 T735 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 589932 T735 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=0&connTimeout=0&retry=false [junit4] 2> 589933 T735 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 589934 T735 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 589934 T735 oasc.CoreContainer.load Host Name: [junit4] 2> 589942 T759 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core0/' [junit4] 2> 589942 T760 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core1/' [junit4] 2> 589977 T759 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 589992 T759 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 589993 T759 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core0/conf/schema.xml [junit4] 2> 589995 T760 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 590002 T759 oass.IndexSchema.readSchema [core0] Schema name=example core zero [junit4] 2> 590011 T760 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 590011 T759 oass.IndexSchema.readSchema default search field in schema is name [junit4] 2> 590011 T759 oass.IndexSchema.readSchema query parser default operator is OR [junit4] 2> 590012 T760 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core1/conf/schema.xml [junit4] 2> 590012 T759 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 590013 T759 oasc.CoreContainer.create Creating SolrCore 'core0' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core0/ [junit4] 2> 590014 T759 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory [junit4] 2> 590014 T759 oasc.SolrCore.<init> [core0] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core0/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-003/ [junit4] 2> 590014 T759 oasc.SolrCore.<init> JMX monitoring not detected for core: core0 [junit4] 2> 590015 T759 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-003 [junit4] 2> 590015 T759 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-003/index/ [junit4] 2> 590016 T760 oass.IndexSchema.readSchema [core1] Schema name=example core one [junit4] 2> 590016 T759 oasc.SolrCore.initIndex WARN [core0] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-003/index' doesn't exist. Creating new index... [junit4] 2> 590021 T759 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-003/index [junit4] 2> 590022 T760 oass.IndexSchema.readSchema default search field in schema is name [junit4] 2> 590022 T760 oass.IndexSchema.readSchema query parser default operator is OR [junit4] 2> 590022 T760 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 590023 T760 oasc.CoreContainer.create Creating SolrCore 'core1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core1/ [junit4] 2> 590023 T760 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory [junit4] 2> 590023 T760 oasc.SolrCore.<init> [core1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-004/ [junit4] 2> 590023 T760 oasc.SolrCore.<init> JMX monitoring not detected for core: core1 [junit4] 2> 590024 T760 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-004 [junit4] 2> 590025 T760 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-004/index/ [junit4] 2> 590025 T760 oasc.SolrCore.initIndex WARN [core1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-004/index' doesn't exist. Creating new index... [junit4] 2> 590026 T759 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-003/index,segFN=segments_1,generation=1} [junit4] 2> 590027 T759 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 590027 T760 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-004/index [junit4] 2> 590029 T759 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 590030 T759 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 590030 T759 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 590030 T759 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 590030 T759 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 590031 T759 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 590031 T759 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 590031 T760 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-004/index,segFN=segments_1,generation=1} [junit4] 2> 590031 T760 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 590032 T760 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 590033 T760 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 590033 T760 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 590033 T760 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 590034 T760 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 590034 T760 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 590034 T760 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 590034 T760 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 590034 T760 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler [junit4] 2> 590035 T760 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler [junit4] 2> 590031 T759 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 590035 T759 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.FieldAnalysisRequestHandler [junit4] 2> 590035 T759 oasc.RequestHandlers.initHandlersFromConfig created /analysis/field: solr.FieldAnalysisRequestHandler [junit4] 2> 590036 T760 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 590036 T759 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 590036 T760 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 590037 T759 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 590038 T760 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler [junit4] 2> 590038 T759 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler [junit4] 2> 590044 T760 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 590046 T760 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 590047 T760 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 590044 T759 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 590048 T760 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 590049 T759 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 590050 T759 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 590050 T760 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 590050 T760 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 590051 T759 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 590053 T760 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-004/index,segFN=segments_1,generation=1} [junit4] 2> 590053 T760 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 590053 T760 oass.SolrIndexSearcher.<init> Opening Searcher@6dd576a9[core1] main [junit4] 2> 590054 T760 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core1/conf; switching to use InMemory storage instead. [junit4] 2> 590054 T760 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 590054 T760 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage [junit4] 2> 590055 T760 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed [junit4] 2> 590055 T760 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage [junit4] 2> 590055 T760 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 590055 T759 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 590057 T760 oasc.CoreContainer.registerCore registering core: core1 [junit4] 2> 590057 T759 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 590057 T761 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@6dd576a9[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 590061 T759 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-003/index,segFN=segments_1,generation=1} [junit4] 2> 590065 T759 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 590066 T759 oass.SolrIndexSearcher.<init> Opening Searcher@6674220c[core0] main [junit4] 2> 590066 T759 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/example/multicore/core0/conf; switching to use InMemory storage instead. [junit4] 2> 590066 T759 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 590067 T759 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage [junit4] 2> 590067 T759 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed [junit4] 2> 590067 T759 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage [junit4] 2> 590067 T759 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 590068 T762 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@6674220c[core0] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 590068 T759 oasc.CoreContainer.registerCore registering core: core0 [junit4] 2> 590087 T735 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0 [junit4] 2> 590087 T735 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> ASYNC NEW_CORE C338 name=core0 org.apache.solr.core.SolrCore@71bf426d [junit4] 2> 590140 T755 C338 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 590140 T755 C338 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit. [junit4] 2> 590141 T755 C338 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher [junit4] 2> 590142 T755 C338 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 590142 T755 C338 oasup.LogUpdateProcessor.finish [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {deleteByQuery=*:* (-1482907947762712576),commit=} 0 8 [junit4] 2> ASYNC NEW_CORE C339 name=core1 org.apache.solr.core.SolrCore@6807e8e7 [junit4] 2> 590195 T758 C339 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 590195 T758 C339 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit. [junit4] 2> 590195 T758 C339 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher [junit4] 2> 590196 T758 C339 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 590196 T758 C339 oasup.LogUpdateProcessor.finish [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {deleteByQuery=*:* (-1482907947820384256),commit=} 0 6 [junit4] 2> ASYNC NEW_CORE C340 name=core0 org.apache.solr.core.SolrCore@71bf426d [junit4] 2> 590206 T753 C340 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 590242 T753 C340 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-003/index,segFN=segments_1,generation=1} [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-003/index,segFN=segments_2,generation=2} [junit4] 2> 590243 T753 C340 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2 [junit4] 2> 590248 T753 C340 oass.SolrIndexSearcher.<init> Opening Searcher@2c73cdc0[core0] main [junit4] 2> 590248 T753 C340 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 590248 T762 oasc.SolrCore.registerSearcher [core0] Registered new searcher Searcher@2c73cdc0[core0] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):C1)))} [junit4] 2> 590249 T753 C340 oasup.LogUpdateProcessor.finish [core0] webapp=/example path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {add=[core0 (1482907947832967168)],commit=} 0 47 [junit4] 2> 590260 T754 C339 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 590300 T754 C339 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-004/index,segFN=segments_1,generation=1} [junit4] 2> commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-004/index,segFN=segments_2,generation=2} [junit4] 2> 590301 T754 C339 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2 [junit4] 2> 590311 T754 C339 oass.SolrIndexSearcher.<init> Opening Searcher@55df27f3[core1] main [junit4] 2> 590312 T754 C339 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4] 2> 590312 T761 oasc.SolrCore.registerSearcher [core1] Registered new searcher Searcher@55df27f3[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):C1)))} [junit4] 2> 590313 T754 C339 oasup.LogUpdateProcessor.finish [core1] webapp=/example path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {add=[core1 (1482907947887493120)],commit=} 0 59 [junit4] 2> 590329 T756 C340 oasc.SolrCore.execute [core0] webapp=/example path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=12 [junit4] 2> 590332 T757 C339 oasc.SolrCore.execute [core1] webapp=/example path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0 [junit4] 2> 590396 T756 C340 oasc.SolrCore.execute [core0] webapp=/example path=/select params={q=*:*&distrib=false&fl=id,score&NOW=1414211223578&start=0&fsv=true&isShard=true&shard.url=https://127.0.0.1:54852/example/core0&rows=10&wt=javabin&version=2} hits=1 status=0 QTime=1 [junit4] 2> 590409 T755 C339 oasc.SolrCore.execute [core1] webapp=/example path=/select params={q=*:*&distrib=false&fl=id,score&NOW=1414211223578&start=0&fsv=true&isShard=true&shard.url=https://127.0.0.1:54852/example/core1&rows=10&wt=javabin&version=2} hits=1 status=0 QTime=0 [junit4] 2> 590450 T753 C340 oasc.SolrCore.execute [core0] webapp=/example path=/select params={q=*:*&distrib=false&fl=id,s:[shard]&NOW=1414211223578&ids=core0&isShard=true&shard.url=https://127.0.0.1:54852/example/core0&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 590453 T754 C339 oasc.SolrCore.execute [core1] webapp=/example path=/select params={q=*:*&distrib=false&fl=id,s:[shard]&NOW=1414211223578&ids=core1&isShard=true&shard.url=https://127.0.0.1:54852/example/core1&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 590456 T758 C340 oasc.SolrCore.execute [core0] webapp=/example path=/select params={q=*:*&shards=https://127.0.0.1:54852/example/core0,https://127.0.0.1:54852/example/core1&fl=id,s:[shard]&wt=javabin&version=2} hits=2 status=0 QTime=119 [junit4] 2> 590457 T735 oas.SolrTestCaseJ4.tearDown ###Ending testDistributed [junit4] 2> 590482 T735 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=2104042217 [junit4] 2> 590483 T735 oasc.SolrCore.close [core1] CLOSING SolrCore org.apache.solr.core.SolrCore@6807e8e7 [junit4] 2> 590484 T735 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=167,transaction_logs_total_number=2} [junit4] 2> 590484 T735 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState [junit4] 2> 590485 T735 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 590485 T735 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4] 2> 590490 T735 oasc.SolrCore.closeSearcher [core1] Closing main searcher on request. [junit4] 2> 590492 T735 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked [junit4] 2> 590492 T735 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-004 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-004;done=false>>] [junit4] 2> 590492 T735 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-004 [junit4] 2> 590493 T735 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-004/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-004/index;done=false>>] [junit4] 2> 590493 T735 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-004/index [junit4] 2> 590494 T735 oasc.SolrCore.close [core0] CLOSING SolrCore org.apache.solr.core.SolrCore@71bf426d [junit4] 2> 590494 T735 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=167,transaction_logs_total_number=2} [junit4] 2> 590494 T735 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState [junit4] 2> 590495 T735 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 590495 T735 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4] 2> 590501 T735 oasc.SolrCore.closeSearcher [core0] Closing main searcher on request. [junit4] 2> 590502 T735 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked [junit4] 2> 590502 T735 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-003 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-003;done=false>>] [junit4] 2> 590503 T735 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-003 [junit4] 2> 590503 T735 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-003/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-003/index;done=false>>] [junit4] 2> 590503 T735 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001/tempDir-003/index [junit4] 2> 590508 T735 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/example,null} [junit4] 2> 595471 T735 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.MultiCoreExampleJettyTest-602E949A2B8719B2-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=BlockTreeOrds(blocksize=128), core1=FST50, core0=PostingsFormat(name=LuceneFixedGap), name=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), type=FST50}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=lv_LV, timezone=Australia/Queensland [junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_20 (64-bit)/cpus=2,threads=1,free=21848760,total=64131072 [junit4] 2> NOTE: All tests run in this JVM: [SolrPingTest, QueryResponseTest, TestCoreAdmin, TestLBHttpSolrServer, DocumentAnalysisResponseTest, CloudSolrServerMultiConstructorTest, IteratorChainTest, TestSolrProperties, NoOpResponseParserTest, LargeVolumeJettyTest, MergeIndexesEmbeddedTest, SolrParamTest, CloudSolrServerTest, SolrSchemalessExampleTest, ConcurrentUpdateSolrServerTest, TestNamedListCodec, ExternalHttpClientTest, JettyWebappTest, AnlysisResponseBaseTest, FacetFieldTest, TestJavaBinCodec, SolrDocumentTest, MultiCoreEmbeddedTest, LargeVolumeBinaryJettyTest, TestDocumentObjectBinder, TestUpdateRequestCodec, SolrExampleJettyTest, SolrExampleStreamingTest, SolrExampleStreamingBinaryTest, SolrExampleBinaryTest, SolrExampleXMLTest, SolrExampleEmbeddedTest, BasicHttpSolrServerTest, TestBatchUpdate, MultiCoreExampleJettyTest] [junit4] Completed in 211.42s, 2 tests, 1 error <<< FAILURES! [...truncated 66 lines...] BUILD FAILED /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:525: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:473: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:202: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1359: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:966: There were test failures: 54 suites, 317 tests, 1 error Total time: 179 minutes 52 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
