Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/972/
2 tests failed. FAILED: org.apache.solr.cloud.TestCollectionAPI.test Error Message: No live SolrServers available to handle this request:[http://127.0.0.1:41340/rqpa/p, http://127.0.0.1:33295/rqpa/p, http://127.0.0.1:45464/rqpa/p] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:41340/rqpa/p, http://127.0.0.1:33295/rqpa/p, http://127.0.0.1:45464/rqpa/p] at __randomizedtesting.SeedInfo.seed([2C0E4018F461728F:A45A7FC25A9D1F77]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.cloud.TestCollectionAPI.testCollectionCreationCollectionNameValidation(TestCollectionAPI.java:646) at org.apache.solr.cloud.TestCollectionAPI.test(TestCollectionAPI.java:83) 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:497) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) 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:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:45464/rqpa/p: Invalid collection: invalid@name#with$weird%characters. collection names must consist entirely of periods, underscores, hyphens, and alphanumerics at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325) ... 47 more FAILED: org.apache.solr.handler.admin.CoreAdminHandlerTest.testCoreAdminHandler Error Message: Invalid core: bad$name. core names must consist entirely of periods, underscores, hyphens, and alphanumerics Stack Trace: java.lang.IllegalArgumentException: Invalid core: bad$name. core names must consist entirely of periods, underscores, hyphens, and alphanumerics at __randomizedtesting.SeedInfo.seed([2C0E4018F461728F:ADCE7D209BEF7F71]:0) at org.apache.solr.client.solrj.util.SolrIdentifierValidator.validateName(SolrIdentifierValidator.java:37) at org.apache.solr.client.solrj.util.SolrIdentifierValidator.validateCoreName(SolrIdentifierValidator.java:54) at org.apache.solr.core.CoreContainer.rename(CoreContainer.java:1010) at org.apache.solr.handler.admin.CoreAdminOperation$6.call(CoreAdminOperation.java:227) at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:351) at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:153) at org.apache.solr.handler.admin.CoreAdminHandlerTest.testCoreAdminHandler(CoreAdminHandlerTest.java:225) 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:497) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) 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:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(Thread.java:745) Build Log: [...truncated 10741 lines...] [junit4] Suite: org.apache.solr.handler.admin.CoreAdminHandlerTest [junit4] 2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001 [junit4] 2> 274492 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) [junit4] 2> 274493 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.SolrTestCaseJ4 ####initCore [junit4] 2> 274493 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1' [junit4] 2> 274493 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 274494 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr [junit4] 2> 274494 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader [junit4] 2> 274494 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader [junit4] 2> 274522 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 274529 WARN (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 274531 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 274556 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 274561 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.s.IndexSchema [null] Schema name=test [junit4] 2> 274643 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 274648 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.s.IndexSchema default search field in schema is text [junit4] 2> 274649 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 274653 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 274655 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 274657 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 274658 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 274658 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 274658 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr [junit4] 2> 274658 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr' [junit4] 2> 274658 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 274658 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr [junit4] 2> 274658 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.CoreContainer New CoreContainer 1241882597 [junit4] 2> 274658 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr] [junit4] 2> 274658 WARN (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/lib [junit4] 2> 274659 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false, [junit4] 2> 274662 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true [junit4] 2> 274662 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 274662 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 274662 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 274662 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 274663 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001, shard=shard1} [junit4] 2> 274664 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1' [junit4] 2> 274664 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 274664 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr [junit4] 2> 274664 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader [junit4] 2> 274664 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/README' to classloader [junit4] 2> 274686 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 274694 WARN (coreLoadExecutor-773-thread-1) [ ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 274695 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 274719 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 274725 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 274806 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 274810 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.s.IndexSchema default search field in schema is text [junit4] 2> 274811 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 274815 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 274817 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 274822 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 274822 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 274824 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1' [junit4] 2> 274824 INFO (coreLoadExecutor-773-thread-1) [ ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1 [junit4] 2> 274824 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 274824 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/] [junit4] 2> 274824 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5612e85f [junit4] 2> 274825 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001 [junit4] 2> 274825 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/index/ [junit4] 2> 274831 WARN (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/index' doesn't exist. Creating new index... [junit4] 2> 274835 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/index [junit4] 2> 274836 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=9, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 274836 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1d69714e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@569389df),segFN=segments_1,generation=1} [junit4] 2> 274836 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 274840 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe" [junit4] 2> 274840 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 274840 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 274840 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 274840 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig" [junit4] 2> 274840 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 274841 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields" [junit4] 2> 274841 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields" [junit4] 2> 274841 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 274841 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 274841 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 274841 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 274843 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 274844 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 274845 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 274846 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 274847 INFO (OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/ [junit4] 2> 274851 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy [junit4] 2> 274853 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump [junit4] 2> 274853 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 274853 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 274853 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 274854 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 274854 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 274855 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=759758757, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 274855 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1d69714e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@569389df),segFN=segments_1,generation=1} [junit4] 2> 274855 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 274856 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@36128187[collection1] main] [junit4] 2> 274856 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO} [junit4] 2> 274856 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage [junit4] 2> 274856 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 274856 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers [junit4] 2> 274871 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4] 2> 274924 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 274925 INFO (searcherExecutor-774-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default [junit4] 2> 274925 INFO (searcherExecutor-774-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct [junit4] 2> 274925 INFO (searcherExecutor-774-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak [junit4] 2> 274925 INFO (searcherExecutor-774-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields [junit4] 2> 274925 INFO (searcherExecutor-774-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler [junit4] 2> 274926 INFO (searcherExecutor-774-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external [junit4] 2> 274926 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets [junit4] 2> 274926 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index [junit4] 2> 274926 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index [junit4] 2> 274926 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1528355584918683648 [junit4] 2> 274926 INFO (searcherExecutor-774-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq [junit4] 2> 274926 INFO (searcherExecutor-774-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn [junit4] 2> 274927 INFO (searcherExecutor-774-thread-1-processing-x:collection1) [ x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict [junit4] 2> 274927 INFO (searcherExecutor-774-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@36128187[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 274928 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1528355584918683648 [junit4] 2> 274928 INFO (coreLoadExecutor-773-thread-1) [ x:collection1] o.a.s.c.CoreContainer registering core: collection1 [junit4] 2> 274930 INFO (SUITE-CoreAdminHandlerTest-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.SolrTestCaseJ4 ####initCore end [junit4] 2> 274932 INFO (TEST-CoreAdminHandlerTest.testNonexistentCoreReload-seed#[2C0E4018F461728F]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testNonexistentCoreReload [junit4] 2> 274932 INFO (TEST-CoreAdminHandlerTest.testNonexistentCoreReload-seed#[2C0E4018F461728F]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testNonexistentCoreReload [junit4] 2> 274934 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteInstanceDir [junit4] 2> 274946 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.e.j.s.Server jetty-9.3.6.v20151106 [junit4] 2> 274956 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57450d0a{/solr,null,AVAILABLE} [junit4] 2> 274956 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.e.j.s.ServerConnector Started ServerConnector@8fbbfff{HTTP/1.1,[http/1.1]}{127.0.0.1:52695} [junit4] 2> 274956 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.e.j.s.Server Started @278843ms [junit4] 2> 274956 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52695} [junit4] 2> 274957 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a [junit4] 2> 274957 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019' [junit4] 2> 274957 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 274957 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr [junit4] 2> 274958 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/solr.xml [junit4] 2> 274963 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/. [junit4] 2> 274963 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.c.CoreContainer New CoreContainer 1871582020 [junit4] 2> 274963 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019] [junit4] 2> 274964 WARN (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/lib [junit4] 2> 274964 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false, [junit4] 2> 274965 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 274966 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 274966 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 274966 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 274966 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 274966 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/. [junit4] 2> 274968 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=corex, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/} [junit4] 2> 274968 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.c.CorePropertiesLocator Found core corex in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/./corex [junit4] 2> 274968 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 274968 INFO (coreLoadExecutor-785-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/corex' [junit4] 2> 274969 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2 [junit4] 2> 274969 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 274969 INFO (coreLoadExecutor-785-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 274969 INFO (coreLoadExecutor-785-thread-1) [ ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr [junit4] 2> 274977 INFO (coreLoadExecutor-785-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 274984 WARN (coreLoadExecutor-785-thread-1) [ ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 274986 INFO (coreLoadExecutor-785-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 275005 INFO (coreLoadExecutor-785-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 275010 INFO (coreLoadExecutor-785-thread-1) [ ] o.a.s.s.IndexSchema [corex] Schema name=test [junit4] 2> 275099 INFO (coreLoadExecutor-785-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 275104 INFO (coreLoadExecutor-785-thread-1) [ ] o.a.s.s.IndexSchema default search field in schema is text [junit4] 2> 275105 INFO (coreLoadExecutor-785-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 275109 INFO (coreLoadExecutor-785-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 275111 INFO (coreLoadExecutor-785-thread-1) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 275112 INFO (coreLoadExecutor-785-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 275113 INFO (coreLoadExecutor-785-thread-1) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 275114 INFO (coreLoadExecutor-785-thread-1) [ ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/corex' [junit4] 2> 275115 INFO (coreLoadExecutor-785-thread-1) [ ] o.a.s.c.CoreContainer Creating SolrCore 'corex' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/./corex [junit4] 2> 275115 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 275115 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.c.SolrCore [[corex] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/corex], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/./corex/data/] [junit4] 2> 275115 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5612e85f [junit4] 2> 275116 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/./corex/data [junit4] 2> 275116 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/./corex/data/index/ [junit4] 2> 275116 WARN (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.c.SolrCore [corex] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/./corex/data/index' doesn't exist. Creating new index... [junit4] 2> 275116 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/./corex/data/index [junit4] 2> 275116 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=9, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 275117 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@533e6e3f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@534691ec),segFN=segments_1,generation=1} [junit4] 2> 275117 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 275125 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe" [junit4] 2> 275125 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 275125 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 275125 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 275125 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig" [junit4] 2> 275125 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 275125 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields" [junit4] 2> 275125 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields" [junit4] 2> 275125 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 275126 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 275126 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 275126 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 275126 INFO (OldIndexDirectoryCleanupThreadForCore-corex) [ x:corex] o.a.s.c.SolrCore Looking for old index directories to cleanup for core corex in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/./corex/data/ [junit4] 2> 275126 WARN (OldIndexDirectoryCleanupThreadForCore-corex) [ x:corex] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/./corex/data/ does not point to a valid data directory; skipping clean-up of old index directories. [junit4] 2> 275130 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 275131 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 275131 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 275132 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 275136 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy [junit4] 2> 275138 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump [junit4] 2> 275138 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 275139 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 275139 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 275139 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 275139 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 275140 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=759758757, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 275140 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@533e6e3f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@534691ec),segFN=segments_1,generation=1} [junit4] 2> 275140 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 275140 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.s.SolrIndexSearcher Opening [Searcher@34c43441[corex] main] [junit4] 2> 275141 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO} [junit4] 2> 275141 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage [junit4] 2> 275141 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 275141 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.h.c.SpellCheckComponent Initializing spell checkers [junit4] 2> 275149 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4] 2> 275184 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 275184 INFO (searcherExecutor-786-thread-1-processing-x:corex) [ x:corex] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default [junit4] 2> 275185 INFO (searcherExecutor-786-thread-1-processing-x:corex) [ x:corex] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct [junit4] 2> 275185 INFO (searcherExecutor-786-thread-1-processing-x:corex) [ x:corex] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak [junit4] 2> 275185 INFO (searcherExecutor-786-thread-1-processing-x:corex) [ x:corex] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields [junit4] 2> 275185 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets [junit4] 2> 275185 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index [junit4] 2> 275185 INFO (searcherExecutor-786-thread-1-processing-x:corex) [ x:corex] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler [junit4] 2> 275185 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index [junit4] 2> 275185 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1528355585190264832 [junit4] 2> 275185 INFO (searcherExecutor-786-thread-1-processing-x:corex) [ x:corex] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external [junit4] 2> 275186 INFO (searcherExecutor-786-thread-1-processing-x:corex) [ x:corex] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq [junit4] 2> 275186 INFO (searcherExecutor-786-thread-1-processing-x:corex) [ x:corex] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn [junit4] 2> 275186 INFO (searcherExecutor-786-thread-1-processing-x:corex) [ x:corex] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict [junit4] 2> 275187 INFO (searcherExecutor-786-thread-1-processing-x:corex) [ x:corex] o.a.s.c.SolrCore [corex] Registered new searcher Searcher@34c43441[corex] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 275187 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1528355585190264832 [junit4] 2> 275187 INFO (coreLoadExecutor-785-thread-1) [ x:corex] o.a.s.c.CoreContainer registering core: corex [junit4] 2> 275478 INFO (qtp1416038248-1691) [ x:corex] o.a.s.u.p.LogUpdateProcessorFactory [corex] webapp=/solr path=/update params={wt=javabin&version=2}{add=[123 (1528355585494351872)]} 0 2 [junit4] 2> 275480 INFO (qtp1416038248-1692) [ x:corex] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 275485 INFO (qtp1416038248-1692) [ x:corex] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@533e6e3f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@534691ec),segFN=segments_1,generation=1} [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@533e6e3f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@534691ec),segFN=segments_2,generation=2} [junit4] 2> 275486 INFO (qtp1416038248-1692) [ x:corex] o.a.s.c.SolrDeletionPolicy newest commit generation = 2 [junit4] 2> 275487 INFO (qtp1416038248-1692) [ x:corex] o.a.s.s.SolrIndexSearcher Opening [Searcher@4020f441[corex] main] [junit4] 2> 275488 INFO (qtp1416038248-1692) [ x:corex] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 275489 INFO (searcherExecutor-786-thread-1-processing-x:corex) [ x:corex] o.a.s.c.SolrCore [corex] Registered new searcher Searcher@4020f441[corex] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))} [junit4] 2> 275489 INFO (qtp1416038248-1692) [ x:corex] o.a.s.u.p.LogUpdateProcessorFactory [corex] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 9 [junit4] 2> 275494 INFO (qtp1416038248-1694) [ ] o.a.s.c.SolrCore [corex] CLOSING SolrCore org.apache.solr.core.SolrCore@4d5e3b8c [junit4] 2> 275494 INFO (qtp1416038248-1694) [ ] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=98,transaction_logs_total_number=1} [junit4] 2> 275495 INFO (qtp1416038248-1694) [ ] o.a.s.u.SolrCoreState Closing SolrCoreState [junit4] 2> 275495 INFO (qtp1416038248-1694) [ ] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 275495 INFO (qtp1416038248-1694) [ ] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser [junit4] 2> 275496 INFO (qtp1416038248-1694) [ ] o.a.s.c.SolrCore [corex] Closing main searcher on request. [junit4] 2> 275508 INFO (qtp1416038248-1694) [ ] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked [junit4] 2> 275508 INFO (qtp1416038248-1694) [ ] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/./corex/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/./corex/data/index;done=false>>] [junit4] 2> 275508 INFO (qtp1416038248-1694) [ ] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/./corex/data/index [junit4] 2> 275508 INFO (qtp1416038248-1694) [ ] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/./corex/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/./corex/data;done=false>>] [junit4] 2> 275508 INFO (qtp1416038248-1694) [ ] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/init-core-data-001/org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-26013737785141019/./corex/data [junit4] 2> 275515 INFO (qtp1416038248-1694) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=corex&deleteDataDir=false&action=UNLOAD&indexInfo=true&wt=javabin&version=2&deleteIndex=false} status=0 QTime=21 [junit4] 2> 275517 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.e.j.s.ServerConnector Stopped ServerConnector@8fbbfff{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 275517 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1871582020 [junit4] 2> 275518 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@57450d0a{/solr,null,UNAVAILABLE} [junit4] 2> 275519 INFO (TEST-CoreAdminHandlerTest.testDeleteInstanceDir-seed#[2C0E4018F461728F]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteInstanceDir [junit4] 2> 275521 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testCoreAdminHandler [junit4] 2> 275607 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.h.a.CoreAdminOperation core create command name=ugly$core%3Dname&action=CREATE&instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/tempDir-001/instProp&wt=xml [junit4] 2> 275607 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=ugly$core=name, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/} [junit4] 2> 275607 ERROR (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.c.CoreContainer Error creating core [ugly$core=name]: Invalid core: ugly$core=name. core names must consist entirely of periods, underscores, hyphens, and alphanumerics [junit4] 2> java.lang.IllegalArgumentException: Invalid core: ugly$core=name. core names must consist entirely of periods, underscores, hyphens, and alphanumerics [junit4] 2> at org.apache.solr.client.solrj.util.SolrIdentifierValidator.validateName(SolrIdentifierValidator.java:37) [junit4] 2> at org.apache.solr.client.solrj.util.SolrIdentifierValidator.validateCoreName(SolrIdentifierValidator.java:54) [junit4] 2> at org.apache.solr.core.CoreContainer.create(CoreContainer.java:807) [junit4] 2> at org.apache.solr.core.CoreContainer.create(CoreContainer.java:751) [junit4] 2> at org.apache.solr.handler.admin.CoreAdminOperation$1.call(CoreAdminOperation.java:134) [junit4] 2> at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:351) [junit4] 2> at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:153) [junit4] 2> at org.apache.solr.handler.admin.CoreAdminHandlerTest.testCoreAdminHandler(CoreAdminHandlerTest.java:135) [junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit4] 2> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit4] 2> at java.lang.reflect.Method.invoke(Method.java:497) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [junit4] 2> at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) [junit4] 2> at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [junit4] 2> at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [junit4] 2> at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) [junit4] 2> at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) [junit4] 2> at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [junit4] 2> at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [junit4] 2> at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 275608 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.h.a.CoreAdminOperation core create command property.hoss=man&name=props&action=CREATE&property.foo=baz&instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/tempDir-001/instProp&wt=xml [junit4] 2> 275609 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=props, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, foo=baz, dataDir=data/, hoss=man} [junit4] 2> 275609 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/tempDir-001/instProp' [junit4] 2> 275609 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 275609 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr [junit4] 2> 275609 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/tempDir-001/instProp/lib/classes/' to classloader [junit4] 2> 275609 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.c.SolrResourceLoader Adding 'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/tempDir-001/instProp/lib/README' to classloader [junit4] 2> 275636 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 275644 WARN (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 275646 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0 [junit4] 2> 275679 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 275684 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.s.IndexSchema [props] Schema name=test [junit4] 2> 275791 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 275796 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.s.IndexSchema default search field in schema is text [junit4] 2> 275797 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 275801 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 275803 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml [junit4] 2> 275805 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 275805 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json [junit4] 2> 275807 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/tempDir-001/instProp' [junit4] 2> 275807 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ ] o.a.s.c.CoreContainer Creating SolrCore 'props' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/tempDir-001/instProp [junit4] 2> 275808 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 275808 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.c.SolrCore [[props] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/tempDir-001/instProp], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/tempDir-001/instProp/data/] [junit4] 2> 275808 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5612e85f [junit4] 2> 275809 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/tempDir-001/instProp/data [junit4] 2> 275809 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/tempDir-001/instProp/data/index/ [junit4] 2> 275809 WARN (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.c.SolrCore [props] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/tempDir-001/instProp/data/index' doesn't exist. Creating new index... [junit4] 2> 275809 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/tempDir-001/instProp/data/index [junit4] 2> 275810 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4523448205173437] [junit4] 2> 275810 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@7c43f538 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b252f7f),segFN=segments_1,generation=1} [junit4] 2> 275810 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 275812 INFO (OldIndexDirectoryCleanupThreadForCore-props) [ x:props] o.a.s.c.SolrCore Looking for old index directories to cleanup for core props in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/tempDir-001/instProp/data/ [junit4] 2> 275816 WARN (OldIndexDirectoryCleanupThreadForCore-props) [ x:props] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.handler.admin.CoreAdminHandlerTest_2C0E4018F461728F-001/tempDir-001/instProp/data/ does not point to a valid data directory; skipping clean-up of old index directories. [junit4] 2> 275818 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe" [junit4] 2> 275818 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 275818 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 275818 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields" [junit4] 2> 275818 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig" [junit4] 2> 275819 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 275819 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields" [junit4] 2> 275819 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields" [junit4] 2> 275819 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 275819 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 275819 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 275819 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 275821 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 275822 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 275823 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 275824 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 275828 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy [junit4] 2> 275831 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump [junit4] 2> 275831 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 275833 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 275834 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 275834 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 275834 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 275835 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=31.2919921875, floorSegmentMB=1.2177734375, forceMergeDeletesPctAllowed=14.704565378360968, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.12680258031293976 [junit4] 2> 275835 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@7c43f538 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b252f7f),segFN=segments_1,generation=1} [junit4] 2> 275835 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 275835 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f59969b[props] main] [junit4] 2> 275836 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO} [junit4] 2> 275836 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage [junit4] 2> 275836 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 275836 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.h.c.SpellCheckComponent Initializing spell checkers [junit4] 2> 275851 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4] 2> 275892 INFO (TEST-CoreAdminHandlerTest.testCoreAdminHandler-seed#[2C0E4018F461728F]) [ x:props] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 275893 INFO (searcherExecutor-793-thread-1-processing-x:props) [ x:props] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default [junit4] 2> 275893 INFO (searcherExecutor-793-thread-1-processing-x:props) [ x:props] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct [junit4] 2> 275893 INFO (searcherExecutor-793-thread-1-processing-x:props) [ x:props] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak [junit4] 2> 275893 INFO (searcherExecutor-793-thread-1-processing-x:props) [ x:props] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields [junit4] 2> 275893 INFO (searcherExecutor-793-thread-1-processing-x:props) [ x:props] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler [junit4] 2> 275894 INFO (searcherExecutor-793-thread-1-processing-x:props) [ x:props] o.a.s.h.c.Spell [...truncated too long message...] replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionAPI_2C0E4018F461728F-001/shard-2-001/cores/testcollection_shard2_replica1/data [junit4] 2> 467550 INFO (coreCloseExecutor-1267-thread-3) [n:127.0.0.1:45464_rqpa%2Fp c:testcollection1 s:shard1 r:core_node1 x:testcollection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionAPI_2C0E4018F461728F-001/shard-2-001/cores/testcollection1_shard1_replica1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionAPI_2C0E4018F461728F-001/shard-2-001/cores/testcollection1_shard1_replica1/data;done=false>>] [junit4] 2> 467550 INFO (coreCloseExecutor-1267-thread-3) [n:127.0.0.1:45464_rqpa%2Fp c:testcollection1 s:shard1 r:core_node1 x:testcollection1_shard1_replica1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionAPI_2C0E4018F461728F-001/shard-2-001/cores/testcollection1_shard1_replica1/data [junit4] 2> 467551 INFO (TEST-TestCollectionAPI.test-seed#[2C0E4018F461728F]) [ ] o.a.s.c.Overseer Overseer (id=95522233878577163-127.0.0.1:45464_rqpa%2Fp-n_0000000002) closing [junit4] 2> 467551 INFO (OverseerStateUpdate-95522233878577163-127.0.0.1:45464_rqpa%2Fp-n_0000000002) [n:127.0.0.1:45464_rqpa%2Fp ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45464_rqpa%2Fp [junit4] 2> 467553 INFO (zkCallback-369-thread-1-processing-n:127.0.0.1:45464_rqpa%2Fp) [n:127.0.0.1:45464_rqpa%2Fp ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1]) [junit4] 2> 469053 WARN (zkCallback-369-thread-1-processing-n:127.0.0.1:45464_rqpa%2Fp) [n:127.0.0.1:45464_rqpa%2Fp ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 469055 INFO (TEST-TestCollectionAPI.test-seed#[2C0E4018F461728F]) [ ] o.e.j.s.ServerConnector Stopped ServerConnector@9c86467{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 469055 INFO (TEST-TestCollectionAPI.test-seed#[2C0E4018F461728F]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@77b883aa{/rqpa/p,null,UNAVAILABLE} [junit4] 2> 469057 INFO (TEST-TestCollectionAPI.test-seed#[2C0E4018F461728F]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33674 33674 [junit4] 2> 469277 INFO (Thread-992) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33674 33674 [junit4] 2> 469279 WARN (Thread-992) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 16 /solr/aliases.json [junit4] 2> 3 /solr/security.json [junit4] 2> 3 /solr/configs/conf1 [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 16 /solr/clusterstate.json [junit4] 2> 2 /solr/overseer_elect/election/95522233878577163-127.0.0.1:45464_rqpa%2Fp-n_0000000002 [junit4] 2> 2 /solr/collections/clusterStatusZNodeVersion/state.json [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 16 /solr/live_nodes [junit4] 2> 16 /solr/collections [junit4] 2> 3 /solr/overseer/queue-work [junit4] 2> 2 /solr/overseer/collection-queue-work [junit4] 2> [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestCollectionAPI -Dtests.method=test -Dtests.seed=2C0E4018F461728F -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=be-BY -Dtests.timezone=America/Belem -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 44.5s J2 | TestCollectionAPI.test <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:41340/rqpa/p, http://127.0.0.1:33295/rqpa/p, http://127.0.0.1:45464/rqpa/p] [junit4] > at __randomizedtesting.SeedInfo.seed([2C0E4018F461728F:A45A7FC25A9D1F77]:0) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806) [junit4] > at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) [junit4] > at org.apache.solr.cloud.TestCollectionAPI.testCollectionCreationCollectionNameValidation(TestCollectionAPI.java:646) [junit4] > at org.apache.solr.cloud.TestCollectionAPI.test(TestCollectionAPI.java:83) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:45464/rqpa/p: Invalid collection: invalid@name#with$weird%characters. collection names must consist entirely of periods, underscores, hyphens, and alphanumerics [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325) [junit4] > ... 47 more [junit4] 2> 469282 INFO (SUITE-TestCollectionAPI-seed#[2C0E4018F461728F]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionAPI_2C0E4018F461728F-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene60): {_version_=PostingsFormat(name=Direct), id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, maxPointsInLeafNode=133, maxMBSortInHeap=6.802225794674769, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=be-BY, timezone=America/Belem [junit4] 2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=4,threads=1,free=306848712,total=524812288 [junit4] 2> NOTE: All tests run in this JVM: [SecurityConfHandlerTest, StatelessScriptUpdateProcessorFactoryTest, TestJmxIntegration, ZkStateWriterTest, BufferStoreTest, ForceLeaderTest, TestRebalanceLeaders, TestConfigOverlay, SuggesterTSTTest, SuggestComponentTest, TestWriterPerf, TestRestManager, TestJsonFacets, TermVectorComponentDistributedTest, CdcrRequestHandlerTest, ScriptEngineTest, TestBulkSchemaConcurrent, BinaryUpdateRequestHandlerTest, DirectUpdateHandlerOptimizeTest, TestObjectReleaseTracker, CoreAdminHandlerTest, BasicDistributedZk2Test, FacetPivotSmallTest, TestConfigSetsAPIZkFailure, ExitableDirectoryReaderTest, DistributedExpandComponentTest, BlockJoinFacetRandomTest, TestCopyFieldCollectionResource, LeaderInitiatedRecoveryOnCommitTest, DocValuesMissingTest, TestSolrCloudWithKerberosAlt, TestPHPSerializedResponseWriter, TestCollectionAPI] [junit4] Completed [106/578 (2!)] on J2 in 44.52s, 1 test, 1 error <<< FAILURES! [...truncated 1521 lines...] BUILD FAILED /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:684: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:233: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/common-build.xml:524: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1457: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1014: There were test failures: 578 suites (10 ignored), 2306 tests, 2 errors, 88 ignored (71 assumptions) [seed: 2C0E4018F461728F] Total time: 59 minutes 37 seconds Build step 'Invoke Ant' marked build as failure 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]
