I think this may be related to the fact that Uwe upgraded openjdk port (to fix the socket interrupt issue).
I honestly think it's a lot of work to maintain those tests on FreeBSD -- I'm progressively less confident in what causes a failure -- the jre/jdk or our code. Dawid On Tue, Jul 1, 2014 at 7:51 PM, Chris Hostetter <[email protected]> wrote: > > This "posix_spawn is not a supported process launch mechanism on this > platform." gem has hit us before, see my previous comment... > > https://mail-archives.apache.org/mod_mbox/lucene-dev/201406.mbox/%3Calpine.DEB.2.02.1406171421280.10600@frisbee%3E > > ...but as far as i know, this is the only time it's ever happened on a > non-MacOS setup. > > anybody have any clue what's going on here? > > > > > : Date: Tue, 1 Jul 2014 13:10:09 +0000 (UTC) > : From: Apache Jenkins Server <[email protected]> > : Reply-To: [email protected] > : To: [email protected] > : Subject: [JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4757 - Still > : Failing > : > : Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4757/ > : > : 1 tests failed. > : FAILED: org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers > : > : 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([AC10FFD0123831FF:410E44EA9935307B]:0) > : at java.lang.UNIXProcess$1.run(UNIXProcess.java:111) > : at java.lang.UNIXProcess$1.run(UNIXProcess.java:93) > : at java.security.AccessController.doPrivileged(Native Method) > : at java.lang.UNIXProcess.<clinit>(UNIXProcess.java:91) > : at java.lang.ProcessImpl.start(ProcessImpl.java:130) > : at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022) > : at java.lang.Runtime.exec(Runtime.java:617) > : 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:1980) > : 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:693) > : at > org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:115) > : at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > : at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > : at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > : at java.lang.reflect.Method.invoke(Method.java:606) > : at > com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618) > : at > com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) > : at > com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) > : at > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) > : at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) > : at > org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) > : at > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) > : at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) > : at > org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) > : at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) > : at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) > : at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > : at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) > : at > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) > : at > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) > : at > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836) > : at > com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738) > : at > com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772) > : at > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783) > : at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > : at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) > : at > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) > : at > org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) > : at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) > : at > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) > : at > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) > : at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > : at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > : at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > : at > org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java: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 2797 lines...] > : [junit4] Suite: org.apache.solr.MinimalSchemaTest > : [junit4] 2> Creating dataDir: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-AC10FFD0123831FF-001/init-core-data-001 > : [junit4] 2> 447575 T2459 oas.SolrTestCaseJ4.buildSSLConfig Randomized > ssl (true) and clientAuth (true) > : [junit4] 2> 447577 T2459 oas.SolrTestCaseJ4.initCore ####initCore > : [junit4] 2> 447577 T2459 oasc.SolrResourceLoader.<init> new > SolrResourceLoader for directory: > '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/' > : [junit4] 2> 447578 T2459 oasc.SolrResourceLoader.replaceClassLoader > Adding > 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/lib/README' > to classloader > : [junit4] 2> 447579 T2459 oasc.SolrResourceLoader.replaceClassLoader > Adding > 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' > to classloader > : [junit4] 2> 447580 T2459 oasc.SolrResourceLoader.replaceClassLoader > Adding > 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' > to classloader > : [junit4] 2> 447723 T2459 oasc.SolrConfig.<init> Using Lucene > MatchVersion: LUCENE_5_0 > : [junit4] 2> 447792 T2459 oasc.SolrConfig.<init> Loaded SolrConfig: > solr/collection1/conf/solrconfig.xml > : [junit4] 2> 447796 T2459 oass.IndexSchema.readSchema Reading Solr > Schema from solr/collection1/conf/schema-minimal.xml > : [junit4] 2> 447803 T2459 oass.IndexSchema.readSchema [null] Schema > name=minimal > : [junit4] 2> 447818 T2459 oass.IndexSchema.readSchema WARN no uniqueKey > specified in schema. > : [junit4] 2> 447820 T2459 oasc.SolrResourceLoader.locateSolrHome JNDI > not configured for solr (NoInitialContextEx) > : [junit4] 2> 447820 T2459 oasc.SolrResourceLoader.locateSolrHome using > system property solr.solr.home: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr > : [junit4] 2> 447821 T2459 oasc.SolrResourceLoader.<init> new > SolrResourceLoader for directory: > '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/' > : [junit4] 2> 447883 T2459 oasc.CoreContainer.<init> New CoreContainer > 1078059419 > : [junit4] 2> 447884 T2459 oasc.CoreContainer.load Loading cores into > CoreContainer > [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/] > : [junit4] 2> 447885 T2459 oashc.HttpShardHandlerFactory.getParameter > Setting socketTimeout to: 0 > : [junit4] 2> 447885 T2459 oashc.HttpShardHandlerFactory.getParameter > Setting urlScheme to: null > : [junit4] 2> 447886 T2459 oashc.HttpShardHandlerFactory.getParameter > Setting connTimeout to: 0 > : [junit4] 2> 447886 T2459 oashc.HttpShardHandlerFactory.getParameter > Setting maxConnectionsPerHost to: 20 > : [junit4] 2> 447886 T2459 oashc.HttpShardHandlerFactory.getParameter > Setting corePoolSize to: 0 > : [junit4] 2> 447886 T2459 oashc.HttpShardHandlerFactory.getParameter > Setting maximumPoolSize to: 2147483647 > : [junit4] 2> 447887 T2459 oashc.HttpShardHandlerFactory.getParameter > Setting maxThreadIdleTime to: 5 > : [junit4] 2> 447887 T2459 oashc.HttpShardHandlerFactory.getParameter > Setting sizeOfQueue to: -1 > : [junit4] 2> 447887 T2459 oashc.HttpShardHandlerFactory.getParameter > Setting fairnessPolicy to: false > : [junit4] 2> 447892 T2459 oasl.LogWatcher.createWatcher SLF4J impl is > org.slf4j.impl.Log4jLoggerFactory > : [junit4] 2> 447893 T2459 oasl.LogWatcher.newRegisteredLogWatcher > Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] > : [junit4] 2> 447893 T2459 oasc.CoreContainer.load Host Name: > : [junit4] 2> 447898 T2460 oasc.SolrResourceLoader.<init> new > SolrResourceLoader for directory: > '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/' > : [junit4] 2> 447899 T2460 oasc.SolrResourceLoader.replaceClassLoader > Adding > 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/lib/README' > to classloader > : [junit4] 2> 447899 T2460 oasc.SolrResourceLoader.replaceClassLoader > Adding > 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/' > to classloader > : [junit4] 2> 447900 T2460 oasc.SolrResourceLoader.replaceClassLoader > Adding > 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/lib/classes/' > to classloader > : [junit4] 2> 447942 T2460 oasc.SolrConfig.<init> Using Lucene > MatchVersion: LUCENE_5_0 > : [junit4] 2> 447989 T2460 oasc.SolrConfig.<init> Loaded SolrConfig: > solr/collection1/conf/solrconfig.xml > : [junit4] 2> 447990 T2460 oass.IndexSchema.readSchema Reading Solr > Schema from solr/collection1/conf/schema-minimal.xml > : [junit4] 2> 447994 T2460 oass.IndexSchema.readSchema [collection1] > Schema name=minimal > : [junit4] 2> 448001 T2460 oass.IndexSchema.readSchema WARN no uniqueKey > specified in schema. > : [junit4] 2> 448002 T2460 oasc.CoreContainer.create Creating SolrCore > 'collection1' using configuration from instancedir > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/ > : [junit4] 2> 448002 T2460 oasc.SolrCore.initDirectoryFactory > org.apache.solr.core.MockDirectoryFactory > : [junit4] 2> 448003 T2460 oasc.SolrCore.<init> [collection1] Opening > new SolrCore at > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/, > > dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-AC10FFD0123831FF-001/init-core-data-001/ > : [junit4] 2> 448003 T2460 oasc.JmxMonitoredMap.<init> JMX monitoring is > enabled. Adding Solr mbeans to JMX Server: > com.sun.jmx.mbeanserver.JmxMBeanServer@65716a7e > : [junit4] 2> 448003 T2460 oasc.CachingDirectoryFactory.get return new > directory for > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-AC10FFD0123831FF-001/init-core-data-001 > : [junit4] 2> 448004 T2460 oasc.SolrCore.getNewIndexDir New index > directory detected: old=null > new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-AC10FFD0123831FF-001/init-core-data-001/index/ > : [junit4] 2> 448004 T2460 oasc.SolrCore.initIndex WARN [collection1] > Solr index directory > '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-AC10FFD0123831FF-001/init-core-data-001/index' > doesn't exist. Creating new index... > : [junit4] 2> 448004 T2460 oasc.CachingDirectoryFactory.get return new > directory for > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-AC10FFD0123831FF-001/init-core-data-001/index > : [junit4] 2> 448005 T2460 oasu.RandomMergePolicy.<init> > RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: > [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=35, > maxMergedSegmentMB=33.02734375, floorSegmentMB=1.474609375, > forceMergeDeletesPctAllowed=19.71942769674338, segmentsPerTier=28.0, > maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 > : [junit4] 2> 448005 T2460 oasc.SolrDeletionPolicy.onCommit > SolrDeletionPolicy.onCommit: commits: num=1 > : [junit4] 2> > commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@5edd6f4f > > lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29a3a222)),segFN=segments_1,generation=1} > : [junit4] 2> 448005 T2460 oasc.SolrDeletionPolicy.updateCommits newest > commit generation = 1 > : [junit4] 2> 448006 T2460 oasc.SolrCore.initWriters created xml: > solr.XMLResponseWriter > : [junit4] 2> 448009 T2460 oasup.UpdateRequestProcessorChain.init > creating updateRequestProcessorChain "dedupe" > : [junit4] 2> 448010 T2460 oasup.UpdateRequestProcessorChain.init > inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain > "dedupe" > : [junit4] 2> 448010 T2460 oasup.UpdateRequestProcessorChain.init > creating updateRequestProcessorChain "dedupe-allfields" > : [junit4] 2> 448010 T2460 oasup.UpdateRequestProcessorChain.init > inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain > "dedupe-allfields" > : [junit4] 2> 448010 T2460 oasup.UpdateRequestProcessorChain.init > creating updateRequestProcessorChain "stored_sig" > : [junit4] 2> 448010 T2460 oasup.UpdateRequestProcessorChain.init > inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain > "stored_sig" > : [junit4] 2> 448010 T2460 oasup.UpdateRequestProcessorChain.init > creating updateRequestProcessorChain "uniq-fields" > : [junit4] 2> 448011 T2460 oasup.UpdateRequestProcessorChain.init > inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain > "uniq-fields" > : [junit4] 2> 448011 T2460 oasup.UpdateRequestProcessorChain.init > creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" > : [junit4] 2> 448011 T2460 oasup.UpdateRequestProcessorChain.init > creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" > : [junit4] 2> 448011 T2460 oasup.UpdateRequestProcessorChain.init > inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain > "distrib-dup-test-chain-implicit" > : [junit4] 2> 448012 T2460 oasc.SolrCore.loadUpdateProcessorChains no > updateRequestProcessorChain defined as default, creating implicit default > : [junit4] 2> 448012 T2460 oasc.RequestHandlers.initHandlersFromConfig > adding lazy requestHandler: solr.ReplicationHandler > : [junit4] 2> 448012 T2460 oasc.RequestHandlers.initHandlersFromConfig > created /replication: solr.ReplicationHandler > : [junit4] 2> 448012 T2460 oasc.RequestHandlers.initHandlersFromConfig > created standard: solr.StandardRequestHandler > : [junit4] 2> 448013 T2460 oasc.RequestHandlers.initHandlersFromConfig > created /get: solr.RealTimeGetHandler > : [junit4] 2> 448013 T2460 oasc.RequestHandlers.initHandlersFromConfig > created dismax: solr.SearchHandler > : [junit4] 2> 448013 T2460 oasc.RequestHandlers.initHandlersFromConfig > created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler > : [junit4] 2> 448014 T2460 oasc.RequestHandlers.initHandlersFromConfig > created /admin/: org.apache.solr.handler.admin.AdminHandlers > : [junit4] 2> 448014 T2460 oasc.RequestHandlers.initHandlersFromConfig > created /admin/file: solr.admin.ShowFileRequestHandler > : [junit4] 2> 448014 T2460 oasc.RequestHandlers.initHandlersFromConfig > created /admin/fileedit: solr.admin.EditFileRequestHandler > : [junit4] 2> 448015 T2460 oasc.RequestHandlers.initHandlersFromConfig > created defaults: solr.StandardRequestHandler > : [junit4] 2> 448015 T2460 oasc.RequestHandlers.initHandlersFromConfig > adding lazy requestHandler: solr.StandardRequestHandler > : [junit4] 2> 448015 T2460 oasc.RequestHandlers.initHandlersFromConfig > created lazy: solr.StandardRequestHandler > : [junit4] 2> 448015 T2460 oasc.RequestHandlers.initHandlersFromConfig > created /update: solr.UpdateRequestHandler > : [junit4] 2> 448016 T2460 oasc.RequestHandlers.initHandlersFromConfig > created /terms: org.apache.solr.handler.component.SearchHandler > : [junit4] 2> 448016 T2460 oasc.RequestHandlers.initHandlersFromConfig > created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler > : [junit4] 2> 448016 T2460 oasc.RequestHandlers.initHandlersFromConfig > created spellCheckCompRH_Direct: > org.apache.solr.handler.component.SearchHandler > : [junit4] 2> 448016 T2460 oasc.RequestHandlers.initHandlersFromConfig > created spellCheckWithWordbreak: > org.apache.solr.handler.component.SearchHandler > : [junit4] 2> 448017 T2460 oasc.RequestHandlers.initHandlersFromConfig > created spellCheckWithWordbreak_Direct: > org.apache.solr.handler.component.SearchHandler > : [junit4] 2> 448017 T2460 oasc.RequestHandlers.initHandlersFromConfig > created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler > : [junit4] 2> 448017 T2460 oasc.RequestHandlers.initHandlersFromConfig > created mltrh: org.apache.solr.handler.component.SearchHandler > : [junit4] 2> 448018 T2460 oasc.RequestHandlers.initHandlersFromConfig > created tvrh: org.apache.solr.handler.component.SearchHandler > : [junit4] 2> 448018 T2460 oasc.RequestHandlers.initHandlersFromConfig > created /mlt: solr.MoreLikeThisHandler > : [junit4] 2> 448018 T2460 oasc.RequestHandlers.initHandlersFromConfig > created /debug/dump: solr.DumpRequestHandler > : [junit4] 2> 448031 T2460 oashl.XMLLoader.init > xsltCacheLifetimeSeconds=60 > : [junit4] 2> 448032 T2460 oasc.SolrCore.initDeprecatedSupport WARN > solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your > config to use the ShowFileRequestHandler. > : [junit4] 2> 448034 T2460 oasu.CommitTracker.<init> Hard AutoCommit: > disabled > : [junit4] 2> 448034 T2460 oasu.CommitTracker.<init> Soft AutoCommit: > disabled > : [junit4] 2> 448035 T2460 oasu.RandomMergePolicy.<init> > RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: > [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=48, > maxMergedSegmentMB=14.173828125, floorSegmentMB=2.0205078125, > forceMergeDeletesPctAllowed=29.62203429093336, segmentsPerTier=45.0, > maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 > : [junit4] 2> 448035 T2460 oasc.SolrDeletionPolicy.onInit > SolrDeletionPolicy.onInit: commits: num=1 > : [junit4] 2> > commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@5edd6f4f > > lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29a3a222)),segFN=segments_1,generation=1} > : [junit4] 2> 448035 T2460 oasc.SolrDeletionPolicy.updateCommits newest > commit generation = 1 > : [junit4] 2> 448036 T2460 oass.SolrIndexSearcher.<init> Opening > Searcher@68660313[collection1] main > : [junit4] 2> 448036 T2460 oasr.RestManager.init Initializing > RestManager with initArgs: > {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO} > : [junit4] 2> 448037 T2460 oasr.ManagedResourceStorage.load Reading > _rest_managed.json using InMemoryStorage > : [junit4] 2> 448037 T2460 oasr.ManagedResource.reloadFromStorage WARN > No stored data found for /rest/managed > : [junit4] 2> 448037 T2460 > oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers > for /rest/managed > : [junit4] 2> 448037 T2460 oasr.RestManager.init Initializing 0 > registered ManagedResources > : [junit4] 2> 448037 T2460 oashc.SpellCheckComponent.inform Initializing > spell checkers > : [junit4] 2> 448045 T2460 oass.DirectSolrSpellChecker.init init: > {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} > : [junit4] 2> 448102 T2461 oasc.SolrCore.registerSearcher [collection1] > Registered new searcher Searcher@68660313[collection1] > main{UninvertingDirectoryReader()} > : [junit4] 2> 448105 T2460 oasc.CoreContainer.registerCore registering > core: collection1 > : [junit4] 2> 448108 T2459 oas.SolrTestCaseJ4.initCore ####initCore end > : [junit4] 2> ASYNC NEW_CORE C372 name=collection1 > org.apache.solr.core.SolrCore@ce3c4c2 > : [junit4] 2> 448111 T2459 C372 oasup.LogUpdateProcessor.finish > [collection1] webapp=null path=null params={} {add=[(null)]} 0 2 > : [junit4] 2> 448116 T2459 C372 oasup.LogUpdateProcessor.finish > [collection1] webapp=null path=null params={} {add=[(null)]} 0 0 > : [junit4] 2> 448117 T2459 C372 oasu.DirectUpdateHandler2.commit start > commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} > : [junit4] 2> 448128 T2459 C372 oasc.SolrDeletionPolicy.onCommit > SolrDeletionPolicy.onCommit: commits: num=2 > : [junit4] 2> > commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@5edd6f4f > > lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29a3a222)),segFN=segments_1,generation=1} > : [junit4] 2> > commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@5edd6f4f > > lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29a3a222)),segFN=segments_2,generation=2} > : [junit4] 2> 448129 T2459 C372 oasc.SolrDeletionPolicy.updateCommits > newest commit generation = 2 > : [junit4] 2> 448142 T2459 C372 oass.SolrIndexSearcher.<init> Opening > Searcher@27d95c65[collection1] main > : [junit4] 2> 448142 T2459 C372 oasu.DirectUpdateHandler2.commit > end_commit_flush > : [junit4] 2> 448144 T2461 oasc.SolrCore.registerSearcher [collection1] > Registered new searcher Searcher@27d95c65[collection1] > main{UninvertingDirectoryReader(Uninverting(_0(5.0):c2))} > : [junit4] 2> 448144 T2459 C372 oasup.LogUpdateProcessor.finish > [collection1] webapp=null path=null params={} {commit=} 0 27 > : [junit4] 2> 448146 T2459 C372 oasu.DirectUpdateHandler2.commit start > commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} > : [junit4] 2> 448151 T2459 C372 oasc.SolrDeletionPolicy.onCommit > SolrDeletionPolicy.onCommit: commits: num=2 > : [junit4] 2> > commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@5edd6f4f > > lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29a3a222)),segFN=segments_2,generation=2} > : [junit4] 2> > commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@5edd6f4f > > lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29a3a222)),segFN=segments_3,generation=3} > : [junit4] 2> 448151 T2459 C372 oasc.SolrDeletionPolicy.updateCommits > newest commit generation = 3 > : [junit4] 2> 448153 T2459 C372 oass.SolrIndexSearcher.<init> Opening > Searcher@484388c8[collection1] main > : [junit4] 2> 448153 T2459 C372 oasu.DirectUpdateHandler2.commit > end_commit_flush > : [junit4] 2> 448154 T2461 oasc.SolrCore.registerSearcher [collection1] > Registered new searcher Searcher@484388c8[collection1] > main{UninvertingDirectoryReader(Uninverting(_1(5.0):C2))} > : [junit4] 2> 448155 T2459 C372 oasup.LogUpdateProcessor.finish > [collection1] webapp=null path=null params={} {optimize=} 0 9 > : [junit4] 2> 448161 T2459 oas.SolrTestCaseJ4.setUp ###Starting testLuke > : [junit4] 2> 448162 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null params={qt=/admin/luke} status=0 QTime=0 > : [junit4] 2> 448165 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null params={qt=/admin/luke&show=schema} status=0 QTime=1 > : [junit4] 2> 448168 T2459 oas.SolrTestCaseJ4.tearDown ###Ending testLuke > : [junit4] 2> 448174 T2459 oas.SolrTestCaseJ4.setUp ###Starting > testSimpleQueries > : [junit4] 2> 448175 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null > params={rows=20&qt=standard&version=2.2&start=0&q=subject:Hoss} hits=1 > status=0 QTime=1 > : [junit4] 2> 448178 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null > params={rows=20&qt=standard&version=2.2&start=0&q=subject:Yonik} hits=1 > status=0 QTime=0 > : [junit4] 2> 448181 T2459 oas.SolrTestCaseJ4.tearDown ###Ending > testSimpleQueries > : [junit4] 2> 448186 T2459 oas.SolrTestCaseJ4.setUp ###Starting > testAllConfiguredHandlers > : [junit4] 2> 448187 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null params={qt=/get&omitHeader=false&q=foo:bar} status=0 > QTime=0 > : [junit4] 2> 448189 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null params={qt=&omitHeader=false&q=foo:bar} hits=0 status=0 > QTime=1 > : [junit4] 2> 448190 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null params={qt=mltrh&omitHeader=false&q=foo:bar} hits=0 > status=0 QTime=0 > : [junit4] 2> 448192 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null > params={qt=spellCheckWithWordbreak&omitHeader=false&q=foo:bar} hits=0 > status=0 QTime=0 > : [junit4] 2> 448194 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null params={qt=defaults&omitHeader=false&q=foo:bar} hits=0 > status=0 QTime=1 > : [junit4] 2> 448197 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null params={qt=/admin/plugins&omitHeader=false&q=foo:bar} > status=0 QTime=2 > : [junit4] 2> 448288 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null params={qt=/admin/file&omitHeader=false&q=foo:bar} > status=0 QTime=87 > : [junit4] 2> 448305 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null params={qt=/admin/threads&omitHeader=false&q=foo:bar} > status=0 QTime=3 > : [junit4] 2> 448366 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null params={qt=dismax&omitHeader=false&q=foo:bar} hits=0 > status=0 QTime=58 > : [junit4] 2> 448368 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null params={qt=standard&omitHeader=false&q=foo:bar} hits=0 > status=0 QTime=0 > : [junit4] 2> 448369 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null > params={qt=spellCheckCompRH_Direct&omitHeader=false&q=foo:bar} hits=0 > status=0 QTime=0 > : [junit4] 2> 448371 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null params={qt=lazy&omitHeader=false&q=foo:bar} hits=0 > status=0 QTime=0 > : [junit4] 2> 448373 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null params={qt=spellCheckCompRH&omitHeader=false&q=foo:bar} > hits=0 status=0 QTime=0 > : [junit4] 2> 448374 T2459 C372 oasc.SolrCore.execute [collection1] > webapp=null path=null params={qt=mock&omitHeader=false&q=foo:bar} status=0 > QTime=0 > : [junit4] 2> 448384 T2459 oas.SolrTestCaseJ4.tearDown ###Ending > testAllConfiguredHandlers > : [junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=MinimalSchemaTest -Dtests.method=testAllConfiguredHandlers > -Dtests.seed=AC10FFD0123831FF -Dtests.multiplier=3 -Dtests.slow=true > -Dtests.locale=tr_TR -Dtests.timezone=Europe/Moscow > -Dtests.file.encoding=US-ASCII > : [junit4] ERROR 0.22s J0 | MinimalSchemaTest.testAllConfiguredHandlers > <<< > : [junit4] > Throwable #1: java.lang.Error: posix_spawn is not a > supported process launch mechanism on this platform. > : [junit4] > at > __randomizedtesting.SeedInfo.seed([AC10FFD0123831FF:410E44EA9935307B]:0) > : [junit4] > at java.lang.UNIXProcess$1.run(UNIXProcess.java:111) > : [junit4] > at java.lang.UNIXProcess$1.run(UNIXProcess.java:93) > : [junit4] > at java.security.AccessController.doPrivileged(Native > Method) > : [junit4] > at java.lang.UNIXProcess.<clinit>(UNIXProcess.java:91) > : [junit4] > at java.lang.ProcessImpl.start(ProcessImpl.java:130) > : [junit4] > at > java.lang.ProcessBuilder.start(ProcessBuilder.java:1022) > : [junit4] > at java.lang.Runtime.exec(Runtime.java:617) > : [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:1980) > : [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:693) > : [junit4] > at > org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers(MinimalSchemaTest.java:115) > : [junit4] > at java.lang.Thread.run(Thread.java:745) > : [junit4] 2> 448397 T2459 oas.SolrTestCaseJ4.deleteCore ###deleteCore > : [junit4] 2> 448397 T2459 oasc.CoreContainer.shutdown Shutting down > CoreContainer instance=1078059419 > : [junit4] 2> 448398 T2459 oasc.SolrCore.close [collection1] CLOSING > SolrCore org.apache.solr.core.SolrCore@ce3c4c2 > : [junit4] 2> 448415 T2459 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> 448416 T2459 oasu.SolrCoreState.decrefSolrCoreState > Closing SolrCoreState > : [junit4] 2> 448416 T2459 oasu.DefaultSolrCoreState.closeIndexWriter > SolrCoreState ref count has reached 0 - closing IndexWriter > : [junit4] 2> 448416 T2459 oasu.DefaultSolrCoreState.closeIndexWriter > closing IndexWriter with IndexWriterCloser > : [junit4] 2> 448417 T2459 oasc.SolrCore.closeSearcher [collection1] > Closing main searcher on request. > : [junit4] 2> 448417 T2459 oasc.CachingDirectoryFactory.close Closing > MockDirectoryFactory - 2 directories currently being tracked > : [junit4] 2> 448418 T2459 oasc.CachingDirectoryFactory.closeCacheValue > looking to close > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-AC10FFD0123831FF-001/init-core-data-001 > > [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-AC10FFD0123831FF-001/init-core-data-001;done=false>>] > : [junit4] 2> 448418 T2459 oasc.CachingDirectoryFactory.close Closing > directory: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-AC10FFD0123831FF-001/init-core-data-001 > : [junit4] 2> 448418 T2459 oasc.CachingDirectoryFactory.closeCacheValue > looking to close > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-AC10FFD0123831FF-001/init-core-data-001/index > > [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-AC10FFD0123831FF-001/init-core-data-001/index;done=false>>] > : [junit4] 2> 448419 T2459 oasc.CachingDirectoryFactory.close Closing > directory: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-AC10FFD0123831FF-001/init-core-data-001/index > : [junit4] 2> NOTE: leaving temporary files on disk at: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./temp/solr.MinimalSchemaTest-AC10FFD0123831FF-001 > : [junit4] 2> NOTE: test params are: codec=Lucene49: > {id=Pulsing41(freqCutoff=14 minBlockSize=8 maxBlockSize=50), > subject=PostingsFormat(name=Lucene41VarGapFixedInterval), > project=PostingsFormat(name=Lucene41VarGapFixedInterval)}, docValues:{}, > sim=DefaultSimilarity, locale=tr_TR, timezone=Europe/Moscow > : [junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation > 1.7.0_60 (64-bit)/cpus=16,threads=1,free=147916280,total=482344960 > : [junit4] 2> NOTE: All tests run in this JVM: [OverseerTest, > SignatureUpdateProcessorFactoryTest, TestQuerySenderListener, > TestRandomDVFaceting, MigrateRouteKeyTest, TestPartialUpdateDeduplication, > MoreLikeThisHandlerTest, TestRecoveryHdfs, ParsingFieldUpdateProcessorsTest, > HdfsDirectoryTest, TestManagedStopFilterFactory, TestStandardQParsers, > HdfsWriteToMultipleCollectionsTest, DistributedExpandComponentTest, > BadComponentTest, TestConfig, XsltUpdateRequestHandlerTest, > TestNonDefinedSimilarityFactory, LeaderElectionTest, > TestLMDirichletSimilarityFactory, SolrCmdDistributorTest, > TestSolrIndexConfig, SuggesterTest, ShowFileRequestHandlerTest, > TestFastLRUCache, StandardRequestHandlerTest, DistributedDebugComponentTest, > MBeansHandlerTest, TestReloadAndDeleteDocs, TestSolrJ, TestReload, > BasicDistributedZkTest, TestCustomSort, HdfsCollectionsAPIDistributedZkTest, > TestManagedResource, SolrTestCaseJ4Test, TestLuceneMatchVersion, > TermsComponentTest, CursorPagingTest, PrimUtilsTe > st, Mini > malSchemaTest] > : [junit4] Completed on J0 in 0.88s, 3 tests, 1 error <<< FAILURES! > : > : [...truncated 998 lines...] > : BUILD FAILED > : > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:189: > The following error occurred while executing this line: > : > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:496: > The following error occurred while executing this line: > : > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1298: > The following error occurred while executing this line: > : > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:922: > There were test failures: 415 suites, 1703 tests, 1 error, 51 ignored (17 > assumptions) > : > : Total time: 62 minutes 27 seconds > : Build step 'Invoke Ant' marked build as failure > : Archiving artifacts > : Sending artifact delta relative to Lucene-Solr-Tests-trunk-Java7 #4753 > : Archived 3 artifacts > : Archive block size is 32768 > : Received 0 blocks and 184803376 bytes > : Compression is 0.0% > : Took 40 sec > : Recording test results > : Email was triggered for: Failure > : Sending email for trigger: Failure > : > : > : > > -Hoss > http://www.lucidworks.com/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
