> Man, > > it seems to crash always in one of the spell check tests (branch > 3.x)... Do we have some not yet merged fixes?
I mean in one of the distrib tests :-) > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [email protected] > > > -----Original Message----- > > From: Apache Hudson Server [mailto:[email protected]] > > Sent: Wednesday, May 05, 2010 7:28 AM > > To: [email protected] > > Subject: Build failed in Hudson: Solr-3.x #3 > > > > See <http://hudson.zones.apache.org/hudson/job/Solr-3.x/3/changes> > > > > Changes: > > > > [mikemccand] LUCENE-2387: merge to 3x > > > > ------------------------------------------ > > [...truncated 6634 lines...] > > [junit] at > > > org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDist > > ributedSearchTestCase.java:492) > > [junit] at > > > org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSear > > chTestCase.java:260) > > [junit] ------------- ---------------- --------------- > > [junit] Testsuite: > > org.apache.solr.handler.component.DistributedTermsComponentTest > > [junit] Testcase: > > > testDistribSearch(org.apache.solr.handler.component.DistributedTermsCom > > ponentTest): Caused an ERROR > > [junit] org.apache.commons.httpclient.ConnectTimeoutException: > The > > host did not accept the connection within timeout of 100 ms > > [junit] org.apache.solr.client.solrj.SolrServerException: > > org.apache.commons.httpclient.ConnectTimeoutException: The host did > not > > accept the connection within timeout of 100 ms > > [junit] at > > > org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(Commons > > HttpSolrServer.java:483) > > [junit] at > > > org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(Commons > > HttpSolrServer.java:244) > > [junit] at > > > org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(Abst > > ractUpdateRequest.java:105) > > [junit] at > > org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:64) > > [junit] at > > > org.apache.solr.BaseDistributedSearchTestCase.indexDoc(BaseDistributedS > > earchTestCase.java:205) > > [junit] at > > > org.apache.solr.BaseDistributedSearchTestCase.index(BaseDistributedSear > > chTestCase.java:197) > > [junit] at > > > org.apache.solr.handler.component.DistributedTermsComponentTest.doTest( > > DistributedTermsComponentTest.java:15) > > [junit] at > > > org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDis > > tributedSearchTestCase.java:506) > > [junit] Caused by: > > org.apache.commons.httpclient.ConnectTimeoutException: The host did > not > > accept the connection within timeout of 100 ms > > [junit] at > > > org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSo > > cket(ReflectionSocketFactory.java:155) > > [junit] at > > > org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.cre > > ateSocket(DefaultProtocolSocketFactory.java:125) > > [junit] at > > > org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:7 > > 07) > > [junit] at > > > org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpCo > > nnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361) > > [junit] at > > > org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpM > > ethodDirector.java:387) > > [junit] at > > > org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMeth > > odDirector.java:171) > > [junit] at > > > org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java: > > 397) > > [junit] at > > > org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java: > > 323) > > [junit] at > > > org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(Commons > > HttpSolrServer.java:427) > > [junit] Caused by: java.net.SocketTimeoutException: connect timed > > out > > [junit] at java.net.PlainSocketImpl.socketConnect(Native > > Method) > > [junit] at > > java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) > > [junit] at > > java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) > > [junit] at > > java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) > > [junit] at > > java.net.SocksSocketImpl.connect(SocksSocketImpl.java:367) > > [junit] at java.net.Socket.connect(Socket.java:524) > > [junit] at > > > org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSo > > cket(ReflectionSocketFactory.java:140) > > [junit] > > [junit] > > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 9.326 > > sec > > [junit] > > [junit] Test > > org.apache.solr.handler.component.DistributedTermsComponentTest > FAILED > > [junit] Testsuite: > > org.apache.solr.handler.component.QueryElevationComponentTest > > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.929 > > sec > > [junit] > > [junit] Testsuite: > > org.apache.solr.handler.component.SearchHandlerTest > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.301 > > sec > > [junit] > > [junit] Testsuite: > > org.apache.solr.handler.component.SpellCheckComponentTest > > [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 7.6 > sec > > [junit] > > [junit] Testsuite: > > org.apache.solr.handler.component.StatsComponentTest > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: > 12.711 > > sec > > [junit] > > [junit] Testsuite: > > org.apache.solr.handler.component.TermVectorComponentTest > > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.891 > > sec > > [junit] > > [junit] Testsuite: > > org.apache.solr.handler.component.TermsComponentTest > > [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: > 6.156 > > sec > > [junit] > > [junit] Testsuite: > > org.apache.solr.highlight.FastVectorHighlighterTest > > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.577 > > sec > > [junit] > > [junit] Testsuite: > org.apache.solr.highlight.HighlighterConfigTest > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.049 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.highlight.HighlighterTest > > [junit] Tests run: 23, Failures: 0, Errors: 0, Time elapsed: > 12.115 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.request.JSONWriterTest > > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 7.108 > > sec > > [junit] > > [junit] Testsuite: > > org.apache.solr.request.SimpleFacetsLegacySortTest > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.112 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.request.SimpleFacetsTest > > [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: > 16.345 > > sec > > [junit] > > [junit] Testsuite: > org.apache.solr.request.TestBinaryResponseWriter > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.109 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.request.TestFaceting > > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 22.68 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.request.TestWriterPerf > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.603 > > sec > > [junit] > > [junit] ------------- Standard Output --------------- > > [junit] writer xml, size=6513, encodeRate=33, decodeRate=47 > > [junit] writer json, size=3394, encodeRate=83, decodeRate=N/A > > [junit] writer javabin, size=1991, encodeRate=153, decodeRate=400 > > [junit] ------------- ---------------- --------------- > > [junit] Testsuite: org.apache.solr.schema.BadIndexSchemaTest > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.399 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.schema.CopyFieldTest > > [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.601 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.schema.DateFieldTest > > [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.66 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.schema.IndexSchemaTest > > [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.669 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.schema.LegacyDateFieldTest > > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.855 > > sec > > [junit] > > [junit] Testsuite: > org.apache.solr.schema.NotRequiredUniqueKeyTest > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.167 > > sec > > [junit] > > [junit] ------------- Standard Error ----------------- > > [junit] May 5, 2010 5:23:13 AM org.apache.solr.schema.IndexSchema > > readSchema > > [junit] SEVERE: uniqueKey should not be multivalued > > [junit] ------------- ---------------- --------------- > > [junit] Testsuite: org.apache.solr.schema.PolyFieldTest > > [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.676 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.schema.RequiredFieldsTest > > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.931 > > sec > > [junit] > > [junit] ------------- Standard Error ----------------- > > [junit] May 5, 2010 5:23:25 AM org.apache.solr.schema.IndexSchema > > readSchema > > [junit] SEVERE: uniqueKey should not be multivalued > > [junit] ------------- ---------------- --------------- > > [junit] Testsuite: org.apache.solr.schema.TestBinaryField > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.06 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.schema.UUIDFieldTest > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.999 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.search.FunctionQParserTest > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.016 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.search.QueryParsingTest > > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.476 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.search.TestDocSet > > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.133 > > sec > > [junit] > > [junit] Testsuite: > org.apache.solr.search.TestExtendedDismaxParser > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.113 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.search.TestFastLRUCache > > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.617 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.search.TestIndexSearcher > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.404 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.search.TestQueryTypes > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.627 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.search.TestQueryUtils > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.683 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.search.TestRangeQuery > > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: > 45.092 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.search.TestSearchPerf > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.518 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.search.TestSort > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: > 11.226 > > sec > > [junit] > > [junit] Testsuite: > > org.apache.solr.search.function.SortByFunctionTest > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.955 > > sec > > [junit] > > [junit] Testsuite: > > org.apache.solr.search.function.TestFunctionQuery > > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: > 13.369 > > sec > > [junit] > > [junit] Testsuite: > > org.apache.solr.search.function.distance.DistanceFunctionTest > > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.07 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.servlet.CacheHeaderTest > > [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: > 10.072 > > sec > > [junit] > > [junit] Testsuite: > org.apache.solr.servlet.DirectSolrConnectionTest > > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.316 > > sec > > [junit] > > [junit] ------------- Standard Error ----------------- > > [junit] May 5, 2010 5:26:16 AM org.apache.solr.schema.IndexSchema > > readSchema > > [junit] SEVERE: uniqueKey should not be multivalued > > [junit] May 5, 2010 5:26:18 AM org.apache.solr.schema.IndexSchema > > readSchema > > [junit] SEVERE: uniqueKey should not be multivalued > > [junit] ------------- ---------------- --------------- > > [junit] Testsuite: org.apache.solr.servlet.NoCacheHeaderTest > > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 7.383 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.servlet.SolrRequestParserTest > > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.638 > > sec > > [junit] > > [junit] Testsuite: > > org.apache.solr.spelling.FileBasedSpellCheckerTest > > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.948 > > sec > > [junit] > > [junit] Testsuite: > > org.apache.solr.spelling.IndexBasedSpellCheckerTest > > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.201 > > sec > > [junit] > > [junit] Testsuite: > > org.apache.solr.spelling.SpellingQueryConverterTest > > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.594 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.update.AutoCommitTest > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.542 > > sec > > [junit] > > [junit] Testsuite: > > org.apache.solr.update.DirectUpdateHandlerOptimizeTest > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.437 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.update.DirectUpdateHandlerTest > > [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: > 12.768 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.update.DocumentBuilderTest > > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: > 10.497 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.update.TestIndexingPerformance > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.02 > > sec > > [junit] > > [junit] ------------- Standard Output --------------- > > [junit] includeDoc=true doc=[text, simple, text, test, text, how > > now brown cow, text, what's that?, text, radical!, text, what's all > > this about, anyway?, text, just how fast is this text indexing?] > > [junit] iter=1000 time=1463 throughput=683 > > [junit] ------------- ---------------- --------------- > > [junit] Testsuite: > > org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest > > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 8.012 > > sec > > [junit] > > [junit] Testsuite: > > org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.001 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.util.ArraysUtilsTest > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.58 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.util.DateMathParserTest > > [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.049 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.util.SolrPluginUtilsTest > > [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 5.485 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.util.TestNumberUtils > > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.418 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.util.TestOpenBitSet > > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.378 > > sec > > [junit] > > [junit] Testsuite: org.apache.solr.util.TestUtils > > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.529 > > sec > > [junit] > > > > BUILD FAILED > > <http://hudson.zones.apache.org/hudson/job/Solr- > > 3.x/ws/branch_3x/solr/build.xml>:389: The following error occurred > > while executing this line: > > <http://hudson.zones.apache.org/hudson/job/Solr- > > 3.x/ws/branch_3x/solr/build.xml>:477: Tests failed! > > > > Total time: 21 minutes 16 seconds > > Publishing Javadoc > > Archiving artifacts > > Recording test results > > Publishing Clover coverage report... > > No Clover report will be published due to a Build Failure > > > > > > --------------------------------------------------------------------- > > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
