You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Uwe Schindler <uw...@thetaphi.de> on 2009/08/05 10:34:55 UTC

Hudson Build failed

Hi,

 

The Hudson build failed last night with the following error:

 

[junit] Testcase:
testHighlighting(org.apache.lucene.benchmark.byTask.TestPerfTasksLogic):
Caused an ERROR

    [junit] org/apache/lucene/index/memory/MemoryIndex

    [junit] java.lang.NoClassDefFoundError:
org/apache/lucene/index/memory/MemoryIndex

    [junit]       at
org.apache.lucene.search.highlight.WeightedSpanTermExtractor.getReaderForFie
ld(WeightedSpanTermExtractor.java:310)

    [junit]       at
org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extractWeighted
SpanTerms(WeightedSpanTermExtractor.java:236)

    [junit]       at
org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extract(Weighte
dSpanTermExtractor.java:123)

    [junit]       at
org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extract(Weighte
dSpanTermExtractor.java:104)

    [junit]       at
org.apache.lucene.search.highlight.WeightedSpanTermExtractor.getWeightedSpan
Terms(WeightedSpanTermExtractor.java:371)

    [junit]       at
org.apache.lucene.search.highlight.QueryScorer.initExtractor(QueryScorer.jav
a:197)

    [junit]       at
org.apache.lucene.search.highlight.QueryScorer.init(QueryScorer.java:161)

    [junit]       at
org.apache.lucene.search.highlight.Highlighter.getBestTextFragments(Highligh
ter.java:226)

    [junit]       at
org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask$1.doHigh
light(SearchTravRetHighlightTask.java:100)

    [junit]       at
org.apache.lucene.benchmark.byTask.tasks.ReadTask.doLogic(ReadTask.java:141)

    [junit]       at
org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.
java:147)

    [junit]       at
org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doSerialTasks(TaskSequ
ence.java:149)

    [junit]       at
org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doLogic(TaskSequence.j
ava:130)

    [junit]       at
org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.
java:147)

    [junit]       at
org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doSerialTasks(TaskSequ
ence.java:149)

    [junit]       at
org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doLogic(TaskSequence.j
ava:130)

    [junit]       at
org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.
java:147)

    [junit]       at
org.apache.lucene.benchmark.byTask.utils.Algorithm.execute(Algorithm.java:24
7)

    [junit]       at
org.apache.lucene.benchmark.byTask.Benchmark.execute(Benchmark.java:73)

    [junit]       at
org.apache.lucene.benchmark.byTask.TestPerfTasksLogic.execBenchmark(TestPerf
TasksLogic.java:456)

    [junit]       at
org.apache.lucene.benchmark.byTask.TestPerfTasksLogic.testHighlighting(TestP
erfTasksLogic.java:144)

   

I have seen this short time ago. There was a problem to send the mail to
java-dev, this is why we didn't realize that:

Sending e-mails to: java-dev@lucene.apache.org
ERROR: Could not connect to SMTP host: localhost, port: 25

 

Uwe

-----

Uwe Schindler

H.-H.-Meier-Allee 63, D-28213 Bremen

http://www.thetaphi.de

eMail: uwe@thetaphi.de

 


Re: Hudson Build failed

Posted by Michael McCandless <lu...@mikemccandless.com>.
I think this was a latent bug (contrib/benchmark's build.xml doesn't
express the dependency it has on contrib/memory, because it's using
contrib/highlighter), uncovered by my commits for LUCENE-1773.  I'll
add a contrib/memory dependency into contrib/benchmark's build.xml
under LUCENE-1773.

Mike

On Wed, Aug 5, 2009 at 4:34 AM, Uwe Schindler<uw...@thetaphi.de> wrote:
> Hi,
>
>
>
> The Hudson build failed last night with the following error:
>
>
>
> [junit] Testcase:
> testHighlighting(org.apache.lucene.benchmark.byTask.TestPerfTasksLogic):
> Caused an ERROR
>
>     [junit] org/apache/lucene/index/memory/MemoryIndex
>
>     [junit] java.lang.NoClassDefFoundError:
> org/apache/lucene/index/memory/MemoryIndex
>
>     [junit]       at
> org.apache.lucene.search.highlight.WeightedSpanTermExtractor.getReaderForField(WeightedSpanTermExtractor.java:310)
>
>     [junit]       at
> org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extractWeightedSpanTerms(WeightedSpanTermExtractor.java:236)
>
>     [junit]       at
> org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extract(WeightedSpanTermExtractor.java:123)
>
>     [junit]       at
> org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extract(WeightedSpanTermExtractor.java:104)
>
>     [junit]       at
> org.apache.lucene.search.highlight.WeightedSpanTermExtractor.getWeightedSpanTerms(WeightedSpanTermExtractor.java:371)
>
>     [junit]       at
> org.apache.lucene.search.highlight.QueryScorer.initExtractor(QueryScorer.java:197)
>
>     [junit]       at
> org.apache.lucene.search.highlight.QueryScorer.init(QueryScorer.java:161)
>
>     [junit]       at
> org.apache.lucene.search.highlight.Highlighter.getBestTextFragments(Highlighter.java:226)
>
>     [junit]       at
> org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask$1.doHighlight(SearchTravRetHighlightTask.java:100)
>
>     [junit]       at
> org.apache.lucene.benchmark.byTask.tasks.ReadTask.doLogic(ReadTask.java:141)
>
>     [junit]       at
> org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:147)
>
>     [junit]       at
> org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doSerialTasks(TaskSequence.java:149)
>
>     [junit]       at
> org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doLogic(TaskSequence.java:130)
>
>     [junit]       at
> org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:147)
>
>     [junit]       at
> org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doSerialTasks(TaskSequence.java:149)
>
>     [junit]       at
> org.apache.lucene.benchmark.byTask.tasks.TaskSequence.doLogic(TaskSequence.java:130)
>
>     [junit]       at
> org.apache.lucene.benchmark.byTask.tasks.PerfTask.runAndMaybeStats(PerfTask.java:147)
>
>     [junit]       at
> org.apache.lucene.benchmark.byTask.utils.Algorithm.execute(Algorithm.java:247)
>
>     [junit]       at
> org.apache.lucene.benchmark.byTask.Benchmark.execute(Benchmark.java:73)
>
>     [junit]       at
> org.apache.lucene.benchmark.byTask.TestPerfTasksLogic.execBenchmark(TestPerfTasksLogic.java:456)
>
>     [junit]       at
> org.apache.lucene.benchmark.byTask.TestPerfTasksLogic.testHighlighting(TestPerfTasksLogic.java:144)
>
>
>
> I have seen this short time ago. There was a problem to send the mail to
> java-dev, this is why we didn’t realize that:
>
> Sending e-mails to: java-dev@lucene.apache.org
>
> ERROR: Could not connect to SMTP host: localhost, port: 25
>
>
>
> Uwe
>
> -----
>
> Uwe Schindler
>
> H.-H.-Meier-Allee 63, D-28213 Bremen
>
> http://www.thetaphi.de
>
> eMail: uwe@thetaphi.de
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org