Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1701/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed.
REGRESSION: org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers
Error Message:
Could not initialize class java.lang.UNIXProcess
Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class java.lang.UNIXProcess
at
__randomizedtesting.SeedInfo.seed([D9AAFA3A53F24FA0:34B44100D8FF4E24]:0)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
at java.lang.Runtime.exec(Runtime.java:620)
at java.lang.Runtime.exec(Runtime.java:450)
at java.lang.Runtime.exec(Runtime.java:347)
at
org.apache.solr.handler.admin.SystemInfoHandler.execute(SystemInfoHandler.java:220)
at
org.apache.solr.handler.admin.SystemInfoHandler.getSystemInfo(SystemInfoHandler.java:176)
at
org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:97)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:1963)
at org.apache.solr.util.TestHarness.query(TestHarness.java:295)
at org.apache.solr.util.TestHarness.query(TestHarness.java:278)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:680)
at
org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
REGRESSION:
org.apache.solr.handler.admin.InfoHandlerTest.testOverriddenHandlers
Error Message:
posix_spawn is not a supported process launch mechanism on this platform.
Stack Trace:
java.lang.Error: posix_spawn is not a supported process launch mechanism on
this platform.
at
__randomizedtesting.SeedInfo.seed([D9AAFA3A53F24FA0:3FF1F61DAABB8014]:0)
at java.lang.UNIXProcess$1.run(UNIXProcess.java:105)
at java.lang.UNIXProcess$1.run(UNIXProcess.java:94)
at java.security.AccessController.doPrivileged(Native Method)
at java.lang.UNIXProcess.<clinit>(UNIXProcess.java:92)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
at java.lang.Runtime.exec(Runtime.java:620)
at java.lang.Runtime.exec(Runtime.java:450)
at java.lang.Runtime.exec(Runtime.java:347)
at
org.apache.solr.handler.admin.SystemInfoHandler.execute(SystemInfoHandler.java:220)
at
org.apache.solr.handler.admin.SystemInfoHandler.getSystemInfo(SystemInfoHandler.java:176)
at
org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:97)
at
org.apache.solr.handler.admin.InfoHandlerTest$CountSystemInfoHandler.handleRequestBody(InfoHandlerTest.java:157)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
at
org.apache.solr.handler.admin.InfoHandler.handleRequestBody(InfoHandler.java:88)
at
org.apache.solr.handler.admin.InfoHandlerTest.handleRequest(InfoHandlerTest.java:168)
at
org.apache.solr.handler.admin.InfoHandlerTest.testOverriddenHandlers(InfoHandlerTest.java:98)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 11109 lines...]
[junit4] Suite: org.apache.solr.handler.admin.InfoHandlerTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.InfoHandlerTest-D9AAFA3A53F24FA0-001/init-core-data-001
[junit4] 2> 811027 T1921 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(true) and clientAuth (false)
[junit4] 2> 811029 T1921 oas.SolrTestCaseJ4.initCore ####initCore
[junit4] 2> 811029 T1921 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 811031 T1921 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
[junit4] 2> 811032 T1921 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 811032 T1921 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 811167 T1921 oasc.SolrConfig.<init> Using Lucene MatchVersion:
LUCENE_4_10
[junit4] 2> 811210 T1921 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 811212 T1921 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 811219 T1921 oass.IndexSchema.readSchema [null] Schema
name=test
[junit4] 2> 811474 T1921 oass.ByteField.init WARN ByteField is deprecated
and will be removed in 5.0. You should use TrieIntField instead.
[junit4] 2> 811474 T1921 oass.ShortField.init WARN ShortField is
deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4] 2> 811483 T1921 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 811490 T1921 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 811492 T1921 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 811502 T1921 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 811505 T1921 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 811509 T1921 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 811510 T1921
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 811510 T1921
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 811510 T1921 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 811511 T1921
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 811512 T1921
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 811512 T1921 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 811512 T1921 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr
[junit4] 2> 811512 T1921 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/'
[junit4] 2> 811552 T1921 oasc.CoreContainer.<init> New CoreContainer
2065007951
[junit4] 2> 811552 T1921 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/]
[junit4] 2> 811553 T1921 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 0
[junit4] 2> 811553 T1921 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to: null
[junit4] 2> 811553 T1921 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 0
[junit4] 2> 811554 T1921 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 811554 T1921 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 811554 T1921 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 811554 T1921 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 811555 T1921 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 811555 T1921 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 811568 T1921 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=false
[junit4] 2> 811579 T1921 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 811580 T1921 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 811580 T1921 oasc.CoreContainer.load Host Name:
[junit4] 2> 811586 T1922 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 811588 T1922 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
[junit4] 2> 811588 T1922 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 811588 T1922 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 811639 T1922 oasc.SolrConfig.<init> Using Lucene MatchVersion:
LUCENE_4_10
[junit4] 2> 811688 T1922 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 811689 T1922 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 811712 T1922 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 811981 T1922 oass.ByteField.init WARN ByteField is deprecated
and will be removed in 5.0. You should use TrieIntField instead.
[junit4] 2> 811983 T1922 oass.ShortField.init WARN ShortField is
deprecated and will be removed in 5.0. You should use TrieIntField instead.
[junit4] 2> 811988 T1922 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 812009 T1922 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 812010 T1922 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 812019 T1922 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 812022 T1922 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 812024 T1922 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 812025 T1922
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 812025 T1922
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 812026 T1922 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 812026 T1922
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 812027 T1922
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 812028 T1922 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/
[junit4] 2> 812028 T1922 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 812028 T1922 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.InfoHandlerTest-D9AAFA3A53F24FA0-001/init-core-data-001/
[junit4] 2> 812028 T1922 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@681d447a
[junit4] 2> 812029 T1922 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.InfoHandlerTest-D9AAFA3A53F24FA0-001/init-core-data-001
[junit4] 2> 812030 T1922 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.InfoHandlerTest-D9AAFA3A53F24FA0-001/init-core-data-001/index/
[junit4] 2> 812030 T1922 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.InfoHandlerTest-D9AAFA3A53F24FA0-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 812030 T1922 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.InfoHandlerTest-D9AAFA3A53F24FA0-001/init-core-data-001/index
[junit4] 2> 812031 T1922 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=5.0185546875,
floorSegmentMB=0.212890625, forceMergeDeletesPctAllowed=2.2448088197571723,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.46973262715406217
[junit4] 2> 812032 T1922 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@fe6f55b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6099bbdc)),segFN=segments_1,generation=1}
[junit4] 2> 812032 T1922 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 812033 T1922 oasc.SolrCore.initWriters created xml:
solr.XMLResponseWriter
[junit4] 2> 812037 T1922 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 812038 T1922 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 812038 T1922 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 812038 T1922 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 812038 T1922 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 812039 T1922 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 812039 T1922 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 812040 T1922 oasup.UniqFieldsUpdateProcessorFactory.init WARN
Use of the 'fields' init param in UniqFieldsUpdateProcessorFactory is
deprecated, please use 'fieldName' (or another
FieldMutatingUpdateProcessorFactory selector option) instead
[junit4] 2> 812040 T1922 oasup.UniqFieldsUpdateProcessorFactory.init
Replacing 'fields' init param with (individual) 'fieldName' params
[junit4] 2> 812040 T1922 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 812040 T1922 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 812041 T1922 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 812041 T1922 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 812041 T1922 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 812042 T1922 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 812044 T1922 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 812044 T1922 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 812044 T1922 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 812045 T1922 oasc.RequestHandlers.initHandlersFromConfig
created dismax: solr.SearchHandler
[junit4] 2> 812045 T1922 oasc.RequestHandlers.initHandlersFromConfig
created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4] 2> 812046 T1922 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 812046 T1922 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 812046 T1922 oasc.RequestHandlers.initHandlersFromConfig
created defaults: solr.StandardRequestHandler
[junit4] 2> 812047 T1922 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 812047 T1922 oasc.RequestHandlers.initHandlersFromConfig
created lazy: solr.StandardRequestHandler
[junit4] 2> 812047 T1922 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 812048 T1922 oasc.RequestHandlers.initHandlersFromConfig
created /terms: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 812048 T1922 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 812049 T1922 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 812050 T1922 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 812050 T1922 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckWithWordbreak_Direct:
org.apache.solr.handler.component.SearchHandler
[junit4] 2> 812051 T1922 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 812051 T1922 oasc.RequestHandlers.initHandlersFromConfig
created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 812052 T1922 oasc.RequestHandlers.initHandlersFromConfig
created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 812052 T1922 oasc.RequestHandlers.initHandlersFromConfig
created /mlt: solr.MoreLikeThisHandler
[junit4] 2> 812053 T1922 oasc.RequestHandlers.initHandlersFromConfig
created /debug/dump: solr.DumpRequestHandler
[junit4] 2> 812060 T1922 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 812061 T1922 oasc.SolrCore.initDeprecatedSupport WARN
solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config
to use the ShowFileRequestHandler.
[junit4] 2> 812063 T1922 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 812064 T1922 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 812064 T1922 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=11, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=3.2958984375,
floorSegmentMB=1.359375, forceMergeDeletesPctAllowed=7.080068898646558,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7870135555463682
[junit4] 2> 812065 T1922 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@fe6f55b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6099bbdc)),segFN=segments_1,generation=1}
[junit4] 2> 812066 T1922 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 812066 T1922 oass.SolrIndexSearcher.<init> Opening
Searcher@7e69afc9[collection1] main
[junit4] 2> 812066 T1922 oasr.RestManager.init Initializing RestManager
with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 812067 T1922 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using InMemoryStorage
[junit4] 2> 812067 T1922 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 812067 T1922 oasr.ManagedResourceStorage$JsonStorage.store
Saved JSON object to path _rest_managed.json using InMemoryStorage
[junit4] 2> 812067 T1922 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 812067 T1922 oashc.SpellCheckComponent.inform Initializing
spell checkers
[junit4] 2> 812079 T1922 oass.DirectSolrSpellChecker.init init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 812133 T1923 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@7e69afc9[collection1]
main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4] 2> 812133 T1922 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 812138 T1921 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4] 2> 812142 T1921 oas.SolrTestCaseJ4.setUp ###Starting
testCoreAdminHandler
[junit4] 2> 812185 T1921 oas.SolrTestCaseJ4.tearDown ###Ending
testCoreAdminHandler
[junit4] 2> 812195 T1921 oas.SolrTestCaseJ4.setUp ###Starting
testOverriddenHandlers
[junit4] 2> 812230 T1921 oas.SolrTestCaseJ4.tearDown ###Ending
testOverriddenHandlers
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=InfoHandlerTest
-Dtests.method=testOverriddenHandlers -Dtests.seed=D9AAFA3A53F24FA0
-Dtests.slow=true -Dtests.locale=tr_TR -Dtests.timezone=America/Jamaica
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.07s | InfoHandlerTest.testOverriddenHandlers <<<
[junit4] > Throwable #1: java.lang.Error: posix_spawn is not a supported
process launch mechanism on this platform.
[junit4] > at
__randomizedtesting.SeedInfo.seed([D9AAFA3A53F24FA0:3FF1F61DAABB8014]:0)
[junit4] > at java.lang.UNIXProcess$1.run(UNIXProcess.java:105)
[junit4] > at java.lang.UNIXProcess$1.run(UNIXProcess.java:94)
[junit4] > at java.security.AccessController.doPrivileged(Native
Method)
[junit4] > at java.lang.UNIXProcess.<clinit>(UNIXProcess.java:92)
[junit4] > at java.lang.ProcessImpl.start(ProcessImpl.java:130)
[junit4] > at
java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
[junit4] > at java.lang.Runtime.exec(Runtime.java:620)
[junit4] > at java.lang.Runtime.exec(Runtime.java:450)
[junit4] > at java.lang.Runtime.exec(Runtime.java:347)
[junit4] > at
org.apache.solr.handler.admin.SystemInfoHandler.execute(SystemInfoHandler.java:220)
[junit4] > at
org.apache.solr.handler.admin.SystemInfoHandler.getSystemInfo(SystemInfoHandler.java:176)
[junit4] > at
org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:97)
[junit4] > at
org.apache.solr.handler.admin.InfoHandlerTest$CountSystemInfoHandler.handleRequestBody(InfoHandlerTest.java:157)
[junit4] > at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4] > at
org.apache.solr.handler.admin.InfoHandler.handleRequestBody(InfoHandler.java:88)
[junit4] > at
org.apache.solr.handler.admin.InfoHandlerTest.handleRequest(InfoHandlerTest.java:168)
[junit4] > at
org.apache.solr.handler.admin.InfoHandlerTest.testOverriddenHandlers(InfoHandlerTest.java:98)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 812253 T1921 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> 812253 T1921 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=2065007951
[junit4] 2> 812254 T1921 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@35ccee7a
[junit4] 2> 812268 T1921 oasu.DirectUpdateHandler2.close 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,transaction_logs_total_size=0,transaction_logs_total_number=0}
[junit4] 2> 812270 T1921 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 812270 T1921 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 812270 T1921 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4] 2> 812272 T1921 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 812273 T1921 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 812273 T1921 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.InfoHandlerTest-D9AAFA3A53F24FA0-001/init-core-data-001
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.InfoHandlerTest-D9AAFA3A53F24FA0-001/init-core-data-001;done=false>>]
[junit4] 2> 812273 T1921 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.InfoHandlerTest-D9AAFA3A53F24FA0-001/init-core-data-001
[junit4] 2> 812274 T1921 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.InfoHandlerTest-D9AAFA3A53F24FA0-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.InfoHandlerTest-D9AAFA3A53F24FA0-001/init-core-data-001/index;done=false>>]
[junit4] 2> 812275 T1921 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.InfoHandlerTest-D9AAFA3A53F24FA0-001/init-core-data-001/index
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.handler.admin.InfoHandlerTest-D9AAFA3A53F24FA0-001
[junit4] 2> NOTE: test params are: codec=Lucene46,
sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=tr_TR,
timezone=America/Jamaica
[junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_11
(64-bit)/cpus=2,threads=1,free=180159424,total=238399488
[junit4] 2> NOTE: All tests run in this JVM: [ShardRoutingTest,
TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, TestSolrXMLSerializer,
TestHighFrequencyDictionaryFactory, HdfsDirectoryTest, ZkCLITest,
ReturnFieldsTest, DocValuesTest, TestCodecSupport, CursorMarkTest,
PolyFieldTest, TestSolrQueryParserResource, TestNonDefinedSimilarityFactory,
RecoveryZkTest, TestUpdate, TestFaceting, BadCopyFieldTest,
SchemaVersionSpecificBehaviorTest, SolrInfoMBeanTest,
TestPHPSerializedResponseWriter, TestFastWriter, DebugComponentTest,
HdfsRecoveryZkTest, MigrateRouteKeyTest, TestSort, DistribCursorPagingTest,
TestManagedSchema, DocValuesMissingTest, TermVectorComponentTest,
OpenExchangeRatesOrgProviderTest, TestSolrXml, CollectionsAPIDistributedZkTest,
TestSolrIndexConfig, CursorPagingTest, CircularListTest, InfoHandlerTest]
[junit4] Completed in 1.28s, 2 tests, 1 error <<< FAILURES!
[...truncated 831 lines...]
[junit4] Suite: org.apache.solr.MinimalSchemaTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.MinimalSchemaTest-D9AAFA3A53F24FA0-001/init-core-data-001
[junit4] 2> 5314522 T11716 oas.SolrTestCaseJ4.buildSSLConfig Randomized
ssl (true) and clientAuth (false)
[junit4] 2> 5314523 T11716 oas.SolrTestCaseJ4.initCore ####initCore
[junit4] 2> 5314523 T11716 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 5314525 T11716 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
[junit4] 2> 5314526 T11716 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 5314526 T11716 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 5314636 T11716 oasc.SolrConfig.<init> Using Lucene
MatchVersion: LUCENE_4_10
[junit4] 2> 5314673 T11716 oasc.SolrConfig.<init> Loaded SolrConfig:
solr/collection1/conf/solrconfig.xml
[junit4] 2> 5314676 T11716 oass.IndexSchema.readSchema Reading Solr Schema
from solr/collection1/conf/schema-minimal.xml
[junit4] 2> 5314679 T11716 oass.IndexSchema.readSchema [null] Schema
name=minimal
[junit4] 2> 5314686 T11716 oass.IndexSchema.readSchema WARN no uniqueKey
specified in schema.
[junit4] 2> 5314687 T11716 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 5314688 T11716 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr
[junit4] 2> 5314688 T11716 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/'
[junit4] 2> 5314723 T11716 oasc.CoreContainer.<init> New CoreContainer
1583395907
[junit4] 2> 5314723 T11716 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/]
[junit4] 2> 5314724 T11716 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 0
[junit4] 2> 5314724 T11716 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to: null
[junit4] 2> 5314725 T11716 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 0
[junit4] 2> 5314725 T11716 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 5314726 T11716 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 5314726 T11716 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 5314726 T11716 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 5314726 T11716 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 5314727 T11716 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 5314729 T11716 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=false
[junit4] 2> 5314730 T11716 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 5314731 T11716 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 5314731 T11716 oasc.CoreContainer.load Host Name:
[junit4] 2> 5314736 T11717 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 5314737 T11717 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
[junit4] 2> 5314737 T11717 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 5314738 T11717 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 5314785 T11717 oasc.SolrConfig.<init> Using Lucene
MatchVersion: LUCENE_4_10
[junit4] 2> 5314813 T11717 oasc.SolrConfig.<init> Loaded SolrConfig:
solr/collection1/conf/solrconfig.xml
[junit4] 2> 5314815 T11717 oass.IndexSchema.readSchema Reading Solr Schema
from solr/collection1/conf/schema-minimal.xml
[junit4] 2> 5314818 T11717 oass.IndexSchema.readSchema [collection1]
Schema name=minimal
[junit4] 2> 5314820 T11717 oass.IndexSchema.readSchema WARN no uniqueKey
specified in schema.
[junit4] 2> 5314821 T11717 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/
[junit4] 2> 5314821 T11717 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 5314822 T11717 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.MinimalSchemaTest-D9AAFA3A53F24FA0-001/init-core-data-001/
[junit4] 2> 5314822 T11717 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@681d447a
[junit4] 2> 5314823 T11717 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.MinimalSchemaTest-D9AAFA3A53F24FA0-001/init-core-data-001
[junit4] 2> 5314823 T11717 oasc.SolrCore.getNewIndexDir New index
directory detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.MinimalSchemaTest-D9AAFA3A53F24FA0-001/init-core-data-001/index/
[junit4] 2> 5314824 T11717 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.MinimalSchemaTest-D9AAFA3A53F24FA0-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 5314824 T11717 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.MinimalSchemaTest-D9AAFA3A53F24FA0-001/init-core-data-001/index
[junit4] 2> 5314825 T11717 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1172894756,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 5314826 T11717 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@78a339fc
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64fdac21)),segFN=segments_1,generation=1}
[junit4] 2> 5314826 T11717 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 5314826 T11717 oasc.SolrCore.initWriters created xml:
solr.XMLResponseWriter
[junit4] 2> 5314830 T11717 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 5314830 T11717 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 5314831 T11717 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 5314831 T11717 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 5314832 T11717 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 5314832 T11717 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 5314832 T11717 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 5314833 T11717 oasup.UniqFieldsUpdateProcessorFactory.init
WARN Use of the 'fields' init param in UniqFieldsUpdateProcessorFactory is
deprecated, please use 'fieldName' (or another
FieldMutatingUpdateProcessorFactory selector option) instead
[junit4] 2> 5314833 T11717 oasup.UniqFieldsUpdateProcessorFactory.init
Replacing 'fields' init param with (individual) 'fieldName' params
[junit4] 2> 5314835 T11717 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"uniq-fields"
[junit4] 2> 5314836 T11717 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 5314836 T11717 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 5314837 T11717 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 5314837 T11717 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 5314837 T11717 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 5314838 T11717 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 5314838 T11717 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 5314839 T11717 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 5314839 T11717 oasc.RequestHandlers.initHandlersFromConfig
created dismax: solr.SearchHandler
[junit4] 2> 5314840 T11717 oasc.RequestHandlers.initHandlersFromConfig
created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4] 2> 5314840 T11717 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 5314841 T11717 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 5314842 T11717 oasc.RequestHandlers.initHandlersFromConfig
created defaults: solr.StandardRequestHandler
[junit4] 2> 5314842 T11717 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 5314842 T11717 oasc.RequestHandlers.initHandlersFromConfig
created lazy: solr.StandardRequestHandler
[junit4] 2> 5314843 T11717 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 5314843 T11717 oasc.RequestHandlers.initHandlersFromConfig
created /terms: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 5314843 T11717 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 5314844 T11717 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 5314844 T11717 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 5314845 T11717 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckWithWordbreak_Direct:
org.apache.solr.handler.component.SearchHandler
[junit4] 2> 5314846 T11717 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 5314846 T11717 oasc.RequestHandlers.initHandlersFromConfig
created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 5314846 T11717 oasc.RequestHandlers.initHandlersFromConfig
created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 5314847 T11717 oasc.RequestHandlers.initHandlersFromConfig
created /mlt: solr.MoreLikeThisHandler
[junit4] 2> 5314848 T11717 oasc.RequestHandlers.initHandlersFromConfig
created /debug/dump: solr.DumpRequestHandler
[junit4] 2> 5314855 T11717 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 5314856 T11717 oasc.SolrCore.initDeprecatedSupport WARN
solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config
to use the ShowFileRequestHandler.
[junit4] 2> 5314858 T11717 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 5314858 T11717 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 5314859 T11717 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=46, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=83.53515625,
floorSegmentMB=0.7685546875, forceMergeDeletesPctAllowed=19.157640787330312,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 5314859 T11717 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@78a339fc
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64fdac21)),segFN=segments_1,generation=1}
[junit4] 2> 5314860 T11717 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 5314860 T11717 oass.SolrIndexSearcher.<init> Opening
Searcher@2dd68416[collection1] main
[junit4] 2> 5314861 T11717 oasr.RestManager.init Initializing RestManager
with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 5314861 T11717 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using InMemoryStorage
[junit4] 2> 5314861 T11717 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 5314862 T11717 oasr.ManagedResourceStorage$JsonStorage.store
Saved JSON object to path _rest_managed.json using InMemoryStorage
[junit4] 2> 5314862 T11717 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 5314862 T11717 oashc.SpellCheckComponent.inform Initializing
spell checkers
[junit4] 2> 5314870 T11717 oass.DirectSolrSpellChecker.init init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 5314911 T11718 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@2dd68416[collection1]
main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4] 2> 5314915 T11717 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 5314918 T11716 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4] 2> ASYNC NEW_CORE C6021 name=collection1
org.apache.solr.core.SolrCore@2de23a3f
[junit4] 2> 5314920 T11716 C6021 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[(null)]} 0 2
[junit4] 2> 5314922 T11716 C6021 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[(null)]} 0 0
[junit4] 2> 5314925 T11716 C6021 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 5314927 T11716 C6021 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@78a339fc
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64fdac21)),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@78a339fc
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64fdac21)),segFN=segments_2,generation=2}
[junit4] 2> 5314928 T11716 C6021 oasc.SolrDeletionPolicy.updateCommits
newest commit generation = 2
[junit4] 2> 5314930 T11716 C6021 oass.SolrIndexSearcher.<init> Opening
Searcher@3946d9ad[collection1] main
[junit4] 2> 5314930 T11716 C6021 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 5314933 T11718 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@3946d9ad[collection1]
main{StandardDirectoryReader(segments_2:3:nrt _0(4.10):C2)}
[junit4] 2> 5314933 T11716 C6021 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {commit=} 0 8
[junit4] 2> 5314933 T11716 C6021 oasu.DirectUpdateHandler2.commit start
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 5314934 T11716 C6021 oasu.DirectUpdateHandler2.commit No
uncommitted changes. Skipping IW.commit.
[junit4] 2> 5314934 T11716 C6021 oasc.SolrCore.openNewSearcher
SolrIndexSearcher has not changed - not re-opening:
org.apache.solr.search.SolrIndexSearcher
[junit4] 2> 5314934 T11716 C6021 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 5314935 T11716 C6021 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {optimize=} 0 2
[junit4] 2> 5314941 T11716 oas.SolrTestCaseJ4.setUp ###Starting
testAllConfiguredHandlers
[junit4] 2> 5314942 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null params={q=foo:bar&qt=standard&omitHeader=false} hits=0
status=0 QTime=1
[junit4] 2> 5314943 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null params={q=foo:bar&qt=&omitHeader=false} hits=0 status=0
QTime=0
[junit4] 2> 5314944 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null params={q=foo:bar&qt=/admin/mbeans&omitHeader=false}
status=0 QTime=1
[junit4] 2> 5314945 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null params={q=foo:bar&qt=spellCheckCompRH&omitHeader=false}
hits=0 status=0 QTime=1
[junit4] 2> 5314946 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null params={q=foo:bar&qt=lazy&omitHeader=false} hits=0
status=0 QTime=1
[junit4] 2> 5314947 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null params={q=foo:bar&qt=/admin/luke&omitHeader=false}
status=0 QTime=0
[junit4] 2> 5314948 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo:bar&qt=spellCheckWithWordbreak_Direct&omitHeader=false} hits=0
status=0 QTime=0
[junit4] 2> 5314948 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null params={q=foo:bar&qt=tvrh&omitHeader=false} hits=0
status=0 QTime=0
[junit4] 2> 5314950 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null params={q=foo:bar&qt=/get&omitHeader=false} status=0
QTime=1
[junit4] 2> 5314951 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null params={q=foo:bar&qt=/admin/properties&omitHeader=false}
status=0 QTime=1
[junit4] 2> 5314952 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null params={q=foo:bar&qt=mltrh&omitHeader=false} hits=0
status=0 QTime=1
[junit4] 2> 5314957 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null params={q=foo:bar&qt=/admin/threads&omitHeader=false}
status=0 QTime=4
[junit4] 2> 5314962 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null params={q=foo:bar&qt=spellCheckCompRH1&omitHeader=false}
hits=0 status=0 QTime=1
[junit4] 2> 5314965 T11716 oas.SolrTestCaseJ4.tearDown ###Ending
testAllConfiguredHandlers
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=MinimalSchemaTest
-Dtests.method=testAllConfiguredHandlers -Dtests.seed=D9AAFA3A53F24FA0
-Dtests.slow=true -Dtests.locale=th -Dtests.timezone=PNT
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.05s | MinimalSchemaTest.testAllConfiguredHandlers <<<
[junit4] > Throwable #1: java.lang.NoClassDefFoundError: Could not
initialize class java.lang.UNIXProcess
[junit4] > at
__randomizedtesting.SeedInfo.seed([D9AAFA3A53F24FA0:34B44100D8FF4E24]:0)
[junit4] > at java.lang.ProcessImpl.start(ProcessImpl.java:130)
[junit4] > at
java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
[junit4] > at java.lang.Runtime.exec(Runtime.java:620)
[junit4] > at java.lang.Runtime.exec(Runtime.java:450)
[junit4] > at java.lang.Runtime.exec(Runtime.java:347)
[junit4] > at
org.apache.solr.handler.admin.SystemInfoHandler.execute(SystemInfoHandler.java:220)
[junit4] > at
org.apache.solr.handler.admin.SystemInfoHandler.getSystemInfo(SystemInfoHandler.java:176)
[junit4] > at
org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:97)
[junit4] > at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
[junit4] > at
org.apache.solr.core.SolrCore.execute(SolrCore.java:1963)
[junit4] > at
org.apache.solr.util.TestHarness.query(TestHarness.java:295)
[junit4] > at
org.apache.solr.util.TestHarness.query(TestHarness.java:278)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:680)
[junit4] > at
org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:115)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 5314986 T11716 oas.SolrTestCaseJ4.setUp ###Starting testLuke
[junit4] 2> 5314987 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null params={qt=/admin/luke} status=0 QTime=0
[junit4] 2> 5314988 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null params={qt=/admin/luke&show=schema} status=0 QTime=1
[junit4] 2> 5314989 T11716 oas.SolrTestCaseJ4.tearDown ###Ending testLuke
[junit4] 2> 5314996 T11716 oas.SolrTestCaseJ4.setUp ###Starting
testSimpleQueries
[junit4] 2> 5314996 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=subject:Hoss&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0
QTime=0
[junit4] 2> 5314998 T11716 C6021 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=subject:Yonik&qt=standard&start=0&rows=20&version=2.2} hits=1
status=0 QTime=1
[junit4] 2> 5314999 T11716 oas.SolrTestCaseJ4.tearDown ###Ending
testSimpleQueries
[junit4] 2> 5315000 T11716 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> 5315000 T11716 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1583395907
[junit4] 2> 5315001 T11716 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@2de23a3f
[junit4] 2> 5315025 T11716 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=1,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=132,transaction_logs_total_number=1}
[junit4] 2> 5315026 T11716 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 5315026 T11716 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 5315027 T11716 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4] 2> 5315028 T11716 oasc.SolrCore.closeSearcher [collection1]
Closing main searcher on request.
[junit4] 2> 5315030 T11716 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 5315030 T11716 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.MinimalSchemaTest-D9AAFA3A53F24FA0-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.MinimalSchemaTest-D9AAFA3A53F24FA0-001/init-core-data-001/index;done=false>>]
[junit4] 2> 5315031 T11716 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.MinimalSchemaTest-D9AAFA3A53F24FA0-001/init-core-data-001/index
[junit4] 2> 5315031 T11716 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.MinimalSchemaTest-D9AAFA3A53F24FA0-001/init-core-data-001
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.MinimalSchemaTest-D9AAFA3A53F24FA0-001/init-core-data-001;done=false>>]
[junit4] 2> 5315031 T11716 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.MinimalSchemaTest-D9AAFA3A53F24FA0-001/init-core-data-001
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.MinimalSchemaTest-D9AAFA3A53F24FA0-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=DefaultSimilarity, locale=th, timezone=PNT
[junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_11
(64-bit)/cpus=2,threads=1,free=252784064,total=514158592
[junit4] 2> NOTE: All tests run in this JVM: [ShardRoutingTest,
TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, TestSolrXMLSerializer,
TestHighFrequencyDictionaryFactory, HdfsDirectoryTest, ZkCLITest,
ReturnFieldsTest, DocValuesTest, TestCodecSupport, CursorMarkTest,
PolyFieldTest, TestSolrQueryParserResource, TestNonDefinedSimilarityFactory,
RecoveryZkTest, TestUpdate, TestFaceting, BadCopyFieldTest,
SchemaVersionSpecificBehaviorTest, SolrInfoMBeanTest,
TestPHPSerializedResponseWriter, TestFastWriter, DebugComponentTest,
HdfsRecoveryZkTest, MigrateRouteKeyTest, TestSort, DistribCursorPagingTest,
TestManagedSchema, DocValuesMissingTest, TermVectorComponentTest,
OpenExchangeRatesOrgProviderTest, TestSolrXml, CollectionsAPIDistributedZkTest,
TestSolrIndexConfig, CursorPagingTest, CircularListTest, InfoHandlerTest,
SolrCmdDistributorTest, TestCloudManagedSchema, PluginInfoTest,
TestLuceneMatchVersion, DocExpirationUpdateProcessorFactoryTest,
TestStandardQParsers, HdfsBasicDistributedZkTest, SimplePostToolTest,
CoreAdminHandlerTest, RegexBoostProcessorTest, SimpleFacetsTest,
TestUniqueKeyFieldResource, SortByFunctionTest, TestSchemaResource,
TestJmxMonitoredMap, StatelessScriptUpdateProcessorFactoryTest,
TestLMJelinekMercerSimilarityFactory, EnumFieldTest,
TestManagedSynonymFilterFactory, TestInfoStreamLogging, ReplicationFactorTest,
CSVRequestHandlerTest, OverseerTest, AssignTest, TestExtendedDismaxParser,
FileUtilsTest, TestReplicationHandler, OverseerRolesTest,
DistribDocExpirationUpdateProcessorTest, AliasIntegrationTest,
TestDefaultSimilarityFactory, UniqFieldsUpdateProcessorFactoryTest,
BadIndexSchemaTest, TestCollationFieldDocValues, TestIBSimilarityFactory,
TestSchemaNameResource, TestTolerantSearch, StressHdfsTest,
RAMDirectoryFactoryTest, XmlUpdateRequestHandlerTest, RequiredFieldsTest,
TestStressReorder, TestConfigSets, BinaryUpdateRequestHandlerTest,
SSLMigrationTest, TestDistribDocBasedVersion, TestFileDictionaryLookup,
TestSolr4Spatial, BlockDirectoryTest, TestManagedSchemaFieldResource,
TestMaxScoreQueryParser, TestCSVLoader, TestExpandComponent,
TestDynamicFieldResource, TestSolrJ, SuggesterFSTTest, TestNumberUtils,
DocValuesMultiTest, AnalysisErrorHandlingTest, TestFieldTypeResource,
EchoParamsTest, TestShortCircuitedRequests, BasicFunctionalityTest,
SuggesterTest, FieldAnalysisRequestHandlerTest, TestConfig,
TestBinaryResponseWriter, NumericFieldsTest, TestStressLucene,
IndexBasedSpellCheckerTest, TestBinaryField, SolrCoreCheckLockOnStartupTest,
TestDistributedGrouping, TestFieldCollectionResource, HdfsLockFactoryTest,
TestStressUserVersions, TestBadConfig, DistanceFunctionTest,
SignatureUpdateProcessorFactoryTest, TestZkChroot,
TestFieldTypeCollectionResource, TestSimpleQParserPlugin, OutputWriterTest,
SolrIndexConfigTest, CoreAdminRequestStatusTest, FullSolrCloudDistribCmdsTest,
HighlighterConfigTest, TriLevelCompositeIdRoutingTest,
StandardRequestHandlerTest, TestRestManager, DeleteShardTest,
DisMaxRequestHandlerTest, MultiThreadedOCPTest, TestCollectionAPI,
TestBM25SimilarityFactory, TestLFUCache, PeerSyncTest, CustomCollectionTest,
CoreMergeIndexesAdminHandlerTest, SpellingQueryConverterTest,
TestFoldingMultitermQuery, TestDistributedMissingSort, SynonymTokenizerTest,
DistributedDebugComponentTest, SoftAutoCommitTest, ShowFileRequestHandlerTest,
TestSuggestSpellingConverter, HdfsWriteToMultipleCollectionsTest,
HighlighterTest, HdfsUnloadDistributedZkTest, AlternateDirectoryTest,
QueryEqualityTest, PathHierarchyTokenizerFactoryTest, TestDistributedSearch,
TestWordDelimiterFilterFactory, TestPhraseSuggestions, ShardRoutingCustomTest,
TestCollationKeyRangeQueries, SystemInfoHandlerTest,
QueryElevationComponentTest, OverseerStatusTest, SolrTestCaseJ4Test,
PrimitiveFieldTypeTest, PingRequestHandlerTest, TestComplexPhraseQParserPlugin,
TestPseudoReturnFields, TestImplicitCoreProperties, ClusterStateTest,
TestDefaultSearchFieldResource, OpenCloseCoreStressTest,
ChaosMonkeySafeLeaderTest, TestReload, DateFieldTest,
FieldMutatingUpdateProcessorTest, NoCacheHeaderTest,
TestSolrQueryParserDefaultOperatorResource, TestFunctionQuery,
PreAnalyzedUpdateProcessorTest, UnloadDistributedZkTest,
TestChildDocTransformer, QueryResultKeyTest, NotRequiredUniqueKeyTest,
TestSurroundQueryParser, CacheHeaderTest, IndexSchemaRuntimeFieldTest,
SyncSliceTest, DirectSolrSpellCheckerTest, AddBlockUpdateTest,
HdfsSyncSliceTest, ZkSolrClientTest, TestSolrQueryParser,
TestSolrXmlPersistence, SolrRequestParserTest, SliceStateTest,
CollectionsAPIAsyncDistributedZkTest, TestElisionMultitermQuery,
DistributedSuggestComponentTest, IndexSchemaTest, BasicDistributedZkTest,
BasicDistributedZk2Test, LeaderElectionIntegrationTest, BasicZkTest,
ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest,
TestRandomDVFaceting, AutoCommitTest, TestRecovery, TestHashPartitioner,
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest,
ZkControllerTest, TestRealTimeGet, TestJoin, TestMultiCoreConfBootstrap,
TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest,
TestRangeQuery, TestCoreContainer, SolrCoreTest, StatsComponentTest,
SpellCheckComponentTest, TestGroupingSearch, ConvertedLegacyTest,
TestFiltering, TestLazyCores, DirectUpdateHandlerTest,
OverseerCollectionProcessorTest, TestIndexSearcher,
CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest,
CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery,
AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SuggesterTSTTest,
TestTrie, SpatialFilterTest, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest,
TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest,
DefaultValueUpdateProcessorTest, TestRemoteStreaming, TestSolrDeletionPolicy1,
XsltUpdateRequestHandlerTest, LukeRequestHandlerTest, TestQueryUtils,
TestWriterPerf, TestReversedWildcardFilterFactory,
DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestOmitPositions,
FileBasedSpellCheckerTest, TermsComponentTest, RequestHandlersTest,
DocumentBuilderTest, TestValueSourceCache, TestIndexingPerformance,
MoreLikeThisHandlerTest, TestArbitraryIndexDir, FastVectorHighlighterTest,
LoggingHandlerTest, SolrPluginUtilsTest, TestJmxIntegration,
TestCollationField, UpdateRequestProcessorFactoryTest, JSONWriterTest,
TestCSVResponseWriter, MBeansHandlerTest, QueryParsingTest,
TestAnalyzedSuggestions, JsonLoaderTest, TestPartialUpdateDeduplication,
TestComponentsName, SearchHandlerTest, CoreContainerCoreInitFailuresTest,
SOLR749Test, TestQuerySenderListener, UpdateParamsTest, TestQuerySenderNoQuery,
CopyFieldTest, ResponseLogComponentTest, BadComponentTest, TestStressRecovery,
TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest,
TestDocSet, TestSearchPerf, MinimalSchemaTest]
[junit4] Completed in 0.53s, 3 tests, 1 error <<< FAILURES!
[...truncated 349 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:467: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:447: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:45: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/extra-targets.xml:37: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:189: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:496: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1299:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:923:
There were test failures: 410 suites, 1702 tests, 2 errors, 43 ignored (16
assumptions)
Total time: 159 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0
-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]