Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/188/
Java: 32bit/ibm-j9-jdk7
1 tests failed.
REGRESSION: org.apache.solr.update.AutoCommitTest.testCommitWithin
Error Message:
shouldn't find any query failed XPath: //result[@numFound=0] xml response was:
<?xml version="1.0" encoding="UTF-8"?> <response> <lst
name="responseHeader"><int name="status">0</int><int
name="QTime">1450</int></lst><result name="response" numFound="1"
start="0"><doc><int name="id">529</int><int name="range_facet_si">529</int><arr
name="range_facet_l"><long>529</long></arr><arr
name="range_facet_sl"><long>529</long></arr><arr name="field_t"><str>what's
inside?</str></arr><arr name="subject"><str>info</str></arr><int
name="intDefault">42</int><date
name="timestamp">2012-08-05T08:05:26.694Z</date><arr
name="multiDefault"><str>muLti-Default</str></arr></doc></result> </response>
request was: q=id:529&start=0&qt=standard&version=2.2&rows=20
Stack Trace:
java.lang.AssertionError: shouldn't find any query failed XPath:
//result[@numFound=0]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">1450</int></lst><result name="response" numFound="1"
start="0"><doc><int name="id">529</int><int name="range_facet_si">529</int><arr
name="range_facet_l"><long>529</long></arr><arr
name="range_facet_sl"><long>529</long></arr><arr name="field_t"><str>what's
inside?</str></arr><arr name="subject"><str>info</str></arr><int
name="intDefault">42</int><date
name="timestamp">2012-08-05T08:05:26.694Z</date><arr
name="multiDefault"><str>muLti-Default</str></arr></doc></result>
</response>
request was: q=id:529&start=0&qt=standard&version=2.2&rows=20
at
__randomizedtesting.SeedInfo.seed([4AC993AE048B024F:F01BFCD687A5EC5A]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.util.AbstractSolrTestCase.assertQ(AbstractSolrTestCase.java:269)
at
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:287)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:613)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1995)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$1100(RandomizedRunner.java:132)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:818)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:891)
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:32)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:825)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$700(RandomizedRunner.java:132)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3$1.run(RandomizedRunner.java:671)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:697)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:736)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleNoInstanceHooksOverrides$1.evaluate(TestRuleNoInstanceHooksOverrides.java:53)
at
org.apache.lucene.util.TestRuleNoStaticHooksShadowing$1.evaluate(TestRuleNoStaticHooksShadowing.java:52)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:36)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:605)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$400(RandomizedRunner.java:132)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:551)
Build Log:
[...truncated 7443 lines...]
[junit4:junit4] Suite: org.apache.solr.update.AutoCommitTest
[junit4:junit4] FAILURE 2.82s J1 | AutoCommitTest.testCommitWithin
[junit4:junit4] > Throwable #1: java.lang.AssertionError: shouldn't find any
query failed XPath: //result[@numFound=0]
[junit4:junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4:junit4] > <response>
[junit4:junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">1450</int></lst><result name="response" numFound="1"
start="0"><doc><int name="id">529</int><int name="range_facet_si">529</int><arr
name="range_facet_l"><long>529</long></arr><arr
name="range_facet_sl"><long>529</long></arr><arr name="field_t"><str>what's
inside?</str></arr><arr name="subject"><str>info</str></arr><int
name="intDefault">42</int><date
name="timestamp">2012-08-05T08:05:26.694Z</date><arr
name="multiDefault"><str>muLti-Default</str></arr></doc></result>
[junit4:junit4] > </response>
[junit4:junit4] >
[junit4:junit4] > request was:
q=id:529&start=0&qt=standard&version=2.2&rows=20
[junit4:junit4] > at
__randomizedtesting.SeedInfo.seed([4AC993AE048B024F:F01BFCD687A5EC5A]:0)
[junit4:junit4] > at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4] > at
org.apache.solr.util.AbstractSolrTestCase.assertQ(AbstractSolrTestCase.java:269)
[junit4:junit4] > at
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:287)
[junit4:junit4] > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4:junit4] > at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
[junit4:junit4] > at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
[junit4:junit4] > at java.lang.reflect.Method.invoke(Method.java:613)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1995)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$1100(RandomizedRunner.java:132)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:818)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:877)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:891)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:32)
[junit4:junit4] > at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:825)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$700(RandomizedRunner.java:132)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner$3$1.run(RandomizedRunner.java:671)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:697)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:736)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:747)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4] > at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleNoInstanceHooksOverrides$1.evaluate(TestRuleNoInstanceHooksOverrides.java:53)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleNoStaticHooksShadowing$1.evaluate(TestRuleNoStaticHooksShadowing.java:52)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:36)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4] > at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:605)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$400(RandomizedRunner.java:132)
[junit4:junit4] > at
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:551)
[junit4:junit4] >
[junit4:junit4] 2> 6352 T1815 oasu.AbstractSolrTestCase.setUp ####SETUP_START
testCommitWithin
[junit4:junit4] 2> 6352 T1815 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/checkout/solr/build/solr-core/test-files/solr/collection1/'
[junit4:junit4] 2> 6353 T1815 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/checkout/solr/build/solr-core/test-files/solr/collection1/lib/README'
to classloader
[junit4:junit4] 2> 6353 T1815 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/checkout/solr/build/solr-core/test-files/solr/collection1/lib/classes/'
to classloader
[junit4:junit4] 2> 6370 T1815 oasc.SolrConfig.<init> Using Lucene
MatchVersion: LUCENE_50
[junit4:junit4] 2> 6395 T1815 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4:junit4] 2> 6395 T1815 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4] 2> 6399 T1815 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4] 2> 6594 T1815 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4] 2> 6598 T1815 oass.IndexSchema.readSchema default search
field in schema is text
[junit4:junit4] 2> 6600 T1815 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4] 2> 6603 T1815 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4:junit4] 2> 6606 T1815 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4:junit4] 2> 6608 T1815 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4:junit4] 2> 6609 T1815 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4:junit4] 2> 6609 T1815 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4:junit4] 2> 6609 T1815 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/checkout/solr/build/solr-core/test-files/solr
[junit4:junit4] 2> 6609 T1815 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/checkout/solr/build/solr-core/test-files/solr/'
[junit4:junit4] 2> 6614 T1815 oasc.CoreContainer.<init> New CoreContainer
-32592076
[junit4:junit4] 2> 6614 T1815 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/checkout/solr/build/solr-core/test-files/solr/collection1/,
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/checkout/solr/build/solr-core/test/J1/./org.apache.solr.update.AutoCommitTest-1344153925645/
[junit4:junit4] 2> 6615 T1815 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@c6f4859a
[junit4:junit4] 2> 6615 T1815 oasc.SolrCore.getNewIndexDir WARNING New index
directory detected: old=null
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/checkout/solr/build/solr-core/test/J1/./org.apache.solr.update.AutoCommitTest-1344153925645/index/
[junit4:junit4] 2> 6615 T1815 oasc.SolrCore.initIndex WARNING [collection1]
Solr index directory
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/checkout/solr/build/solr-core/test/J1/./org.apache.solr.update.AutoCommitTest-1344153925645/index'
doesn't exist. Creating new index...
[junit4:junit4] 2> 6616 T1815 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4] 2>
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@c53684b6
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64619a3b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4] 2> 6617 T1815 oasc.SolrDeletionPolicy.updateCommits newest
commit = 1
[junit4:junit4] 2> 6617 T1815 oasc.SolrCore.initWriters created xml:
solr.XMLResponseWriter
[junit4:junit4] 2> 6618 T1815 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4:junit4] 2> 6618 T1815 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4:junit4] 2> 6619 T1815 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4:junit4] 2> 6619 T1815 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"uniq-fields"
[junit4:junit4] 2> 6619 T1815 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4:junit4] 2> 6620 T1815 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4] 2> 6620 T1815 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4:junit4] 2> 6620 T1815 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4:junit4] 2> 6620 T1815 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4:junit4] 2> 6621 T1815 oasc.RequestHandlers.initHandlersFromConfig
created dismax: solr.SearchHandler
[junit4:junit4] 2> 6621 T1815 oasc.RequestHandlers.initHandlersFromConfig
created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4] 2> 6621 T1815 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4] 2> 6622 T1815 oasc.RequestHandlers.initHandlersFromConfig
created defaults: solr.StandardRequestHandler
[junit4:junit4] 2> 6622 T1815 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4] 2> 6622 T1815 oasc.RequestHandlers.initHandlersFromConfig
created lazy: solr.StandardRequestHandler
[junit4:junit4] 2> 6623 T1815 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4:junit4] 2> 6623 T1815 oasc.RequestHandlers.initHandlersFromConfig
created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4] 2> 6623 T1815 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4] 2> 6623 T1815 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4] 2> 6624 T1815 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4] 2> 6624 T1815 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckWithWordbreak_Direct:
org.apache.solr.handler.component.SearchHandler
[junit4:junit4] 2> 6624 T1815 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4] 2> 6625 T1815 oasc.RequestHandlers.initHandlersFromConfig
created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4] 2> 6625 T1815 oasc.RequestHandlers.initHandlersFromConfig
created /mlt: solr.MoreLikeThisHandler
[junit4:junit4] 2> 6625 T1815 oasc.RequestHandlers.initHandlersFromConfig
created /debug/dump: solr.DumpRequestHandler
[junit4:junit4] 2> 6626 T1815 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4] 2> 6627 T1815 oasc.SolrCore.initDeprecatedSupport WARNING
solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config
to use the ShowFileRequestHandler.
[junit4:junit4] 2> 6628 T1815 oasc.SolrCore.initDeprecatedSupport WARNING
adding ShowFileRequestHandler with hidden files:
[BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, SCHEMA-REQUIRED-FIELDS.XML,
SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, BAD-SCHEMA-NONTEXT-ANALYZER.XML,
SOLRCONFIG-PROPINJECT.XML, SOLRCONFIG-PROPINJECT-INDEXDEFAULT.XML, STOP-2.TXT,
SCHEMA11.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, SCHEMA15.XML,
SOLRCONFIG-NATIVELOCK.XML, SCHEMA-SIM.XML, CONDITIONAL.UPDATEPROCESSOR.JS,
BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML,
SOLRCONFIG-REPEATER.XML, SOLRCONFIG-SPELLCHECKER.XML, SOLRCONFIG-NOCACHE.XML,
SCHEMA-CHARFILTERS.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, SOLRCONFIG_CODEC.XML,
BAD-SCHEMA-EXTERNAL-FILEFIELD.XML, HYPHENATION.DTD, SCHEMA.XML,
SOLRCONFIG-MERGEPOLICY.XML, TRIVIAL.UPDATEPROCESSOR1.JS,
SOLRCONFIG-PHRASESUGGEST.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-BASIC.XML,
SCHEMA-LMJELINEKMERCER.XML, BAD-MP-SOLRCONFIG.XML, BAD-SCHEMA-DUP-FIELD.XML,
BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SOLRCONFIG-MASTER.XML,
SOLRCONFIG-HIGHLIGHT.XML, SCHEMA-TFIDF.XML, SCHEMA-REPLICATION1.XML,
SYNONYMS.TXT, SOLRCONFIG-ELEVATE.XML, STOPWITHBOM.TXT,
SOLRCONFIG-QUERYSENDER.XML, WDFTYPES.TXT, SOLRCONFIG-DELPOLICY1.XML,
BAD_SOLRCONFIG.XML, HUNSPELL-TEST.DIC, SCHEMA-NUMERIC.XML,
SCHEMA-LUCENEMATCHVERSION.XML, KEEP-2.TXT, SCHEMA-STOP-KEEP.XML, SCHEMA-IB.XML,
STOP-SNOWBALL.TXT, SOLRCONFIG-SLAVE.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML,
STOPWORDSWRONGENCODING.TXT, THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS,
SOLRCONFIG-SPELLCHECKCOMPONENT.XML, STOPTYPES-1.TXT, SOLRCONFIG-TLOG.XML,
COMPOUNDDICTIONARY.TXT, DA_COMPOUNDDICTIONARY.TXT, SOLRCONFIG-TERMINDEX.XML,
BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, SCHEMASURROUND.XML,
OPEN-EXCHANGE-RATES.JSON, BAD-SCHEMA-DUP-FIELDTYPE.XML, PHRASESUGGEST.TXT,
SOLRCONFIG-MASTER2.XML, OLD_SYNONYMS.TXT,
BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, SCHEMA-NOT-REQUIRED-UNIQUE-KEY.XML,
BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SCHEMA-LMDIRICHLET.XML,
SCHEMA-REVERSED.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, SCHEMA-FOLDING.XML,
SOLRCONFIG-CACHING.XML, MAPPING-ISOLATIN1ACCENT.TXT,
ADDFIELDS.UPDATEPROCESSOR.JS, SCHEMA-BM25.XML, STOP-1.TXT,
SOLRCONFIG-ENABLEPLUGIN.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS,
SCHEMA12.XML, SOLRCONFIG-TRANSFORMERS.XML, SCHEMA-COPYFIELD-TEST.XML,
BAD-SCHEMA-DUP-DYNAMICFIELD.XML, CURRENCY.XML, DA_UTF8.XML,
MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-SOLR-749.XML,
STOPWORDS.TXT, HUNSPELL-TEST.AFF, SOLRCONFIG_PERF.XML,
SOLRCONFIG-SIMPLELOCK.XML, FRENCHARTICLES.TXT, SOLRCONFIG-LAZYWRITER.XML,
SCHEMA-REPLICATION2.XML, SOLRCONFIG-XINCLUDE.XML, SCHEMA-SPELLCHECKER.XML,
XSLT, SOLRCONFIG-DELPOLICY2.XML, TRIVIAL.UPDATEPROCESSOR0.JS, KEEP-1.TXT,
SCHEMA-TRIE.XML, SCHEMA-BINARYFIELD.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML,
SCHEMA-MINIMAL.XML, STOPTYPES-2.TXT, STEMDICT.TXT, SCHEMA_CODEC.XML,
ELEVATE.XML, SCHEMA-COLLATE.XML, PROTWORDS.TXT, SOLRCONFIG-REQHANDLER.INCL,
SCHEMA-PHRASESUGGEST.XML, SCHEMA-DFR.XML,
BAD-SCHEMA-ANALYZER-CLASS-AND-NESTED.XML, SOLRCONFIG-MASTER1.XML,
SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-MASTER3.XML,
SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG-ALTDIRECTORY.XML,
BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-QUERYSENDER-NOQUERY.XML,
BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML]
[junit4:junit4] 2> 6630 T1815 oass.SolrIndexSearcher.<init> Opening
Searcher@76a1b7ef main
[junit4:junit4] 2> 6631 T1815 oass.SolrIndexSearcher.getIndexDir WARNING
WARNING: Directory impl does not support setting indexDir:
org.apache.lucene.store.MockDirectoryWrapper
[junit4:junit4] 2> 6631 T1815 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4:junit4] 2> 6632 T1815 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4:junit4] 2> 6632 T1815 oashc.SpellCheckComponent.inform Initializing
spell checkers
[junit4:junit4] 2> 6635 T1815 oass.DirectSolrSpellChecker.init init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4] 2> 6648 T1815 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 0
[junit4:junit4] 2> 6648 T1815 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to: http://
[junit4:junit4] 2> 6649 T1815 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 0
[junit4:junit4] 2> 6649 T1815 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4:junit4] 2> 6649 T1815 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4:junit4] 2> 6649 T1815 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4:junit4] 2> 6650 T1815 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4:junit4] 2> 6650 T1815 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4:junit4] 2> 6650 T1815 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4:junit4] 2> 6651 T1815 oascsi.HttpClientUtil.createClient Creating new
http client,
config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4] 2> 6656 T1816 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@76a1b7ef
main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4] 2> 6657 T1815 oasc.CoreContainer.register registering core:
collection1
[junit4:junit4] 2> 6658 T1815 oasu.AbstractSolrTestCase.setUp ####SETUP_END
testCommitWithin
[junit4:junit4] 2> 7064 T763 oaz.ClientCnxn$SendThread.startConnect Opening
socket connection to server localhost.localdomain/127.0.0.1:46247
[junit4:junit4] 2> 7064 T763 oaz.ClientCnxn$SendThread.run WARNING Session
0x138f5cd23bf0010 for server null, unexpected error, closing socket connection
and attempting reconnect java.net.ConnectException: Connection refused
[junit4:junit4] 2> at sun.nio.ch.SocketChannelImpl.checkConnect(Native
Method)
[junit4:junit4] 2> at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
[junit4:junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1143)
[junit4:junit4] 2>
[junit4:junit4] 2> 7400 T1815 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4] 2>
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@c53684b6
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64619a3b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4] 2> 7401 T1815 oasc.SolrDeletionPolicy.updateCommits newest
commit = 1
[junit4:junit4] 2> 7402 T1815 UPDATE [collection1] {add=[529]} 0 742
[junit4:junit4] 2> 8402 T1817 oasu.DirectUpdateHandler2.commit start
commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true}
[junit4:junit4] 2> 8403 T1817 oass.SolrIndexSearcher.<init> Opening
Searcher@afb9cff0 main
[junit4:junit4] 2> 8403 T1817 oass.SolrIndexSearcher.getIndexDir WARNING
WARNING: Directory impl does not support setting indexDir:
org.apache.lucene.store.MockDirectoryWrapper
[junit4:junit4] 2> 8403 T1817 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4:junit4] 2> 8404 T1816 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@afb9cff0
main{StandardDirectoryReader(segments_1:3:nrt _0(5.0):C1)}
[junit4:junit4] 2> 8671 T763 oaz.ClientCnxn$SendThread.startConnect Opening
socket connection to server localhost.localdomain/127.0.0.1:46247
[junit4:junit4] 2> 8671 T763 oaz.ClientCnxn$SendThread.run WARNING Session
0x138f5cd23bf0010 for server null, unexpected error, closing socket connection
and attempting reconnect java.net.ConnectException: Connection refused
[junit4:junit4] 2> at sun.nio.ch.SocketChannelImpl.checkConnect(Native
Method)
[junit4:junit4] 2> at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
[junit4:junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1143)
[junit4:junit4] 2>
[junit4:junit4] 2> ASYNC NEW_CORE C55 name=collection1
org.apache.solr.core.SolrCore@666ade75
[junit4:junit4] 2> 9046 T1815 C55 REQ [collection1] webapp=null path=null
params={q=id:529&start=0&qt=standard&version=2.2&rows=20} hits=1 status=0
QTime=1450
[junit4:junit4] 2> 9058 T1815 oasu.AbstractSolrTestCase.tearDown
####TEARDOWN_START testCommitWithin
[junit4:junit4] 2> 9058 T1815 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=-32592076
[junit4:junit4] 2> 9058 T1815 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@666ade75
[junit4:junit4] 2> 9059 T1815 oasc.SolrCore.closeSearcher [collection1]
Closing main searcher on request.
[junit4:junit4] 2> 9060 T1815 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=1,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4] 2> 9060 T1815 C55 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4] 2>
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@c53684b6
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64619a3b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4] 2>
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@c53684b6
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64619a3b),segFN=segments_2,generation=2,filenames=[_0.si,
segments_2, _0.frq, _0.fnm, _0.fdt, _0.prx, _0.tim, _0.fdx, _0_nrm.cfs,
_0.tip, _0_nrm.cfe]
[junit4:junit4] 2> 9060 T1815 C55 oasc.SolrDeletionPolicy.updateCommits
newest commit = 2
[junit4:junit4] 2> NOTE: reproduce with: ant test -Dtestcase=AutoCommitTest
-Dtests.method=testCommitWithin -Dtests.seed=4AC993AE048B024F
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de
-Dtests.timezone=Atlantic/Reykjavik -Dtests.file.encoding=UTF-8
[junit4:junit4] 2>
[junit4:junit4] > (@AfterClass output)
[junit4:junit4] 2> NOTE: test params are: codec=Asserting,
sim=RandomSimilarityProvider(queryNorm=false,coord=true): {}, locale=de,
timezone=Atlantic/Reykjavik
[junit4:junit4] 2> NOTE: Linux 3.2.0-27-generic x86/IBM Corporation 1.7.0
(32-bit)/cpus=8,threads=1,free=65518144,total=183828480
[junit4:junit4] 2> NOTE: All tests run in this JVM: [TestFastLRUCache,
TestRemoteStreaming, OverseerTest, QueryEqualityTest, TestCoreContainer,
OpenExchangeRatesOrgProviderTest, SortByFunctionTest, TermVectorComponentTest,
TestLuceneMatchVersion, RequiredFieldsTest, TestExtendedDismaxParser,
StandardRequestHandlerTest, TestWriterPerf, IndexSchemaTest,
RequestHandlersTest, UniqFieldsUpdateProcessorFactoryTest,
IndexSchemaRuntimeFieldTest, TestBM25SimilarityFactory, FullSolrCloudTest,
ZkSolrClientTest, TestJmxMonitoredMap, TestDocumentBuilder, TestLRUCache,
TestSolrQueryParser, TestJmxIntegration, JSONWriterTest,
TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest,
SystemInfoHandlerTest, NoCacheHeaderTest, LeaderElectionTest,
CoreAdminHandlerTest, TestSolrJ, SolrInfoMBeanTest, TestRealTimeGet,
TestCharFilters, TestSort, TestCollationField, TestQuerySenderNoQuery,
URLClassifyProcessorTest, TimeZoneUtilsTest, FieldMutatingUpdateProcessorTest,
FieldAnalysisRequestHandlerTest, TestGroupingSearch, CircularListTest,
MBeansHandlerTest, TestMultiCoreConfBootstrap, TestSuggestSpellingConverter,
TestDistributedSearch, CSVRequestHandlerTest, HighlighterConfigTest,
TestLMJelinekMercerSimilarityFactory, JsonLoaderTest, TestJoin, RecoveryZkTest,
LeaderElectionIntegrationTest, ZkControllerTest, AutoCommitTest]
[junit4:junit4] 2>
[junit4:junit4] Completed on J1 in 7.19s, 3 tests, 1 failure <<< FAILURES!
[...truncated 310 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/checkout/build.xml:29: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/checkout/solr/build.xml:144:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/checkout/lucene/module-build.xml:62:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/checkout/lucene/common-build.xml:1095:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/checkout/lucene/common-build.xml:790:
There were test failures: 223 suites, 898 tests, 1 failure, 5 ignored
Total time: 20 minutes 22 seconds
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]