Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/157/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication

Error Message:
timed out waiting for collection1 startAt time to exceed: Thu May 26 19:00:18 
EEST 2016

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to 
exceed: Thu May 26 19:00:18 EEST 2016
        at 
__randomizedtesting.SeedInfo.seed([4F21D7B470D3B2D3:B85239ECB63B1D35]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1508)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1314)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.search.TestGraphTermsQParserPlugin.testQueries

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([4F21D7B470D3B2D3:13AF1B6F6ABA077D]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:786)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:753)
        at 
org.apache.solr.search.TestGraphTermsQParserPlugin.testQueries(TestGraphTermsQParserPlugin.java:88)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
        at 
org.apache.solr.search.GraphTermsQParserPlugin$GraphTermsQuery$1.rewrite(GraphTermsQParserPlugin.java:223)
        at 
org.apache.solr.search.GraphTermsQParserPlugin$GraphTermsQuery$1.bulkScorer(GraphTermsQParserPlugin.java:252)
        at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
        at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
        at 
org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:260)
        at 
org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1810)
        at 
org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1627)
        at 
org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:643)
        at 
org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:529)
        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:293)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2036)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:760)
        ... 41 more




Build Log:
[...truncated 10568 lines...]
   [junit4] Suite: org.apache.solr.search.TestGraphTermsQParserPlugin
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestGraphTermsQParserPlugin_4F21D7B470D3B2D3-001/init-core-data-001
   [junit4]   2> 290150 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 290153 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 290153 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 290154 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 290154 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 290154 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 290154 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 290198 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 290207 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 290263 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-collapseqparser.xml
   [junit4]   2> 290269 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 290493 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 290494 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 290499 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 290499 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 290499 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr'
   [junit4]   2> 290499 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 290499 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 290500 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 781632594
   [junit4]   2> 290500 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr]
   [junit4]   2> 290500 WARN  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 290500 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 290502 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 290503 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 290503 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 290503 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 290503 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 290505 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig-collapseqparser.xml, transient=false, schema=schema11.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
collection=collection1, 
dataDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestGraphTermsQParserPlugin_4F21D7B470D3B2D3-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 290505 INFO  (coreLoadExecutor-630-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 290506 INFO  (coreLoadExecutor-630-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 290507 INFO  (coreLoadExecutor-630-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 290507 INFO  (coreLoadExecutor-630-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 290507 INFO  (coreLoadExecutor-630-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 290542 INFO  (coreLoadExecutor-630-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 290558 INFO  (coreLoadExecutor-630-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 290580 INFO  (coreLoadExecutor-630-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-collapseqparser.xml
   [junit4]   2> 290588 INFO  (coreLoadExecutor-630-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 290661 INFO  (coreLoadExecutor-630-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 290661 INFO  (coreLoadExecutor-630-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 290667 INFO  (coreLoadExecutor-630-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 290667 INFO  (coreLoadExecutor-630-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 290667 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 290667 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestGraphTermsQParserPlugin_4F21D7B470D3B2D3-001/init-core-data-001/]
   [junit4]   2> 290668 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a533fa1
   [junit4]   2> 290668 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestGraphTermsQParserPlugin_4F21D7B470D3B2D3-001/init-core-data-001
   [junit4]   2> 290668 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestGraphTermsQParserPlugin_4F21D7B470D3B2D3-001/init-core-data-001/index/
   [junit4]   2> 290668 WARN  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestGraphTermsQParserPlugin_4F21D7B470D3B2D3-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 290669 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestGraphTermsQParserPlugin_4F21D7B470D3B2D3-001/init-core-data-001/index
   [junit4]   2> 290669 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=4.8876953125, 
floorSegmentMB=0.6748046875, forceMergeDeletesPctAllowed=20.453108298642753, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 290669 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5cc07627 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@76e285d5),segFN=segments_1,generation=1}
   [junit4]   2> 290669 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 290670 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestGraphTermsQParserPlugin_4F21D7B470D3B2D3-001/init-core-data-001/
   [junit4]   2> 290705 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 290706 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 290706 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 290706 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 290706 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 290706 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 290706 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 290706 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 290706 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 290706 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 290706 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 290706 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 290708 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 290709 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 290710 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 290711 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 290714 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 290716 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/elevate,/update/json,mltrh,/admin/threads,/update/csv,/sql,/graph,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 290716 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 290716 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 290716 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 290724 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 290724 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 290724 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4651683552990863]
   [junit4]   2> 290724 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5cc07627 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@76e285d5),segFN=segments_1,generation=1}
   [junit4]   2> 290724 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 290724 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4ddfb5e5[collection1] main]
   [junit4]   2> 290725 WARN  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 290725 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 290725 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 290725 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 290725 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 290742 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 290861 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/elevate.xml
   [junit4]   2> 290870 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 290870 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 290871 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 290871 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 290871 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1535406981181865984
   [junit4]   2> 290873 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with 
highest version 1535406981181865984
   [junit4]   2> 290873 INFO  (coreLoadExecutor-630-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 290875 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 290880 INFO  
(searcherExecutor-631-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 290880 INFO  
(searcherExecutor-631-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 290880 INFO  
(searcherExecutor-631-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 290880 INFO  
(searcherExecutor-631-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 290881 INFO  
(searcherExecutor-631-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 290885 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQueries
   [junit4]   2> 290885 INFO  
(searcherExecutor-631-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 290898 INFO  
(searcherExecutor-631-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 290899 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1535406981196546048)} 0 13
   [junit4]   2> 290901 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 290901 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 290930 WARN  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping 
onDeckSearchers=2
   [junit4]   2> 290934 INFO  
(searcherExecutor-631-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 290934 INFO  
(searcherExecutor-631-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 290935 INFO  
(searcherExecutor-631-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4ddfb5e5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 290935 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: 
org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 290935 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 290935 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 33
   [junit4]   2> 290950 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1 (1535406981250023424)]} 0 14
   [junit4]   2> 290979 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2 (1535406981265752064)]} 0 28
   [junit4]   2> 290980 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3 (1535406981296160768)]} 0 0
   [junit4]   2> 290981 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 291005 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5cc07627 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@76e285d5),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5cc07627 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@76e285d5),segFN=segments_2,generation=2}
   [junit4]   2> 291006 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 291006 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1bc947bb[collection1] main]
   [junit4]   2> 291006 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 291007 INFO  (searcherExecutor-631-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1bc947bb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):c2)
 Uninverting(_1(6.1.0):c1)))}
   [junit4]   2> 291008 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 27
   [junit4]   2> 291010 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4 (1535406981326569472)]} 0 1
   [junit4]   2> 291013 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5 (1535406981328666624)]} 0 3
   [junit4]   2> 291014 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 291015 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5cc07627 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@76e285d5),segFN=segments_2,generation=2}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5cc07627 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@76e285d5),segFN=segments_3,generation=3}
   [junit4]   2> 291015 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 291016 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@46feaa3a[collection1] main]
   [junit4]   2> 291016 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 291017 INFO  (searcherExecutor-631-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@46feaa3a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):c2)
 Uninverting(_1(6.1.0):c1) Uninverting(_2(6.1.0):c2)))}
   [junit4]   2> 291017 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 2
   [junit4]   2> 291027 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6 (1535406981334958080)]} 0 10
   [junit4]   2> 291028 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 291031 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5cc07627 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@76e285d5),segFN=segments_3,generation=3}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5cc07627 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@76e285d5),segFN=segments_4,generation=4}
   [junit4]   2> 291031 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 291031 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3c55ee2e[collection1] main]
   [junit4]   2> 291031 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 291032 INFO  (searcherExecutor-631-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3c55ee2e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):c2)
 Uninverting(_1(6.1.0):c1) Uninverting(_2(6.1.0):c2) 
Uninverting(_3(6.1.0):c1)))}
   [junit4]   2> 291032 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 291034 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7 (1535406981351735296)]} 0 1
   [junit4]   2> 291035 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 291038 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5cc07627 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@76e285d5),segFN=segments_4,generation=4}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5cc07627 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@76e285d5),segFN=segments_5,generation=5}
   [junit4]   2> 291038 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 5
   [junit4]   2> 291038 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1d18adff[collection1] main]
   [junit4]   2> 291038 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 291039 INFO  (searcherExecutor-631-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1d18adff[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.1.0):c2)
 Uninverting(_1(6.1.0):c1) Uninverting(_2(6.1.0):c2) Uninverting(_3(6.1.0):c1) 
Uninverting(_4(6.1.0):c1)))}
   [junit4]   2> 291040 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 291063 ERROR 
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.h.RequestHandlerBase java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.solr.search.GraphTermsQParserPlugin$GraphTermsQuery$1.rewrite(GraphTermsQParserPlugin.java:223)
   [junit4]   2>        at 
org.apache.solr.search.GraphTermsQParserPlugin$GraphTermsQuery$1.bulkScorer(GraphTermsQParserPlugin.java:252)
   [junit4]   2>        at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]   2>        at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:260)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1810)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1627)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:643)
   [junit4]   2>        at 
org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:529)
   [junit4]   2>        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:293)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2036)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:310)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:292)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:760)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:753)
   [junit4]   2>        at 
org.apache.solr.search.TestGraphTermsQParserPlugin.testQueries(TestGraphTermsQParserPlugin.java:88)
   [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:1764)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 291063 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!graphTerms+f%3Dgroup_s+maxDocFreq%3D10}1,2&sort=id+asc&indent=on} 
status=500 QTime=23
   [junit4]   2> 291063 ERROR 
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q={!graphTerms+f%3Dgroup_s+maxDocFreq%3D10}1,2&sort=id+asc&indent=on:java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.solr.search.GraphTermsQParserPlugin$GraphTermsQuery$1.rewrite(GraphTermsQParserPlugin.java:223)
   [junit4]   2>        at 
org.apache.solr.search.GraphTermsQParserPlugin$GraphTermsQuery$1.bulkScorer(GraphTermsQParserPlugin.java:252)
   [junit4]   2>        at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]   2>        at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:260)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1810)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1627)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:643)
   [junit4]   2>        at 
org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:529)
   [junit4]   2>        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:293)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2036)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:310)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:292)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:760)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:753)
   [junit4]   2>        at 
org.apache.solr.search.TestGraphTermsQParserPlugin.testQueries(TestGraphTermsQParserPlugin.java:88)
   [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:1764)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 291064 INFO  
(TEST-TestGraphTermsQParserPlugin.testQueries-seed#[4F21D7B470D3B2D3]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQueries
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestGraphTermsQParserPlugin -Dtests.method=testQueries 
-Dtests.seed=4F21D7B470D3B2D3 -Dtests.slow=true -Dtests.locale=sr-Latn 
-Dtests.timezone=ROK -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.19s J1 | TestGraphTermsQParserPlugin.testQueries <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4F21D7B470D3B2D3:13AF1B6F6ABA077D]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:786)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:753)
   [junit4]    >        at 
org.apache.solr.search.TestGraphTermsQParserPlugin.testQueries(TestGraphTermsQParserPlugin.java:88)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.NullPointerException
   [junit4]    >        at 
org.apache.solr.search.GraphTermsQParserPlugin$GraphTermsQuery$1.rewrite(GraphTermsQParserPlugin.java:223)
   [junit4]    >        at 
org.apache.solr.search.GraphTermsQParserPlugin$GraphTermsQuery$1.bulkScorer(GraphTermsQParserPlugin.java:252)
   [junit4]    >        at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
   [junit4]    >        at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
   [junit4]    >        at 
org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:260)
   [junit4]    >        at 
org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1810)
   [junit4]    >        at 
org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1627)
   [junit4]    >        at 
org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:643)
   [junit4]    >        at 
org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:529)
   [junit4]    >        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:293)
   [junit4]    >        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2036)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:310)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:292)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:760)
   [junit4]    >        ... 41 more
   [junit4]   2> 291068 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 291068 INFO  
(SUITE-TestGraphTermsQParserPlugin-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=781632594
   [junit4]   2> 291068 INFO  (coreCloseExecutor-636-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@571c2b3e
   [junit4]   2> 291069 INFO  (coreCloseExecutor-636-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=5,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=867,transaction_logs_total_number=5}
   [junit4]   2> 291071 INFO  (coreCloseExecutor-636-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 291071 INFO  (coreCloseExecutor-636-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 291071 INFO  (coreCloseExecutor-636-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 291075 INFO  (coreCloseExecutor-636-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 291092 INFO  (coreCloseExecutor-636-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 291093 INFO  (coreCloseExecutor-636-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestGraphTermsQParserPlugin_4F21D7B470D3B2D3-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestGraphTermsQParserPlugin_4F21D7B470D3B2D3-001/init-core-data-001;done=false>>]
   [junit4]   2> 291093 INFO  (coreCloseExecutor-636-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 291093 INFO  (coreCloseExecutor-636-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestGraphTermsQParserPlugin_4F21D7B470D3B2D3-001/init-core-data-001
   [junit4]   2> 291093 INFO  (coreCloseExecutor-636-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestGraphTermsQParserPlugin_4F21D7B470D3B2D3-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestGraphTermsQParserPlugin_4F21D7B470D3B2D3-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 291093 INFO  (coreCloseExecutor-636-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 291093 INFO  (coreCloseExecutor-636-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestGraphTermsQParserPlugin_4F21D7B470D3B2D3-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.search.TestGraphTermsQParserPlugin_4F21D7B470D3B2D3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): 
{test_tl=PostingsFormat(name=Asserting), _version_=FST50, test_ti=FST50, 
term_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
test_tf=Lucene50(blocksize=128), id=PostingsFormat(name=Asserting), 
group_s=PostingsFormat(name=Asserting)}, docValues:{}, maxPointsInLeafNode=180, 
maxMBSortInHeap=6.768919261495028, sim=ClassicSimilarity, locale=sr-Latn, 
timezone=ROK
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 
(64-bit)/cpus=3,threads=1,free=72880728,total=147402752
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestMiniSolrCloudClusterBase, ZkStateReaderTest, DataDrivenBlockJoinTest, 
TestReload, RulesTest, BlockCacheTest, DistanceFunctionTest, TestJsonFacets, 
TestGraphTermsQParserPlugin]
   [junit4] Completed [26/599 (1!)] on J1 in 0.97s, 1 test, 1 error <<< 
FAILURES!

[...truncated 90 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/init-core-data-001
   [junit4]   2> 477550 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestHandlerPathUnchanged
   [junit4]   2> 477550 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/collection1
   [junit4]   2> 477554 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 477556 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@43614693{/solr,null,AVAILABLE}
   [junit4]   2> 477556 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@33c09955{HTTP/1.1,[http/1.1]}{127.0.0.1:62441}
   [junit4]   2> 477583 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.e.j.s.Server Started @480769ms
   [junit4]   2> 477583 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/collection1/data,
 hostContext=/solr, hostPort=62441}
   [junit4]   2> 477583 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 477584 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001'
   [junit4]   2> 477584 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 477584 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 477584 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/solr.xml
   [junit4]   2> 477589 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/.
   [junit4]   2> 477589 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CoreContainer New CoreContainer 263039206
   [junit4]   2> 477589 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001]
   [junit4]   2> 477589 WARN  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/lib
   [junit4]   2> 477589 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 477591 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 477592 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 477592 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 477592 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 477592 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 477593 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/.
   [junit4]   2> 477594 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 477594 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/./collection1
   [junit4]   2> 477594 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 477595 INFO  (coreLoadExecutor-1144-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/collection1'
   [junit4]   2> 477596 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.s.SolrDispatchFilter 
user.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 477597 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 477597 INFO  (coreLoadExecutor-1144-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 477597 INFO  (coreLoadExecutor-1144-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 477606 INFO  (coreLoadExecutor-1144-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 477610 INFO  (coreLoadExecutor-1144-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 477619 INFO  (coreLoadExecutor-1144-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 477621 INFO  (coreLoadExecutor-1144-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 477634 INFO  (coreLoadExecutor-1144-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 477635 INFO  (coreLoadExecutor-1144-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/collection1'
   [junit4]   2> 477635 INFO  (coreLoadExecutor-1144-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/./collection1
   [junit4]   2> 477636 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 477636 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 477636 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 477636 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/./collection1/data
   [junit4]   2> 477636 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 477636 WARN  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/./collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 477636 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 477637 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=68.2734375, 
floorSegmentMB=2.0263671875, forceMergeDeletesPctAllowed=7.8603710390131445, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.14611809465045741
   [junit4]   2> 477637 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3fbf412e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@de68c03),segFN=segments_1,generation=1}
   [junit4]   2> 477637 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 477638 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/./collection1/data/
   [junit4]   2> 477639 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 477641 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 477647 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 477648 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 477649 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 477652 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 477652 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 477652 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 477655 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 477655 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 477656 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 477657 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3fbf412e 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@de68c03),segFN=segments_1,generation=1}
   [junit4]   2> 477657 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 477657 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@558a5bbb[collection1] main]
   [junit4]   2> 477657 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/collection1/conf
   [junit4]   2> 477657 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/collection1/conf}
   [junit4]   2> 477657 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-001/collection1/conf
   [junit4]   2> 477658 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 477658 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following 
config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 477658 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 477659 INFO  
(searcherExecutor-1145-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@558a5bbb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 477659 INFO  (coreLoadExecutor-1144-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 478099 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-002/collection1
   [junit4]   2> 478105 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 478107 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3315f205{/solr,null,AVAILABLE}
   [junit4]   2> 478108 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@4f4a6d65{HTTP/1.1,[http/1.1]}{127.0.0.1:65450}
   [junit4]   2> 478108 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.e.j.s.Server Started @481294ms
   [junit4]   2> 478108 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-002/collection1/data,
 hostContext=/solr, hostPort=65450}
   [junit4]   2> 478108 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 478108 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-002'
   [junit4]   2> 478108 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 478108 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not 
find system property or JNDI)
   [junit4]   2> 478109 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-002/solr.xml
   [junit4]   2> 478114 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-002/.
   [junit4]   2> 478114 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CoreContainer New CoreContainer 244328575
   [junit4]   2> 478114 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-002]
   [junit4]   2> 478115 WARN  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-002/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-002/lib
   [junit4]   2> 478115 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 478116 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 478117 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 478117 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 478117 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 478117 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 478118 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-002/.
   [junit4]   2> 478119 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 478119 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-002/./collection1
   [junit4]   2> 478119 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 478120 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.s.SolrDispatchFilter 
user.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 478120 INFO  
(TEST-TestReplicationHandler.doTestHandlerPathUnchanged-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 478120 INFO  (coreLoadExecutor-1154-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-002/collection1'
   [junit4]   2> 478121 INFO  (coreLoadExecutor-1154-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 478122 INFO  (coreLoadExecutor-1154-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 478130 INFO  (coreLoadExecutor-1154-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 478138 INFO  (coreLoadExecutor-1154-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0
   [junit4]   2> 478148 INFO  (coreLoadExecutor-1154-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 478152 INFO  (coreLoadExecutor-1154-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 478154 INFO  (coreLoadExecutor-1154-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 478155 INFO  (coreLoadExecutor-1154-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-002/collection1'
   [junit4]   2> 478156 INFO  (coreLoadExecutor-1154-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.ha

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


   [junit4]   2>        
commit{dir=NRTCachingDirectory(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-029/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d5f78cf; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3}
   [junit4]   2> 586427 INFO  (coreCloseExecutor-1793-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 586427 INFO  (coreCloseExecutor-1793-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 586435 INFO  (coreCloseExecutor-1793-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing 
NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 586435 INFO  (coreCloseExecutor-1793-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-029/collection1/data
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-029/collection1/data;done=false>>]
   [junit4]   2> 586435 INFO  (coreCloseExecutor-1793-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 586435 INFO  (coreCloseExecutor-1793-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-029/collection1/data
   [junit4]   2> 586435 INFO  (coreCloseExecutor-1793-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-029/collection1/data/index
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-029/collection1/data/index;done=false>>]
   [junit4]   2> 586435 INFO  (coreCloseExecutor-1793-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 586435 INFO  (coreCloseExecutor-1793-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-029/collection1/data/index
   [junit4]   2> 586440 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[4F21D7B470D3B2D3])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@121d7d1c{/solr,null,UNAVAILABLE}
   [junit4]   2> 586573 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[4F21D7B470D3B2D3])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@63b1a59d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 586574 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[4F21D7B470D3B2D3])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=641641968
   [junit4]   2> 586579 INFO  (coreCloseExecutor-1795-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2d831ffa
   [junit4]   2> 586579 INFO  (coreCloseExecutor-1795-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 586579 INFO  (coreCloseExecutor-1795-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 586579 INFO  (coreCloseExecutor-1795-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 586579 INFO  (coreCloseExecutor-1795-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 586580 INFO  (coreCloseExecutor-1795-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 586581 INFO  (coreCloseExecutor-1795-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing 
NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 586581 INFO  (coreCloseExecutor-1795-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-030/collection1/data/index
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-030/collection1/data/index;done=false>>]
   [junit4]   2> 586581 INFO  (coreCloseExecutor-1795-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 586581 INFO  (coreCloseExecutor-1795-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-030/collection1/data/index
   [junit4]   2> 586581 INFO  (coreCloseExecutor-1795-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-030/collection1/data
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-030/collection1/data;done=false>>]
   [junit4]   2> 586581 INFO  (coreCloseExecutor-1795-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 586581 INFO  (coreCloseExecutor-1795-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001/solr-instance-030/collection1/data
   [junit4]   2> 586583 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[4F21D7B470D3B2D3])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@9420523{/solr,null,UNAVAILABLE}
   [junit4]   2> 586586 INFO  
(SUITE-TestReplicationHandler-seed#[4F21D7B470D3B2D3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_4F21D7B470D3B2D3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), 
sim=ClassicSimilarity, locale=ja, timezone=Europe/Uzhgorod
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 
(64-bit)/cpus=3,threads=1,free=48838952,total=134533120
   [junit4]   2> NOTE: All tests run in this JVM: [ConnectionManagerTest, 
SOLR749Test, TestSchemaNameResource, TestPhraseSuggestions, 
BlockJoinFacetDistribTest, MigrateRouteKeyTest, TestSSLRandomization, 
TestDocumentBuilder, ShardRoutingTest, TestWordDelimiterFilterFactory, 
SoftAutoCommitTest, HardAutoCommitTest, TestHdfsUpdateLog, 
TestTolerantUpdateProcessorCloud, TestSubQueryTransformer, 
TestDynamicFieldCollectionResource, TestCollapseQParserPlugin, 
TestHashPartitioner, TestSmileRequest, TestFaceting, SuggesterFSTTest, 
AnalysisAfterCoreReloadTest, UUIDUpdateProcessorFallbackTest, SliceStateTest, 
TestConfigSetImmutable, TestStressCloudBlindAtomicUpdates, 
TestManagedSchemaAPI, TestCloudBackupRestore, TestGraphMLResponseWriter, 
TestAuthorizationFramework, TestExactStatsCache, 
DistributedSpellCheckComponentTest, TestReplicationHandler]
   [junit4] Completed [55/599 (2!)] on J0 in 109.07s, 15 tests, 1 failure, 1 
skipped <<< FAILURES!

[...truncated 1774 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:740: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:684: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:59: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build.xml:233: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/common-build.xml:531:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/lucene/common-build.xml:1427:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/lucene/common-build.xml:984:
 There were test failures: 599 suites (10 ignored), 2440 tests, 1 error, 1 
failure, 86 ignored (71 assumptions) [seed: 4F21D7B470D3B2D3]

Total time: 90 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to