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

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_172) - Build # 7410 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7410/
Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImport

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001\collection1    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001\collection1
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001

	at __randomizedtesting.SeedInfo.seed([A786F5077D6DE2F2:222A889CC5627CD2]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:318)
	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd$SolrInstance.tearDown(TestSolrEntityProcessorEndToEnd.java:360)
	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.tearDown(TestSolrEntityProcessorEndToEnd.java:142)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 20950 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4]   2> INFO  - 2018-07-10 17:53:31.843; org.apache.solr.SolrTestCaseJ4; SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\init-core-data-001
   [junit4]   2> INFO  - 2018-07-10 17:53:31.846; org.apache.solr.SolrTestCaseJ4; Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> INFO  - 2018-07-10 17:53:31.852; org.apache.solr.SolrTestCaseJ4; Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> INFO  - 2018-07-10 17:53:31.854; org.apache.solr.SolrTestCaseJ4; ###Starting testFullImport
   [junit4]   2> INFO  - 2018-07-10 17:53:31.889; org.apache.solr.SolrTestCaseJ4; ####initCore
   [junit4]   2> INFO  - 2018-07-10 17:53:31.915; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-10 17:53:31.937; org.apache.solr.schema.IndexSchema; [null] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-10 17:53:31.961; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-10 17:53:32.196; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-07-10 17:53:32.196; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-07-10 17:53:32.225; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:32.226; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:32.226; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:32.259; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-10 17:53:32.273; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-10 17:53:32.286; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-10 17:53:32.286; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\core-home-001\collection1, trusted=true
   [junit4]   2> INFO  - 2018-07-10 17:53:32.286; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:32.306; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-07-10 17:53:32.306; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\core-home-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\init-core-data-001\]
   [junit4]   2> INFO  - 2018-07-10 17:53:32.603; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-10 17:53:32.603; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-10 17:53:32.622; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@7bb30597[collection1] main]
   [junit4]   2> INFO  - 2018-07-10 17:53:32.623; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\core-home-001\collection1\conf
   [junit4]   2> INFO  - 2018-07-10 17:53:32.625; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-07-10 17:53:32.626; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@7bb30597[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-07-10 17:53:32.627; org.apache.solr.SolrTestCaseJ4; ####initCore end
   [junit4]   2> INFO  - 2018-07-10 17:53:33.304; org.eclipse.jetty.server.Server; jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> INFO  - 2018-07-10 17:53:33.354; org.eclipse.jetty.server.session; DefaultSessionIdManager workerName=node0
   [junit4]   2> INFO  - 2018-07-10 17:53:33.354; org.eclipse.jetty.server.session; No SessionScavenger set, using defaults
   [junit4]   2> INFO  - 2018-07-10 17:53:33.363; org.eclipse.jetty.server.session; node0 Scavenging every 600000ms
   [junit4]   2> INFO  - 2018-07-10 17:53:33.410; org.eclipse.jetty.server.handler.ContextHandler; Started o.e.j.s.ServletContextHandler@3a0b295d{/solr,null,AVAILABLE}
   [junit4]   2> INFO  - 2018-07-10 17:53:33.439; org.eclipse.jetty.server.AbstractConnector; Started ServerConnector@5568108a{HTTP/1.1,[http/1.1]}{127.0.0.1:54176}
   [junit4]   2> INFO  - 2018-07-10 17:53:33.440; org.eclipse.jetty.server.Server; Started @37076ms
   [junit4]   2> INFO  - 2018-07-10 17:53:33.440; org.apache.solr.client.solrj.embedded.JettySolrRunner; Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001\collection1\data, hostContext=/solr, hostPort=54176}
   [junit4]   2> INFO  - 2018-07-10 17:53:33.509; org.apache.solr.util.configuration.SSLCredentialProviderFactory; Processing SSL Credential Provider chain: env;sysprop
   [junit4]   2> ERROR - 2018-07-10 17:53:33.522; org.apache.solr.util.StartupLoggingUtils; Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> INFO  - 2018-07-10 17:53:33.522; org.apache.solr.servlet.SolrDispatchFilter; Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> INFO  - 2018-07-10 17:53:33.522; org.apache.solr.servlet.SolrDispatchFilter;  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> INFO  - 2018-07-10 17:53:33.522; org.apache.solr.servlet.SolrDispatchFilter; / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> INFO  - 2018-07-10 17:53:33.522; org.apache.solr.servlet.SolrDispatchFilter; \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> INFO  - 2018-07-10 17:53:33.525; org.apache.solr.servlet.SolrDispatchFilter; |___/\___/_|_|    Start time: 2018-07-10T17:53:33.525Z
   [junit4]   2> INFO  - 2018-07-10 17:53:33.535; org.apache.solr.core.SolrXmlConfig; Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001\solr.xml
   [junit4]   2> INFO  - 2018-07-10 17:53:33.561; org.apache.solr.core.SolrXmlConfig; MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> INFO  - 2018-07-10 17:53:33.853; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-07-10 17:53:33.853; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-07-10 17:53:33.881; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:33.881; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:33.881; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:33.888; org.apache.solr.core.CorePropertiesLocator; Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001
   [junit4]   2> INFO  - 2018-07-10 17:53:33.890; org.apache.solr.core.CorePropertiesLocator; Cores are: [collection1]
   [junit4]   2> INFO  - 2018-07-10 17:53:33.927; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-10 17:53:33.947; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-10 17:53:33.963; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-10 17:53:33.964; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001\collection1, trusted=true
   [junit4]   2> INFO  - 2018-07-10 17:53:33.965; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:33.965; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-07-10 17:53:33.965; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001\collection1\data\]
   [junit4]   2> INFO  - 2018-07-10 17:53:34.101; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-10 17:53:34.101; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-10 17:53:34.104; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@7ec75be8[collection1] main]
   [junit4]   2> INFO  - 2018-07-10 17:53:34.105; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001\collection1\conf
   [junit4]   2> INFO  - 2018-07-10 17:53:34.106; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-07-10 17:53:34.108; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@7ec75be8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-07-10 17:53:34.132; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> INFO  - 2018-07-10 17:53:34.923; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 52
   [junit4]   2> INFO  - 2018-07-10 17:53:35.019; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> INFO  - 2018-07-10 17:53:35.019; org.apache.solr.update.SolrIndexWriter; Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@28803c3c commitCommandVersion:0
   [junit4]   2> INFO  - 2018-07-10 17:53:35.098; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@4cb2c440[collection1] main]
   [junit4]   2> INFO  - 2018-07-10 17:53:35.099; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
   [junit4]   2> INFO  - 2018-07-10 17:53:35.101; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@4cb2c440[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1)))}
   [junit4]   2> INFO  - 2018-07-10 17:53:35.101; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 83
   [junit4]   2> INFO  - 2018-07-10 17:53:35.107; org.apache.solr.handler.dataimport.config.DIHConfiguration; id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> INFO  - 2018-07-10 17:53:35.107; org.apache.solr.handler.dataimport.DataImporter; Data Configuration loaded successfully
   [junit4]   2> INFO  - 2018-07-10 17:53:35.107; org.apache.solr.handler.dataimport.DataImporter; Starting Full Import
   [junit4]   2> WARN  - 2018-07-10 17:53:35.107; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Unable to read: dataimport.properties
   [junit4]   2> INFO  - 2018-07-10 17:53:35.198; org.apache.solr.update.DirectUpdateHandler2; [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> INFO  - 2018-07-10 17:53:35.203; org.apache.solr.handler.dataimport.SolrEntityProcessor; using BinaryResponseParser
   [junit4]   2> INFO  - 2018-07-10 17:53:35.238; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=/solr path=/select params={q=*:*&fl=id,desc&start=0&timeAllowed=300000&rows=2&wt=javabin&version=2} hits=1 status=0 QTime=24
   [junit4]   2> INFO  - 2018-07-10 17:53:35.247; org.apache.solr.handler.dataimport.DocBuilder; Import completed successfully
   [junit4]   2> INFO  - 2018-07-10 17:53:35.247; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> INFO  - 2018-07-10 17:53:35.248; org.apache.solr.update.SolrIndexWriter; Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5b16078c commitCommandVersion:0
   [junit4]   2> INFO  - 2018-07-10 17:53:35.312; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@4e968c1f[collection1] main]
   [junit4]   2> INFO  - 2018-07-10 17:53:35.312; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
   [junit4]   2> INFO  - 2018-07-10 17:53:35.314; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@4e968c1f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1)))}
   [junit4]   2> WARN  - 2018-07-10 17:53:35.314; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Unable to read: dataimport.properties
   [junit4]   2> INFO  - 2018-07-10 17:53:35.315; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Wrote last indexed time to dataimport.properties
   [junit4]   2> INFO  - 2018-07-10 17:53:35.315; org.apache.solr.handler.dataimport.DocBuilder; Time taken = 0:0:0.207
   [junit4]   2> INFO  - 2018-07-10 17:53:35.315; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=null path=null params={debug=on&commit=true&dataConfig=<dataConfig>%0d%0a++<document>%0d%0a++++<entity+name%3D'se'+processor%3D'SolrEntityProcessor'+++url%3D'http://127.0.0.1:54176/solr/collection1'+query%3D'*:*'+rows%3D'2'+fl%3D'id,desc'+onError%3D'skip'+/>%0d%0a++</document>%0d%0a</dataConfig>%0d%0a&clean=true&wt=xml&command=full-import}{deleteByQuery=*:*,add=[1],commit=} 0 212
   [junit4]   2> INFO  - 2018-07-10 17:53:35.316; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> INFO  - 2018-07-10 17:53:35.318; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=id:1&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> INFO  - 2018-07-10 17:53:35.319; org.apache.solr.SolrTestCaseJ4; ###deleteCore
   [junit4]   2> INFO  - 2018-07-10 17:53:35.319; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=6559144
   [junit4]   2> INFO  - 2018-07-10 17:53:35.319; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> INFO  - 2018-07-10 17:53:35.320; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@536fd34f: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4838c835
   [junit4]   2> INFO  - 2018-07-10 17:53:35.323; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> INFO  - 2018-07-10 17:53:35.323; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@cfd28ff: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@431ac4ed
   [junit4]   2> INFO  - 2018-07-10 17:53:35.326; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> INFO  - 2018-07-10 17:53:35.326; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@78612741: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@29430f14
   [junit4]   2> INFO  - 2018-07-10 17:53:35.327; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2151e83b
   [junit4]   2> INFO  - 2018-07-10 17:53:35.327; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.core.collection1, tag=2151e83b
   [junit4]   2> INFO  - 2018-07-10 17:53:35.327; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7ff8ae7f: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1136c7bd
   [junit4]   2> INFO  - 2018-07-10 17:53:35.345; org.eclipse.jetty.server.AbstractConnector; Stopped ServerConnector@5568108a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> INFO  - 2018-07-10 17:53:35.346; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=634760898
   [junit4]   2> INFO  - 2018-07-10 17:53:35.347; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> INFO  - 2018-07-10 17:53:35.347; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4db1f195: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@16d74435
   [junit4]   2> INFO  - 2018-07-10 17:53:35.352; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> INFO  - 2018-07-10 17:53:35.352; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@541b450c: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@431ac4ed
   [junit4]   2> INFO  - 2018-07-10 17:53:35.354; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> INFO  - 2018-07-10 17:53:35.354; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5d9b63f7: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@29430f14
   [junit4]   2> INFO  - 2018-07-10 17:53:35.355; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@f983e18
   [junit4]   2> INFO  - 2018-07-10 17:53:35.355; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.core.collection1, tag=f983e18
   [junit4]   2> INFO  - 2018-07-10 17:53:35.355; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3107287c: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3c6d67ba
   [junit4]   2> INFO  - 2018-07-10 17:53:35.374; org.eclipse.jetty.server.handler.ContextHandler; Stopped o.e.j.s.ServletContextHandler@3a0b295d{/solr,null,UNAVAILABLE}
   [junit4]   2> INFO  - 2018-07-10 17:53:35.374; org.eclipse.jetty.server.session; node0 Stopped scavenging
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrEntityProcessorEndToEnd -Dtests.method=testFullImport -Dtests.seed=A786F5077D6DE2F2 -Dtests.slow=true -Dtests.locale=mk -Dtests.timezone=Africa/Asmara -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   3.58s J1 | TestSolrEntityProcessorEndToEnd.testFullImport <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001\collection1
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A786F5077D6DE2F2:222A889CC5627CD2]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:318)
   [junit4]    > 	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd$SolrInstance.tearDown(TestSolrEntityProcessorEndToEnd.java:360)
   [junit4]    > 	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.tearDown(TestSolrEntityProcessorEndToEnd.java:142)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> INFO  - 2018-07-10 17:53:35.430; org.apache.solr.SolrTestCaseJ4; ###Starting testFullImportBadConfig
   [junit4]   2> INFO  - 2018-07-10 17:53:35.455; org.apache.solr.SolrTestCaseJ4; ####initCore
   [junit4]   2> INFO  - 2018-07-10 17:53:35.488; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-10 17:53:35.501; org.apache.solr.schema.IndexSchema; [null] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-10 17:53:35.518; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-10 17:53:35.982; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-07-10 17:53:35.982; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-07-10 17:53:36.005; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:36.017; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:36.017; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:36.062; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-10 17:53:36.076; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-10 17:53:36.091; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-10 17:53:36.091; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\core-home-002\collection1, trusted=true
   [junit4]   2> INFO  - 2018-07-10 17:53:36.091; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:36.091; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-07-10 17:53:36.092; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\core-home-002\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-001\collection1\data\]
   [junit4]   2> INFO  - 2018-07-10 17:53:36.196; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-10 17:53:36.196; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-10 17:53:36.199; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@536c15b1[collection1] main]
   [junit4]   2> INFO  - 2018-07-10 17:53:36.200; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\core-home-002\collection1\conf
   [junit4]   2> INFO  - 2018-07-10 17:53:36.200; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-07-10 17:53:36.201; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@536c15b1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-07-10 17:53:36.206; org.apache.solr.SolrTestCaseJ4; ####initCore end
   [junit4]   2> INFO  - 2018-07-10 17:53:36.218; org.eclipse.jetty.server.Server; jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> INFO  - 2018-07-10 17:53:36.219; org.eclipse.jetty.server.session; DefaultSessionIdManager workerName=node0
   [junit4]   2> INFO  - 2018-07-10 17:53:36.219; org.eclipse.jetty.server.session; No SessionScavenger set, using defaults
   [junit4]   2> INFO  - 2018-07-10 17:53:36.219; org.eclipse.jetty.server.session; node0 Scavenging every 600000ms
   [junit4]   2> INFO  - 2018-07-10 17:53:36.219; org.eclipse.jetty.server.handler.ContextHandler; Started o.e.j.s.ServletContextHandler@409c1511{/solr,null,AVAILABLE}
   [junit4]   2> INFO  - 2018-07-10 17:53:36.220; org.eclipse.jetty.server.AbstractConnector; Started ServerConnector@2d953cd5{HTTP/1.1,[http/1.1]}{127.0.0.1:54181}
   [junit4]   2> INFO  - 2018-07-10 17:53:36.220; org.eclipse.jetty.server.Server; Started @39856ms
   [junit4]   2> INFO  - 2018-07-10 17:53:36.221; org.apache.solr.client.solrj.embedded.JettySolrRunner; Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-002\collection1\data, hostContext=/solr, hostPort=54181}
   [junit4]   2> ERROR - 2018-07-10 17:53:36.221; org.apache.solr.util.StartupLoggingUtils; Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> INFO  - 2018-07-10 17:53:36.221; org.apache.solr.servlet.SolrDispatchFilter; Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> INFO  - 2018-07-10 17:53:36.221; org.apache.solr.servlet.SolrDispatchFilter;  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> INFO  - 2018-07-10 17:53:36.221; org.apache.solr.servlet.SolrDispatchFilter; / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> INFO  - 2018-07-10 17:53:36.221; org.apache.solr.servlet.SolrDispatchFilter; \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> INFO  - 2018-07-10 17:53:36.221; org.apache.solr.servlet.SolrDispatchFilter; |___/\___/_|_|    Start time: 2018-07-10T17:53:36.221Z
   [junit4]   2> INFO  - 2018-07-10 17:53:36.222; org.apache.solr.core.SolrXmlConfig; Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-002\solr.xml
   [junit4]   2> INFO  - 2018-07-10 17:53:36.237; org.apache.solr.core.SolrXmlConfig; MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> INFO  - 2018-07-10 17:53:36.502; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-07-10 17:53:36.502; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-07-10 17:53:36.526; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:36.532; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:36.532; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:36.538; org.apache.solr.core.CorePropertiesLocator; Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-002
   [junit4]   2> INFO  - 2018-07-10 17:53:36.538; org.apache.solr.core.CorePropertiesLocator; Cores are: [collection1]
   [junit4]   2> INFO  - 2018-07-10 17:53:36.584; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-10 17:53:36.697; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-10 17:53:36.711; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-10 17:53:36.712; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-002\collection1, trusted=true
   [junit4]   2> INFO  - 2018-07-10 17:53:36.712; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:36.712; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-07-10 17:53:36.712; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-002\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-002\collection1\data\]
   [junit4]   2> INFO  - 2018-07-10 17:53:36.967; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-10 17:53:36.967; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-10 17:53:36.970; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@1b493f0d[collection1] main]
   [junit4]   2> INFO  - 2018-07-10 17:53:36.971; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-002\collection1\conf
   [junit4]   2> INFO  - 2018-07-10 17:53:36.972; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-07-10 17:53:36.973; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1b493f0d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-07-10 17:53:37.475; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> INFO  - 2018-07-10 17:53:37.479; org.apache.solr.handler.dataimport.config.DIHConfiguration; id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> INFO  - 2018-07-10 17:53:37.479; org.apache.solr.handler.dataimport.DataImporter; Data Configuration loaded successfully
   [junit4]   2> INFO  - 2018-07-10 17:53:37.479; org.apache.solr.handler.dataimport.DataImporter; Starting Full Import
   [junit4]   2> WARN  - 2018-07-10 17:53:37.479; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Unable to read: dataimport.properties
   [junit4]   2> INFO  - 2018-07-10 17:53:37.480; org.apache.solr.update.DirectUpdateHandler2; [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> INFO  - 2018-07-10 17:53:37.484; org.apache.solr.handler.dataimport.SolrEntityProcessor; using BinaryResponseParser
   [junit4]   2> ERROR - 2018-07-10 17:53:37.487; org.apache.solr.handler.RequestHandlerBase; org.apache.solr.common.SolrException: undefined field bogus
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.getDynamicFieldType(IndexSchema.java:1290)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema$SolrQueryAnalyzer.getWrappedAnalyzer(IndexSchema.java:433)
   [junit4]   2> 	at org.apache.lucene.analysis.DelegatingAnalyzerWrapper$DelegatingReuseStrategy.getReusableComponents(DelegatingAnalyzerWrapper.java:84)
   [junit4]   2> 	at org.apache.lucene.analysis.Analyzer.tokenStream(Analyzer.java:189)
   [junit4]   2> 	at org.apache.lucene.util.QueryBuilder.createFieldQuery(QueryBuilder.java:240)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.newFieldQuery(SolrQueryParserBase.java:518)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.newFieldQuery(QueryParser.java:62)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.getFieldQuery(SolrQueryParserBase.java:1077)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.handleBareTokenQuery(SolrQueryParserBase.java:800)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.Term(QueryParser.java:421)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.Clause(QueryParser.java:278)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.Query(QueryParser.java:162)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.TopLevelQuery(QueryParser.java:131)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.parse(SolrQueryParserBase.java:254)
   [junit4]   2> 	at org.apache.solr.search.LuceneQParser.parse(LuceneQParser.java:49)
   [junit4]   2> 	at org.apache.solr.search.QParser.getQuery(QParser.java:173)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:160)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:272)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:709)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:515)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:531)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> INFO  - 2018-07-10 17:53:37.488; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=/solr path=/select params={q=bogus:3&fl=id,desc&start=0&timeAllowed=300000&rows=2&wt=javabin&version=2} status=400 QTime=1
   [junit4]   2> ERROR - 2018-07-10 17:53:37.492; org.apache.solr.handler.dataimport.DocBuilder; Exception while processing: se document : SolrInputDocument(fields: []):org.apache.solr.handler.dataimport.DataImportHandlerException: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54181/solr/collection1: undefined field bogus
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImportHandlerException.wrapAndThrow(DataImportHandlerException.java:61)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor$SolrDocumentListIterator.doQuery(SolrEntityProcessor.java:258)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor.nextPage(SolrEntityProcessor.java:160)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor.buildIterator(SolrEntityProcessor.java:155)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor.nextRow(SolrEntityProcessor.java:136)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.EntityProcessorWrapper.nextRow(EntityProcessorWrapper.java:267)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:476)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:415)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.doFullDump(DocBuilder.java:330)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.execute(DocBuilder.java:233)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImporter.doFullImport(DataImporter.java:424)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImporter.runCmd(DataImporter.java:483)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImportHandler.handleRequestBody(DataImportHandler.java:184)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.AbstractDataImportHandlerTestCase.runFullImport(AbstractDataImportHandlerTestCase.java:87)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportBadConfig(TestSolrEntityProcessorEndToEnd.java:257)
   [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:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [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:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [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:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54181/solr/collection1: undefined field bogus
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor$SolrDocumentListIterator.doQuery(SolrEntityProcessor.java:255)
   [junit4]   2> 	... 55 more
   [junit4]   2> 
   [junit4]   2> INFO  - 2018-07-10 17:53:37.492; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=null path=null params={debug=on&commit=true&dataConfig=<dataConfig>%0d%0a++<document>%0d%0a++++<entity+name%3D'se'+processor%3D'SolrEntityProcessor'+++url%3D'http://127.0.0.1:54181/solr/collection1'+query%3D'bogus:3'+rows%3D'2'+fl%3D'id,desc'+onError%3D'abort'+/>%0d%0a++</document>%0d%0a</dataConfig>%0d%0a&clean=true&wt=xml&command=full-import}{deleteByQuery=*:*} 0 16
   [junit4]   2> ERROR - 2018-07-10 17:53:37.493; org.apache.solr.handler.dataimport.DataImporter; Full Import failed:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.solr.handler.dataimport.DataImportHandlerException: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54181/solr/collection1: undefined field bogus
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.execute(DocBuilder.java:271)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImporter.doFullImport(DataImporter.java:424)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImporter.runCmd(DataImporter.java:483)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImportHandler.handleRequestBody(DataImportHandler.java:184)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.AbstractDataImportHandlerTestCase.runFullImport(AbstractDataImportHandlerTestCase.java:87)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testFullImportBadConfig(TestSolrEntityProcessorEndToEnd.java:257)
   [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:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [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:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [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:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.RuntimeException: org.apache.solr.handler.dataimport.DataImportHandlerException: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54181/solr/collection1: undefined field bogus
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:417)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.doFullDump(DocBuilder.java:330)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.execute(DocBuilder.java:233)
   [junit4]   2> 	... 47 more
   [junit4]   2> Caused by: org.apache.solr.handler.dataimport.DataImportHandlerException: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54181/solr/collection1: undefined field bogus
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImportHandlerException.wrapAndThrow(DataImportHandlerException.java:61)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor$SolrDocumentListIterator.doQuery(SolrEntityProcessor.java:258)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor.nextPage(SolrEntityProcessor.java:160)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor.buildIterator(SolrEntityProcessor.java:155)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor.nextRow(SolrEntityProcessor.java:136)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.EntityProcessorWrapper.nextRow(EntityProcessorWrapper.java:267)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:476)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:415)
   [junit4]   2> 	... 49 more
   [junit4]   2> Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54181/solr/collection1: undefined field bogus
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor$SolrDocumentListIterator.doQuery(SolrEntityProcessor.java:255)
   [junit4]   2> 	... 55 more
   [junit4]   2> 
   [junit4]   2> INFO  - 2018-07-10 17:53:37.494; org.apache.solr.update.DirectUpdateHandler2; start rollback{}
   [junit4]   2> INFO  - 2018-07-10 17:53:37.497; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
   [junit4]   2> INFO  - 2018-07-10 17:53:37.497; org.apache.solr.update.DirectUpdateHandler2; end_rollback
   [junit4]   2> INFO  - 2018-07-10 17:53:37.497; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> INFO  - 2018-07-10 17:53:37.498; org.apache.solr.SolrTestCaseJ4; ###deleteCore
   [junit4]   2> INFO  - 2018-07-10 17:53:37.498; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=1578302387
   [junit4]   2> INFO  - 2018-07-10 17:53:37.498; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> INFO  - 2018-07-10 17:53:37.498; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@60cd8f94: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@80a3251
   [junit4]   2> INFO  - 2018-07-10 17:53:37.501; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> INFO  - 2018-07-10 17:53:37.501; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4baf0f25: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@431ac4ed
   [junit4]   2> INFO  - 2018-07-10 17:53:37.502; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> INFO  - 2018-07-10 17:53:37.502; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5c9c637b: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@29430f14
   [junit4]   2> INFO  - 2018-07-10 17:53:37.503; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@732afde8
   [junit4]   2> INFO  - 2018-07-10 17:53:37.503; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.core.collection1, tag=732afde8
   [junit4]   2> INFO  - 2018-07-10 17:53:37.503; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@278e4990: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@67e8f87
   [junit4]   2> INFO  - 2018-07-10 17:53:37.512; org.eclipse.jetty.server.AbstractConnector; Stopped ServerConnector@2d953cd5{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> INFO  - 2018-07-10 17:53:37.512; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=1147259600
   [junit4]   2> INFO  - 2018-07-10 17:53:37.513; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> INFO  - 2018-07-10 17:53:37.514; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@787c0f60: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@94e4686
   [junit4]   2> INFO  - 2018-07-10 17:53:37.518; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> INFO  - 2018-07-10 17:53:37.518; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3977d0a3: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@431ac4ed
   [junit4]   2> INFO  - 2018-07-10 17:53:37.520; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> INFO  - 2018-07-10 17:53:37.520; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6d061fca: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@29430f14
   [junit4]   2> INFO  - 2018-07-10 17:53:37.521; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@229ed052
   [junit4]   2> INFO  - 2018-07-10 17:53:37.521; org.apache.solr.metrics.SolrMetricManager; Closing metric reporters for registry=solr.core.collection1, tag=229ed052
   [junit4]   2> INFO  - 2018-07-10 17:53:37.521; org.apache.solr.metrics.reporters.SolrJmxReporter; Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1608ba35: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3b7dab87
   [junit4]   2> INFO  - 2018-07-10 17:53:37.537; org.eclipse.jetty.server.handler.ContextHandler; Stopped o.e.j.s.ServletContextHandler@409c1511{/solr,null,UNAVAILABLE}
   [junit4]   2> INFO  - 2018-07-10 17:53:37.537; org.eclipse.jetty.server.session; node0 Stopped scavenging
   [junit4]   2> INFO  - 2018-07-10 17:53:37.542; org.apache.solr.SolrTestCaseJ4; ###Ending testFullImportBadConfig
   [junit4]   2> INFO  - 2018-07-10 17:53:37.544; org.apache.solr.SolrTestCaseJ4; ###Starting testCursorMarkNoSort
   [junit4]   2> INFO  - 2018-07-10 17:53:37.565; org.apache.solr.SolrTestCaseJ4; ####initCore
   [junit4]   2> INFO  - 2018-07-10 17:53:37.583; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-10 17:53:37.597; org.apache.solr.schema.IndexSchema; [null] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-10 17:53:37.610; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-10 17:53:37.999; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-07-10 17:53:37.999; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-07-10 17:53:38.035; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:38.047; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:38.048; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:38.079; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-10 17:53:38.094; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-10 17:53:38.106; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-10 17:53:38.106; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\core-home-003\collection1, trusted=true
   [junit4]   2> INFO  - 2018-07-10 17:53:38.107; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:38.107; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-07-10 17:53:38.107; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\core-home-003\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-002\collection1\data\]
   [junit4]   2> INFO  - 2018-07-10 17:53:38.209; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-10 17:53:38.209; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-10 17:53:38.213; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@5398b0e2[collection1] main]
   [junit4]   2> INFO  - 2018-07-10 17:53:38.214; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\core-home-003\collection1\conf
   [junit4]   2> INFO  - 2018-07-10 17:53:38.215; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-07-10 17:53:38.216; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@5398b0e2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-07-10 17:53:38.221; org.apache.solr.SolrTestCaseJ4; ####initCore end
   [junit4]   2> INFO  - 2018-07-10 17:53:38.232; org.eclipse.jetty.server.Server; jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> INFO  - 2018-07-10 17:53:38.232; org.eclipse.jetty.server.session; DefaultSessionIdManager workerName=node0
   [junit4]   2> INFO  - 2018-07-10 17:53:38.232; org.eclipse.jetty.server.session; No SessionScavenger set, using defaults
   [junit4]   2> INFO  - 2018-07-10 17:53:38.232; org.eclipse.jetty.server.session; node0 Scavenging every 660000ms
   [junit4]   2> INFO  - 2018-07-10 17:53:38.233; org.eclipse.jetty.server.handler.ContextHandler; Started o.e.j.s.ServletContextHandler@4bd17a{/solr,null,AVAILABLE}
   [junit4]   2> INFO  - 2018-07-10 17:53:38.234; org.eclipse.jetty.server.AbstractConnector; Started ServerConnector@23f3cba9{HTTP/1.1,[http/1.1]}{127.0.0.1:54185}
   [junit4]   2> INFO  - 2018-07-10 17:53:38.234; org.eclipse.jetty.server.Server; Started @41870ms
   [junit4]   2> INFO  - 2018-07-10 17:53:38.234; org.apache.solr.client.solrj.embedded.JettySolrRunner; Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-003\collection1\data, hostContext=/solr, hostPort=54185}
   [junit4]   2> ERROR - 2018-07-10 17:53:38.234; org.apache.solr.util.StartupLoggingUtils; Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> INFO  - 2018-07-10 17:53:38.234; org.apache.solr.servlet.SolrDispatchFilter; Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> INFO  - 2018-07-10 17:53:38.234; org.apache.solr.servlet.SolrDispatchFilter;  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> INFO  - 2018-07-10 17:53:38.234; org.apache.solr.servlet.SolrDispatchFilter; / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> INFO  - 2018-07-10 17:53:38.235; org.apache.solr.servlet.SolrDispatchFilter; \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> INFO  - 2018-07-10 17:53:38.235; org.apache.solr.servlet.SolrDispatchFilter; |___/\___/_|_|    Start time: 2018-07-10T17:53:38.235Z
   [junit4]   2> INFO  - 2018-07-10 17:53:38.235; org.apache.solr.core.SolrXmlConfig; Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-003\solr.xml
   [junit4]   2> INFO  - 2018-07-10 17:53:38.249; org.apache.solr.core.SolrXmlConfig; MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> INFO  - 2018-07-10 17:53:38.599; org.apache.solr.core.TransientSolrCoreCacheDefault; Allocating transient cache for 2147483647 transient cores
   [junit4]   2> INFO  - 2018-07-10 17:53:38.599; org.apache.solr.handler.admin.MetricsHistoryHandler; No .system collection, keeping metrics history in memory.
   [junit4]   2> INFO  - 2018-07-10 17:53:38.646; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:38.654; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:38.655; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:38.680; org.apache.solr.core.CorePropertiesLocator; Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-003
   [junit4]   2> INFO  - 2018-07-10 17:53:38.680; org.apache.solr.core.CorePropertiesLocator; Cores are: [collection1]
   [junit4]   2> INFO  - 2018-07-10 17:53:38.752; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: 8.0.0
   [junit4]   2> INFO  - 2018-07-10 17:53:38.776; org.apache.solr.schema.IndexSchema; [collection1] Schema name=dih_test
   [junit4]   2> INFO  - 2018-07-10 17:53:38.796; org.apache.solr.schema.IndexSchema; Loaded schema dih_test/4.0 with uniqueid field id
   [junit4]   2> INFO  - 2018-07-10 17:53:38.796; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-003\collection1, trusted=true
   [junit4]   2> INFO  - 2018-07-10 17:53:38.797; org.apache.solr.metrics.reporters.SolrJmxReporter; JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3100d6
   [junit4]   2> INFO  - 2018-07-10 17:53:38.797; org.apache.solr.core.SolrCore; solr.RecoveryStrategy.Builder
   [junit4]   2> INFO  - 2018-07-10 17:53:38.797; org.apache.solr.core.SolrCore; [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-003\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-003\collection1\data\]
   [junit4]   2> INFO  - 2018-07-10 17:53:38.896; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-10 17:53:38.896; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
   [junit4]   2> INFO  - 2018-07-10 17:53:38.898; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@1557402a[collection1] main]
   [junit4]   2> INFO  - 2018-07-10 17:53:38.899; org.apache.solr.rest.ManagedResourceStorage; File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp\solr.handler.dataimport.TestSolrEntityProcessorEndToEnd_A786F5077D6DE2F2-001\tempDir-003\collection1\conf
   [junit4]   2> INFO  - 2018-07-10 17:53:38.899; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000ms.
   [junit4]   2> INFO  - 2018-07-10 17:53:38.900; org.apache.solr.core.SolrCore.Request; [collection1]  webapp=null path=null params={q=*:*&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> INFO  - 2018-07-10 17:53:38.902; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1557402a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> INFO  - 2018-07-10 17:53:38.911; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1, 2, 3, 4, 5, 6, 7]} 0 4
   [junit4]   2> INFO  - 2018-07-10 17:53:38.914; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> INFO  - 2018-07-10 17:53:38.914; org.apache.solr.update.SolrIndexWriter; Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@67e28aaa commitCommandVersion:0
   [junit4]   2> INFO  - 2018-07-10 17:53:38.955; org.apache.solr.search.SolrIndexSearcher; Opening [Searcher@42bec59f[collection1] main]
   [junit4]   2> INFO  - 2018-07-10 17:53:38.956; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
   [junit4]   2> INFO  - 2018-07-10 17:53:38.957; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@42bec59f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c7)))}
   [junit4]   2> INFO  - 2018-07-10 17:53:38.957; org.apache.solr.update.processor.LogUpdateProcessorFactory; [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 43
   [junit4]   2> INFO  - 2018-07-10 17:53:38.961; org.apache.solr.handler.dataimport.config.DIHConfiguration; id is a required field in SolrSchema . But not found in DataConfig
   [junit4]   2> INFO  - 2018-07-10 17:53:38.961; org.apache.solr.handler.dataimport.DataImporter; Data Configuration loaded successfully
   [junit4]   2> INFO  - 2018-07-10 17:53:38.961; org.apache.solr.handler.dataimport.DataImporter; Starting Full Import
   [junit4]   2> WARN  - 2018-07-10 17:53:38.962; org.apache.solr.handler.dataimport.SimplePropertiesWriter; Unable to read: dataimport.properties
   [junit4]   2> INFO  - 2018-07-10 17:53:38.962; org.apache.solr.update.DirectUpdateHandler2; [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> INFO  - 2018-07-10 17:53:38.964; org.apache.solr.handler.dataimport.SolrEntityProcessor; using BinaryResponseParser
   [junit4]   2> ERROR - 2018-07-10 17:53:38.967; org.apache.solr.handler.dataimport.DocBuilder; Exception while processing: se document : SolrInputDocument(fields: []):org.apache.solr.handler.dataimport.DataImportHandlerException: cursorMark can't be used with timeout Processing Document # 1
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor$SolrDocumentListCursor.passNextPage(SolrEntityProcessor.java:176)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor$SolrDocumentListIterator.doQuery(SolrEntityProcessor.java:242)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor.nextPage(SolrEntityProcessor.java:160)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor.buildIterator(SolrEntityProcessor.java:155)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.SolrEntityProcessor.nextRow(SolrEntityProcessor.java:136)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.EntityProcessorWrapper.nextRow(EntityProcessorWrapper.java:267)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:476)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:415)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.doFullDump(DocBuilder.java:330)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DocBuilder.execute(DocBuilder.java:233)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImporter.doFullImport(DataImporter.java:424)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImporter.runCmd(DataImporter.java:483)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.DataImportHandler.handleRequestBody(DataImportHandler.java:184)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.AbstractDataImportHandlerTestCase.runFullImport(AbstractDataImportHandlerTestCase.java:87)
   [junit4]   2> 	at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort(TestSolrEntityProcessorEndToEnd.java:277)
   [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:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [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:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2> 	at com.carrotsearch.randomizedtes

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

junit4] OK      12.9s J0 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      1.65s J0 | TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] OK      1.61s J0 | TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] OK      2.21s J0 | TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      1.54s J0 | TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] OK      2.00s J0 | TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      1.66s J0 | TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] Completed [2/5] on J0 in 32.63s, 7 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4] OK      1.19s J0 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      1.07s J0 | TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] OK      1.13s J0 | TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] OK      1.77s J0 | TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      1.09s J0 | TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] OK      1.13s J0 | TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      1.13s J0 | TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] Completed [3/5] on J0 in 8.60s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4] OK      1.99s J1 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      0.93s J1 | TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] OK      1.21s J1 | TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] OK      1.15s J1 | TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      1.78s J1 | TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] OK      1.27s J1 | TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      1.68s J1 | TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] Completed [4/5] on J1 in 10.15s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
   [junit4] OK      1.74s J0 | TestSolrEntityProcessorEndToEnd.testFullImport
   [junit4] OK      1.52s J0 | TestSolrEntityProcessorEndToEnd.testFullImportBadConfig
   [junit4] OK      1.00s J0 | TestSolrEntityProcessorEndToEnd.testCursorMarkNoSort
   [junit4] OK      1.30s J0 | TestSolrEntityProcessorEndToEnd.testFullImportWrongSolrUrl
   [junit4] OK      1.15s J0 | TestSolrEntityProcessorEndToEnd.testFullImportFqParam
   [junit4] OK      1.10s J0 | TestSolrEntityProcessorEndToEnd.testFullImportInnerEntity
   [junit4] OK      0.98s J0 | TestSolrEntityProcessorEndToEnd.testFullImportFieldsParam
   [junit4] Completed [5/5] on J0 in 8.88s, 7 tests
   [junit4] 
   [junit4] JVM J0:     0.70 ..    52.28 =    51.58s
   [junit4] JVM J1:     0.70 ..    44.32 =    43.62s
   [junit4] Execution time total: 52 seconds
   [junit4] Tests summary: 5 suites, 35 tests
   [junit4] Could not remove temporary path: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J1\temp])
   [junit4] Could not remove temporary path: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\contrib\solr-dataimporthandler\test\J0\temp])
     [echo] 5 slowest tests:
[junit4:tophints]  18.11s | org.apache.solr.handler.dataimport.TestHierarchicalDocBuilder
[junit4:tophints]  17.80s | org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
[junit4:tophints]  12.82s | org.apache.solr.handler.dataimport.TestJdbcDataSource
[junit4:tophints]   7.45s | org.apache.solr.handler.dataimport.TestSqlEntityProcessor
[junit4:tophints]   7.02s | org.apache.solr.handler.dataimport.TestNonWritablePersistFile

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 54 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
[repro] Exiting with code 0

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2843)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2722)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2703)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3082)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Windows VBOX
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1089)
		at hudson.FilePath.act(FilePath.java:1078)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2701)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1840)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3084)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1091)
	at hudson.FilePath.act(FilePath.java:1078)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2701)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1840)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=14e132b29f498fb00992c86d81b477329b5588f2, workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows
[WARNINGS] Computing warning deltas based on reference build #7409
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_172) - Build # 7412 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7412/
Java: 32bit/jdk1.8.0_172 -client -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestSchemalessBufferedUpdates

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001\init-core-data-001    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001\init-core-data-001
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001

	at __randomizedtesting.SeedInfo.seed([4D582BCA83E8062]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:318)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14731 lines...]
   [junit4] Suite: org.apache.solr.schema.TestSchemalessBufferedUpdates
   [junit4]   2> 4654008 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001\init-core-data-001
   [junit4]   2> 4654009 WARN  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 4654009 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4654013 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 4654021 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4654049 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 4654062 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-add-schema-fields-update-processor.xml instead
   [junit4]   2> 4654066 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=add-schema-fields-update-processor
   [junit4]   2> 4654089 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.s.IndexSchema Loaded schema add-schema-fields-update-processor/1.6 with uniqueid field id
   [junit4]   2> 4654090 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 4654116 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001\tempDir-001\collection1\conf\schema-add-schema-fields-update-processor.xml to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001\tempDir-001\collection1\conf\schema-add-schema-fields-update-processor.xml.bak
   [junit4]   2> 4655980 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4655980 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4656009 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f6c23
   [junit4]   2> 4656016 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f6c23
   [junit4]   2> 4656016 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f6c23
   [junit4]   2> 4656055 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 4656067 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 4656089 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema add-schema-fields-update-processor/1.6 with uniqueid field id
   [junit4]   2> 4656089 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001\tempDir-001\collection1, trusted=true
   [junit4]   2> 4656090 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f6c23
   [junit4]   2> 4656090 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4656090 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001\tempDir-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001\init-core-data-001\]
   [junit4]   2> 4656095 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1202138655, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 4656218 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4656218 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4656221 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4656221 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4656223 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4656224 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@19936f6[collection1] main]
   [junit4]   2> 4656225 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001\tempDir-001\collection1\conf
   [junit4]   2> 4656226 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4656226 INFO  (coreLoadExecutor-15167-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1605717518081589248
   [junit4]   2> 4656232 INFO  (searcherExecutor-15168-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@19936f6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4656239 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 4656249 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 4656279 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 4656287 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[1 (1605717518141358080)]} 0 2
   [junit4]   2> 4656287 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1605717518145552384,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 4656287 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4b0c92 commitCommandVersion:1605717518145552384
   [junit4]   2> 4656361 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@12a1390[collection1] main]
   [junit4]   2> 4656361 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 4656364 INFO  (searcherExecutor-15168-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@12a1390[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 4656366 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 79
   [junit4]   2> 4656375 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 4656375 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 4656377 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&wt=json&indent=true}{add=[2 (1605717518238875648)]} 0 1
   [junit4]   2> 4656378 WARN  (recoveryExecutor-15170-thread-1) [    ] o.a.s.u.UpdateLog Starting log replay tlog{file=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001\init-core-data-001\tlog\buffer.tlog.0000074691565781800 refcount=2} active=true starting pos=0 inSortedOrder=false
   [junit4]   2> 4656885 INFO  (recoveryExecutor-15170-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 4656885 INFO  (recoveryExecutor-15170-thread-1) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4b0c92 commitCommandVersion:0
   [junit4]   2> 4657140 INFO  (recoveryExecutor-15170-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@c7f546[collection1] main]
   [junit4]   2> 4657141 INFO  (recoveryExecutor-15170-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 4657143 INFO  (searcherExecutor-15168-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@c7f546[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1) Uninverting(_1(8.0.0):C1)))}
   [junit4]   2> 4657144 INFO  (recoveryExecutor-15170-thread-1) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (1605717518238875648)]} 0 766
   [junit4]   2> 4657144 INFO  (recoveryExecutor-15170-thread-1) [    ] o.a.s.u.UpdateLog Re-computing max version from index after log re-play.
   [junit4]   2> 4657147 WARN  (recoveryExecutor-15170-thread-1) [    ] o.a.s.u.UpdateLog Log replay finished. recoveryInfo=RecoveryInfo{adds=1 deletes=0 deleteByQuery=0 errors=0 positionOfStart=0}
   [junit4]   2> 4657153 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1605717519053619200,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 4657153 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 4657156 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 4657158 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 4657159 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 4657161 INFO  (TEST-TestSchemalessBufferedUpdates.test-seed#[4D582BCA83E8062]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 4657161 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 4657161 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2427669
   [junit4]   2> 4657171 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4657172 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3d71ac: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1f11131
   [junit4]   2> 4657179 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4657179 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f800b4: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1f1ca19
   [junit4]   2> 4657181 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4657181 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@bfab26: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@f3893b
   [junit4]   2> 4657190 INFO  (coreCloseExecutor-15173-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e1a82c
   [junit4]   2> 4657193 INFO  (coreCloseExecutor-15173-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=e1a82c
   [junit4]   2> 4657202 INFO  (coreCloseExecutor-15173-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@8680d8: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6addf8
   [junit4]   2> 4657418 INFO  (SUITE-TestSchemalessBufferedUpdates-seed#[4D582BCA83E8062]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Jul 11, 2018 5:52:37 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=73, maxMBSortInHeap=6.243331259420927, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1d9c56d), locale=cs-CZ, timezone=US/Central
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_172 (32-bit)/cpus=3,threads=1,free=228128568,total=398049280
   [junit4]   2> NOTE: All tests run in this JVM: [TestDelegationWithHadoopAuth, TestPHPSerializedResponseWriter, DistributedSuggestComponentTest, TestHashPartitioner, TestLuceneIndexBackCompat, DistributedExpandComponentTest, MoveReplicaHDFSTest, TestSSLRandomization, TestHttpShardHandlerFactory, TestRetrieveFieldsOptimizer, TestCollectionAPI, QueryElevationComponentTest, TestPartialUpdateDeduplication, RulesTest, TestHighFrequencyDictionaryFactory, TestBlobHandler, TestConfig, FieldMutatingUpdateProcessorTest, RequestHandlersTest, AnalysisAfterCoreReloadTest, ZkCLITest, MetricTriggerIntegrationTest, TestPayloadScoreQParserPlugin, SpatialHeatmapFacetsTest, DocumentBuilderTest, TestCSVResponseWriter, TestRestoreCore, CoreSorterTest, BigEndianAscendingWordSerializerTest, TestFilteredDocIdSet, DebugComponentTest, PeerSyncWithIndexFingerprintCachingTest, TestLRUCache, CdcrBidirectionalTest, MetricsHistoryIntegrationTest, TestStressLiveNodes, TestCloudManagedSchema, RankQueryTest, TestSolrCLIRunExample, EchoParamsTest, TestPerFieldSimilarity, HighlighterMaxOffsetTest, TestCryptoKeys, TestNodeAddedTrigger, BinaryUpdateRequestHandlerTest, TestMaxTokenLenTokenizer, TestLRUStatsCache, ZkFailoverTest, TestAtomicUpdateErrorCases, HdfsBasicDistributedZkTest, DistributedFacetSimpleRefinementLongTailTest, TestCrossCoreJoin, TestSlowCompositeReaderWrapper, TestOmitPositions, DistributedFacetPivotLargeTest, TestHalfAndHalfDocValues, TestJoin, TestEmbeddedSolrServerConstructors, AutoscalingHistoryHandlerTest, TestTriggerIntegration, TestSuggestSpellingConverter, AnalyticsMergeStrategyTest, CustomCollectionTest, TestConfigSetsAPIExclusivity, StatsComponentTest, SolrCLIZkUtilsTest, TestMultiWordSynonyms, TestDefaultStatsCache, TestQuerySenderNoQuery, SOLR749Test, ClassificationUpdateProcessorTest, DistributedQueryComponentCustomSortTest, IndexSchemaTest, TestConfigReload, PeerSyncWithLeaderTest, PolyFieldTest, AtomicUpdateProcessorFactoryTest, PeerSyncTest, SolrXmlInZkTest, TestIndexingPerformance, VersionInfoTest, TestSolrCoreProperties, TestCustomSort, TestLegacyNumericUtils, SortByFunctionTest, FileBasedSpellCheckerTest, JsonLoaderTest, SolrCloudReportersTest, PreAnalyzedFieldTest, RecoveryAfterSoftCommitTest, TestTrie, TestOnReconnectListenerSupport, TestCustomStream, TestNRTOpen, TriggerIntegrationTest, ExitableDirectoryReaderTest, ShufflingReplicaListTransformerTest, SignificantTermsQParserPluginTest, TestConfigsApi, DefaultValueUpdateProcessorTest, LeaderElectionTest, BadComponentTest, ExecutePlanActionTest, Tagger2Test, TestCloudRecovery, DocValuesMissingTest, TestLazyCores, SuggestComponentTest, TestReplicaProperties, PreAnalyzedUpdateProcessorTest, HttpSolrCallGetCoreTest, TestRestManager, PrimUtilsTest, TestSchemaResource, SearchRateTriggerTest, TestIntervalFaceting, TestSkipOverseerOperations, RemoteQueryErrorTest, ResponseBuilderTest, DeleteReplicaTest, StatsReloadRaceTest, FastVectorHighlighterTest, ShardRoutingCustomTest, DeleteStatusTest, TestFieldCacheWithThreads, TestUseDocValuesAsStored2, HdfsThreadLeakTest, TestIBSimilarityFactory, TestSweetSpotSimilarityFactory, TolerantUpdateProcessorTest, TestConfigSetImmutable, TestBM25SimilarityFactory, TestLeaderElectionZkExpiry, ScheduledTriggerTest, HdfsLockFactoryTest, CachingDirectoryFactoryTest, BlobRepositoryCloudTest, ReplaceNodeTest, BooleanFieldTest, TestNumericRangeQuery64, TestWordDelimiterFilterFactory, DistanceUnitsTest, TestShortCircuitedRequests, CreateRoutedAliasTest, TestJsonFacets, TestLMJelinekMercerSimilarityFactory, TestOverriddenPrefixQueryForCustomFieldType, TestHashQParserPlugin, TestPostingsSolrHighlighter, SolrJmxReporterTest, TestNumericTerms32, TestSchemaVersionResource, TestRandomFaceting, ConvertedLegacyTest, QueryResultKeyTest, TestTrieFacet, BlockCacheTest, TestNestedDocsSort, SolrRrdBackendFactoryTest, TestCopyFieldCollectionResource, NodeLostTriggerIntegrationTest, ShardSplitTest, MultiSolrCloudTestCaseTest, ClassificationUpdateProcessorFactoryTest, UpdateLogTest, TestDynamicFieldResource, TestAuthenticationFramework, SpatialRPTFieldTypeTest, AssignTest, DataDrivenBlockJoinTest, TestGenericDistributedQueue, LeaderElectionContextKeyTest, NodeMarkersRegistrationTest, ConnectionManagerTest, DOMUtilTest, OverriddenZkACLAndCredentialsProvidersTest, NumericFieldsTest, TestSolrCoreParser, DistribDocExpirationUpdateProcessorTest, SpellCheckCollatorTest, BlockJoinFacetRandomTest, RestartWhileUpdatingTest, HdfsChaosMonkeySafeLeaderTest, SpellPossibilityIteratorTest, TestSimpleQParserPlugin, ScheduledMaintenanceTriggerTest, TestHdfsBackupRestoreCore, ExplicitHLLTest, CollectionsAPIDistributedZkTest, TestTestInjection, CopyFieldTest, TermVectorComponentTest, TestJettySolrRunner, TestSolrConfigHandler, TestStressLucene, HdfsRestartWhileUpdatingTest, AliasIntegrationTest, TestInitQParser, OpenCloseCoreStressTest, SharedFSAutoReplicaFailoverTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CloudExitableDirectoryReaderTest, ClusterStateTest, ClusterStateUpdateTest, CollectionPropsTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, DocValuesNotIndexedTest, ForceLeaderTest, FullSolrCloudDistribCmdsTest, LeaderFailureAfterFreshStartTest, LeaderVoteWaitTimeoutTest, MissingSegmentRecoveryTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, OverseerTaskQueueTest, PeerSyncReplicationTest, SSLMigrationTest, SaslZkACLProviderTest, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudJSONFacetJoinDomain, TestCloudJSONFacetSKG, TestClusterProperties, TestConfigSetsAPI, TestPullReplica, TestRandomFlRTGCloud, TestRandomRequestDistribution, TestRebalanceLeaders, TestRequestForwarding, TestSolrCloudWithKerberosAlt, TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, TestStressInPlaceUpdates, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, TestZkChroot, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, ZkSolrClientTest, CollectionsAPIAsyncDistributedZkTest, AutoAddReplicasPlanActionTest, AutoScalingHandlerTest, ComputePlanActionTest, HttpTriggerListenerTest, IndexSizeTriggerTest, NodeAddedTriggerIntegrationTest, TestPolicyCloud, TestComputePlanAction, TestDistribStateManager, TestExecutePlanAction, TestPolicyCloud, TestSimDistributedQueue, HDFSCollectionsAPITest, HdfsBasicDistributedZk2Test, HdfsRecoverLeaseTest, HdfsRecoveryZkTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestClusterStateMutator, ZkStateReaderTest, ZkStateWriterTest, ImplicitSnitchTest, RuleEngineTest, SolrCoreTest, TestCodecSupport, TestCoreContainer, TestDynamicLoading, TestSolrCoreSnapshots, DocumentAnalysisRequestHandlerTest, FieldAnalysisRequestHandlerTest, RequestLoggingTest, TestReplicationHandlerBackup, TestSQLHandlerNonCloud, TestSolrConfigHandlerCloud, V2ApiIntegrationTest, V2StandaloneTest, XmlUpdateRequestHandlerTest, XsltUpdateRequestHandlerTest, CoreAdminOperationTest, CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, LukeRequestHandlerTest, MetricsHandlerTest, MetricsHistoryHandlerTest, PropertiesRequestHandlerTest, SecurityConfHandlerTest, SegmentsInfoRequestHandlerTest, ShowFileRequestHandlerTest, TestApiFramework, TestCollectionAPIs, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotWhiteBoxTest, DistributedQueryElevationComponentTest, DistributedSpellCheckComponentTest, TestDistributedStatsComponentCardinality, JavabinLoaderTest, RandomizedTaggerTest, TaggingAttributeTest, TestLegacyFieldReuse, TestNumericRangeQuery32, MetricsConfigTest, SolrCoreMetricManagerTest, SolrGraphiteReporterTest, SimpleFacetsTest, TestUnInvertedFieldException, TestWriterPerf, TestMacroExpander, TestMacros, SmileWriterTest, TestExportWriter, TestJavabinTupleStreamParser, TestRawTransformer, TestSubQueryTransformer, TestSubQueryTransformerDistrib, TestManagedStopFilterFactory, BadCopyFieldTest, BadIndexSchemaTest, EnumFieldTest, ExternalFileFieldSortTest, IndexSchemaRuntimeFieldTest, NotRequiredUniqueKeyTest, RequiredFieldsTest, SchemaVersionSpecificBehaviorTest, TestCollationField, TestCollationFieldDocValues, TestManagedSchemaAPI, TestManagedSchemaThreadSafety, TestSchemaManager, TestSchemalessBufferedUpdates]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSchemalessBufferedUpdates -Dtests.seed=4D582BCA83E8062 -Dtests.slow=true -Dtests.locale=cs-CZ -Dtests.timezone=US/Central -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestSchemalessBufferedUpdates (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001\init-core-data-001: java.nio.file.AccessDeniedException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001\init-core-data-001
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestSchemalessBufferedUpdates_4D582BCA83E8062-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4D582BCA83E8062]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:318)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [687/824 (1!)] on J0 in 3.72s, 1 test, 1 error <<< FAILURES!

[...truncated 44690 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7412/consoleText

[repro] Revision: fe180bbd59ef45679f3cffa252fff0aa069b7427

[repro] Ant options: "-Dargs=-client -XX:+UseConcMarkSweepGC"

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       TestSchemalessBufferedUpdates
[repro] ant compile-test

[...truncated 3321 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestSchemalessBufferedUpdates" -Dtests.showOutput=onerror "-Dargs=-client -XX:+UseConcMarkSweepGC" -Dtests.seed=4D582BCA83E8062 -Dtests.slow=true -Dtests.locale=cs-CZ -Dtests.timezone=US/Central -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 69 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.schema.TestSchemalessBufferedUpdates
[repro] Exiting with code 0

[...truncated 75 lines...]

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_172) - Build # 7411 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7411/
Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseParallelGC

12 tests failed.
FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive

Error Message:
Jetty Connector is not open: -2

Stack Trace:
java.lang.IllegalStateException: Jetty Connector is not open: -2
	at __randomizedtesting.SeedInfo.seed([41814D3B323E2329:C435614C0EC19AB1]:0)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.getBaseUrl(JettySolrRunner.java:499)
	at org.apache.solr.cloud.MiniSolrCloudCluster.getReplicaJetty(MiniSolrCloudCluster.java:539)
	at org.apache.solr.cloud.LeaderTragicEventTest.corruptLeader(LeaderTragicEventTest.java:100)
	at org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive(LeaderTragicEventTest.java:150)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.test

Error Message:
Error from server at http://127.0.0.1:53914/solr: collection already exists: collection1

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:53914/solr: collection already exists: collection1
	at __randomizedtesting.SeedInfo.seed([41814D3B323E2329:C9D572E19CC24ED1]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:70)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive

Error Message:
Jetty Connector is not open: -2

Stack Trace:
java.lang.IllegalStateException: Jetty Connector is not open: -2
	at __randomizedtesting.SeedInfo.seed([41814D3B323E2329:C435614C0EC19AB1]:0)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.getBaseUrl(JettySolrRunner.java:499)
	at org.apache.solr.cloud.MiniSolrCloudCluster.getReplicaJetty(MiniSolrCloudCluster.java:539)
	at org.apache.solr.cloud.LeaderTragicEventTest.corruptLeader(LeaderTragicEventTest.java:100)
	at org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive(LeaderTragicEventTest.java:150)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.test

Error Message:
Error from server at http://127.0.0.1:54002/solr: collection already exists: collection1

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54002/solr: collection already exists: collection1
	at __randomizedtesting.SeedInfo.seed([41814D3B323E2329:C9D572E19CC24ED1]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:70)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive

Error Message:
Jetty Connector is not open: -2

Stack Trace:
java.lang.IllegalStateException: Jetty Connector is not open: -2
	at __randomizedtesting.SeedInfo.seed([41814D3B323E2329:C435614C0EC19AB1]:0)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.getBaseUrl(JettySolrRunner.java:499)
	at org.apache.solr.cloud.MiniSolrCloudCluster.getReplicaJetty(MiniSolrCloudCluster.java:539)
	at org.apache.solr.cloud.LeaderTragicEventTest.corruptLeader(LeaderTragicEventTest.java:100)
	at org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive(LeaderTragicEventTest.java:150)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.test

Error Message:
Error from server at http://127.0.0.1:54048/solr: collection already exists: collection1

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54048/solr: collection already exists: collection1
	at __randomizedtesting.SeedInfo.seed([41814D3B323E2329:C9D572E19CC24ED1]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:70)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive

Error Message:
Jetty Connector is not open: -2

Stack Trace:
java.lang.IllegalStateException: Jetty Connector is not open: -2
	at __randomizedtesting.SeedInfo.seed([41814D3B323E2329:C435614C0EC19AB1]:0)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.getBaseUrl(JettySolrRunner.java:499)
	at org.apache.solr.cloud.MiniSolrCloudCluster.getReplicaJetty(MiniSolrCloudCluster.java:539)
	at org.apache.solr.cloud.LeaderTragicEventTest.corruptLeader(LeaderTragicEventTest.java:100)
	at org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive(LeaderTragicEventTest.java:150)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.test

Error Message:
Error from server at http://127.0.0.1:49497/solr: collection already exists: collection1

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:49497/solr: collection already exists: collection1
	at __randomizedtesting.SeedInfo.seed([41814D3B323E2329:C9D572E19CC24ED1]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:70)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild

Error Message:
junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException

Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
	at __randomizedtesting.SeedInfo.seed([41814D3B323E2329:9E0C2F840C57764B]:0)
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
Caused by: java.lang.RuntimeException: Exception during query
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
	... 6 more
Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
	at org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
	at org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
	at org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
	... 9 more


FAILED:  org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild

Error Message:
junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException

Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
	at __randomizedtesting.SeedInfo.seed([41814D3B323E2329:9E0C2F840C57764B]:0)
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
Caused by: java.lang.RuntimeException: Exception during query
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
	... 6 more
Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
	at org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
	at org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
	at org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
	... 9 more


FAILED:  org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild

Error Message:
junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException

Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
	at __randomizedtesting.SeedInfo.seed([41814D3B323E2329:9E0C2F840C57764B]:0)
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
Caused by: java.lang.RuntimeException: Exception during query
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
	... 6 more
Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
	at org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
	at org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
	at org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
	... 9 more


FAILED:  org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild

Error Message:
junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException

Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
	at __randomizedtesting.SeedInfo.seed([41814D3B323E2329:9E0C2F840C57764B]:0)
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
Caused by: java.lang.RuntimeException: Exception during query
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
	... 6 more
Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
	at org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
	at org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
	at org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
	... 9 more




Build Log:
[...truncated 13916 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
   [junit4]   2> 2175180 INFO  (SUITE-LeaderTragicEventTest-seed#[41814D3B323E2329]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_41814D3B323E2329-001\init-core-data-001
   [junit4]   2> 2175183 WARN  (SUITE-LeaderTragicEventTest-seed#[41814D3B323E2329]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=19 numCloses=19
   [junit4]   2> 2175183 INFO  (SUITE-LeaderTragicEventTest-seed#[41814D3B323E2329]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2175190 INFO  (SUITE-LeaderTragicEventTest-seed#[41814D3B323E2329]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2175193 INFO  (SUITE-LeaderTragicEventTest-seed#[41814D3B323E2329]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_41814D3B323E2329-001\tempDir-001
   [junit4]   2> 2175193 INFO  (SUITE-LeaderTragicEventTest-seed#[41814D3B323E2329]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2175194 INFO  (Thread-3466) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2175194 INFO  (Thread-3466) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2175207 ERROR (Thread-3466) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2175294 INFO  (SUITE-LeaderTragicEventTest-seed#[41814D3B323E2329]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:49493
   [junit4]   2> 2175301 INFO  (zkConnectionManagerCallback-6769-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2175312 INFO  (jetty-launcher-6766-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2175312 INFO  (jetty-launcher-6766-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2175312 INFO  (jetty-launcher-6766-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2175312 INFO  (jetty-launcher-6766-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2175313 INFO  (jetty-launcher-6766-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57e02841{/solr,null,AVAILABLE}
   [junit4]   2> 2175312 INFO  (jetty-launcher-6766-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2175316 INFO  (jetty-launcher-6766-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@22254953{HTTP/1.1,[http/1.1]}{127.0.0.1:49497}
   [junit4]   2> 2175316 INFO  (jetty-launcher-6766-thread-2) [    ] o.e.j.s.Server Started @2175349ms
   [junit4]   2> 2175316 INFO  (jetty-launcher-6766-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2175316 INFO  (jetty-launcher-6766-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2175316 INFO  (jetty-launcher-6766-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49497}
   [junit4]   2> 2175316 INFO  (jetty-launcher-6766-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2175316 INFO  (jetty-launcher-6766-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3064ca97{/solr,null,AVAILABLE}
   [junit4]   2> 2175316 ERROR (jetty-launcher-6766-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2175316 INFO  (jetty-launcher-6766-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2175316 INFO  (jetty-launcher-6766-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2175316 INFO  (jetty-launcher-6766-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2175316 INFO  (jetty-launcher-6766-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2175316 INFO  (jetty-launcher-6766-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-11T05:07:10.768Z
   [junit4]   2> 2175316 INFO  (jetty-launcher-6766-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6dacdc05{HTTP/1.1,[http/1.1]}{127.0.0.1:49500}
   [junit4]   2> 2175320 INFO  (jetty-launcher-6766-thread-1) [    ] o.e.j.s.Server Started @2175352ms
   [junit4]   2> 2175320 INFO  (jetty-launcher-6766-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49500}
   [junit4]   2> 2175320 ERROR (jetty-launcher-6766-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2175320 INFO  (jetty-launcher-6766-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2175320 INFO  (jetty-launcher-6766-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2175320 INFO  (jetty-launcher-6766-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2175320 INFO  (jetty-launcher-6766-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2175320 INFO  (jetty-launcher-6766-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-11T05:07:10.772Z
   [junit4]   2> 2175322 INFO  (zkConnectionManagerCallback-6771-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2175323 INFO  (jetty-launcher-6766-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2175323 INFO  (zkConnectionManagerCallback-6773-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2175325 INFO  (jetty-launcher-6766-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2175341 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10001b6ecee0002, likely client has closed socket
   [junit4]   2> 2175542 INFO  (jetty-launcher-6766-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49493/solr
   [junit4]   2> 2175545 INFO  (zkConnectionManagerCallback-6777-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2175549 INFO  (zkConnectionManagerCallback-6779-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2175735 INFO  (jetty-launcher-6766-thread-1) [n:127.0.0.1:49500_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2175736 INFO  (jetty-launcher-6766-thread-1) [n:127.0.0.1:49500_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49500_solr
   [junit4]   2> 2175736 INFO  (jetty-launcher-6766-thread-1) [n:127.0.0.1:49500_solr    ] o.a.s.c.Overseer Overseer (id=72059479208624132-127.0.0.1:49500_solr-n_0000000000) starting
   [junit4]   2> 2175748 INFO  (zkConnectionManagerCallback-6786-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2175750 INFO  (jetty-launcher-6766-thread-1) [n:127.0.0.1:49500_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49493/solr ready
   [junit4]   2> 2175752 INFO  (jetty-launcher-6766-thread-1) [n:127.0.0.1:49500_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49500_solr
   [junit4]   2> 2175776 INFO  (OverseerStateUpdate-72059479208624132-127.0.0.1:49500_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2175777 INFO  (zkCallback-6785-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2175788 INFO  (jetty-launcher-6766-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49493/solr
   [junit4]   2> 2175798 INFO  (zkConnectionManagerCallback-6790-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2175799 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10001b6ecee0006, likely client has closed socket
   [junit4]   2> 2175804 INFO  (zkConnectionManagerCallback-6792-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2175818 INFO  (jetty-launcher-6766-thread-2) [n:127.0.0.1:49497_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2175820 INFO  (jetty-launcher-6766-thread-2) [n:127.0.0.1:49497_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2175826 INFO  (jetty-launcher-6766-thread-2) [n:127.0.0.1:49497_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2175826 INFO  (jetty-launcher-6766-thread-2) [n:127.0.0.1:49497_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49497_solr
   [junit4]   2> 2175827 INFO  (zkCallback-6778-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2175827 INFO  (zkCallback-6785-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2175827 INFO  (zkCallback-6791-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2175848 INFO  (jetty-launcher-6766-thread-1) [n:127.0.0.1:49500_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2175868 INFO  (zkConnectionManagerCallback-6800-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2175870 INFO  (jetty-launcher-6766-thread-2) [n:127.0.0.1:49497_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2175871 INFO  (jetty-launcher-6766-thread-2) [n:127.0.0.1:49497_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49493/solr ready
   [junit4]   2> 2175871 INFO  (jetty-launcher-6766-thread-2) [n:127.0.0.1:49497_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2175939 INFO  (jetty-launcher-6766-thread-2) [n:127.0.0.1:49497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49497.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17f758d4
   [junit4]   2> 2175949 INFO  (jetty-launcher-6766-thread-1) [n:127.0.0.1:49500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49500.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17f758d4
   [junit4]   2> 2175949 INFO  (jetty-launcher-6766-thread-2) [n:127.0.0.1:49497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49497.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17f758d4
   [junit4]   2> 2175949 INFO  (jetty-launcher-6766-thread-2) [n:127.0.0.1:49497_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49497.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17f758d4
   [junit4]   2> 2175952 INFO  (jetty-launcher-6766-thread-2) [n:127.0.0.1:49497_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_41814D3B323E2329-001\tempDir-001\node2\.
   [junit4]   2> 2175956 INFO  (jetty-launcher-6766-thread-1) [n:127.0.0.1:49500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49500.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17f758d4
   [junit4]   2> 2175956 INFO  (jetty-launcher-6766-thread-1) [n:127.0.0.1:49500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49500.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17f758d4
   [junit4]   2> 2175961 INFO  (jetty-launcher-6766-thread-1) [n:127.0.0.1:49500_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_41814D3B323E2329-001\tempDir-001\node1\.
   [junit4]   2> 2176030 INFO  (zkConnectionManagerCallback-6803-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2176032 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10001b6ecee0009, likely client has closed socket
   [junit4]   2> 2176035 INFO  (zkConnectionManagerCallback-6808-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2176038 INFO  (SUITE-LeaderTragicEventTest-seed#[41814D3B323E2329]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2176047 INFO  (SUITE-LeaderTragicEventTest-seed#[41814D3B323E2329]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49493/solr ready
   [junit4]   2> 2176247 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[41814D3B323E2329]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testOtherReplicasAreNotActive
   [junit4]   2> 2176249 INFO  (qtp972851712-22644) [n:127.0.0.1:49497_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2176253 INFO  (OverseerThreadFactory-8876-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2176366 INFO  (OverseerStateUpdate-72059479208624132-127.0.0.1:49500_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:49497/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2176367 INFO  (OverseerStateUpdate-72059479208624132-127.0.0.1:49500_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:49500/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2176582 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr    x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2176582 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr    x:collection1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2176585 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr    x:collection1_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2177625 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2177625 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2177646 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2177646 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2177654 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2177654 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 2177654 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2177654 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 2177654 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49500.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17f758d4
   [junit4]   2> 2177654 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49497.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17f758d4
   [junit4]   2> 2177654 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2177654 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_41814D3B323E2329-001\tempDir-001\node1\collection1_shard1_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_41814D3B323E2329-001\tempDir-001\node1\.\collection1_shard1_replica_n2\data\]
   [junit4]   2> 2177654 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2177654 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_41814D3B323E2329-001\tempDir-001\node2\collection1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_41814D3B323E2329-001\tempDir-001\node2\.\collection1_shard1_replica_n1\data\]
   [junit4]   2> 2177801 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2177801 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2177803 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2177803 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2177804 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2177804 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2177806 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@40b00c33[collection1_shard1_replica_n1] main]
   [junit4]   2> 2177806 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2177806 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2177807 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 2177807 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@701f05f5[collection1_shard1_replica_n2] main]
   [junit4]   2> 2177807 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2177808 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2177808 INFO  (qtp972851712-22640) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1605669364181237760
   [junit4]   2> 2177809 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 2177809 INFO  (searcherExecutor-8889-thread-1-processing-n:127.0.0.1:49497_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:49497_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@40b00c33[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2177809 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2177809 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2177810 INFO  (qtp1153018731-22652) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1605669364183334912
   [junit4]   2> 2177810 INFO  (searcherExecutor-8888-thread-1-processing-n:127.0.0.1:49500_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:49500_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher

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

= solr_54048, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1d075ddd
   [junit4]   2> 68059 INFO  (jetty-closer-100-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 68059 INFO  (jetty-closer-100-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6f5f3275: rootName = solr_54048, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@73010f4c
   [junit4]   2> 68061 INFO  (jetty-closer-100-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:54048_solr
   [junit4]   2> 68062 INFO  (jetty-closer-100-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 68063 INFO  (zkCallback-132-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 68063 INFO  (zkCallback-115-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 68064 INFO  (coreCloseExecutor-251-thread-1) [n:127.0.0.1:54048_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@32e31a0d
   [junit4]   2> 68064 INFO  (coreCloseExecutor-251-thread-1) [n:127.0.0.1:54048_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1, tag=32e31a0d
   [junit4]   2> 68065 INFO  (coreCloseExecutor-251-thread-1) [n:127.0.0.1:54048_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3fe3129: rootName = solr_54048, domain = solr.core.collection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@4dc92cc3
   [junit4]   2> 68069 INFO  (coreCloseExecutor-251-thread-1) [n:127.0.0.1:54048_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=32e31a0d
   [junit4]   2> 68073 INFO  (jetty-closer-100-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72059705403179013-127.0.0.1:54048_solr-n_0000000001) closing
   [junit4]   2> 68073 INFO  (OverseerStateUpdate-72059705403179013-127.0.0.1:54048_solr-n_0000000001) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:54048_solr
   [junit4]   2> 68074 WARN  (OverseerAutoScalingTriggerThread-72059705403179013-127.0.0.1:54048_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 68077 INFO  (jetty-closer-100-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2f8aa6e9{/solr,null,UNAVAILABLE}
   [junit4]   2> 68078 INFO  (jetty-closer-100-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 68078 ERROR (SUITE-LeaderTragicEventTest-seed#[41814D3B323E2329]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 68079 INFO  (SUITE-LeaderTragicEventTest-seed#[41814D3B323E2329]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54044 54044
   [junit4]   2> 68081 INFO  (Thread-51) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54044 54044
   [junit4]   2> 68082 WARN  (Thread-51) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.LeaderTragicEventTest_41814D3B323E2329-003
   [junit4]   2> Jul 11, 2018 6:04:46 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 6 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1767, maxMBSortInHeap=6.166967533518702, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6efe0323), locale=tr-TR, timezone=Australia/Melbourne
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=3,threads=1,free=123687344,total=266338304
   [junit4]   2> NOTE: All tests run in this JVM: [LeaderTragicEventTest, LeaderTragicEventTest, InfixSuggestersTest, InfixSuggestersTest, LeaderTragicEventTest]
   [junit4] Completed [9/10 (7!)] on J1 in 5.17s, 2 tests, 2 errors <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
   [junit4] OK      11.0s J0 | LeaderTragicEventTest.testOtherReplicasAreNotActive
   [junit4] OK      18.7s J0 | LeaderTragicEventTest.test
   [junit4] Completed [10/10 (7!)] on J0 in 32.49s, 2 tests
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: 41814D3B323E2329] (first 10 out of 11):
   [junit4]   - org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive
   [junit4]   - org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive
   [junit4]   - org.apache.solr.cloud.LeaderTragicEventTest.test
   [junit4]   - org.apache.solr.cloud.LeaderTragicEventTest.test
   [junit4]   - org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive
   [junit4]   - org.apache.solr.cloud.LeaderTragicEventTest.test
   [junit4]   - org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild
   [junit4]   - org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild
   [junit4]   - org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild
   [junit4]   - org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     1.53 ..    97.37 =    95.84s
   [junit4] JVM J1:     1.25 ..    69.48 =    68.22s
   [junit4] Execution time total: 1 minute 37 seconds
   [junit4] Tests summary: 10 suites, 45 tests, 11 errors

BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1568: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1092: There were test failures: 10 suites, 45 tests, 11 errors [seed: 41814D3B323E2329]

Total time: 1 minute 41 seconds

[repro] Setting last failure code to 1

[repro] Failures:
[repro]   3/5 failed: org.apache.solr.handler.component.InfixSuggestersTest
[repro]   4/5 failed: org.apache.solr.cloud.LeaderTragicEventTest
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=fe180bbd59ef45679f3cffa252fff0aa069b7427, workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows
[WARNINGS] Computing warning deltas based on reference build #7410
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2