You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2009/04/30 04:41:35 UTC

Build failed in Hudson: Lucene-trunk #812

See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/812/changes

Changes:

[pjaol] Fixed bug caused by multiSegmentIndexReader

------------------------------------------
[...truncated 11293 lines...]
init:

test:
     [echo] Building swing...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

compile-test:
     [echo] Building swing...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

clover.setup:

clover.info:

clover:

compile-core:

common.compile-test:

common.test:
    [mkdir] Created dir: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/swing/test 
    [junit] Testsuite: org.apache.lucene.swing.models.TestBasicList
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.555 sec
    [junit] 
    [junit] Testsuite: org.apache.lucene.swing.models.TestBasicTable
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.584 sec
    [junit] 
    [junit] Testsuite: org.apache.lucene.swing.models.TestSearchingList
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.627 sec
    [junit] 
    [junit] Testsuite: org.apache.lucene.swing.models.TestSearchingTable
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.637 sec
    [junit] 
    [junit] Testsuite: org.apache.lucene.swing.models.TestUpdatingList
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.73 sec
    [junit] 
    [junit] Testsuite: org.apache.lucene.swing.models.TestUpdatingTable
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.007 sec
    [junit] 
   [delete] Deleting: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/swing/test/junitfailed.flag 
     [echo] Building wikipedia...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

test:
     [echo] Building wikipedia...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

compile-test:
     [echo] Building wikipedia...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

clover.setup:

clover.info:

clover:

compile-core:

common.compile-test:

common.test:
    [mkdir] Created dir: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/wikipedia/test 
    [junit] Testsuite: org.apache.lucene.wikipedia.analysis.WikipediaTokenizerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.356 sec
    [junit] 
   [delete] Deleting: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/wikipedia/test/junitfailed.flag 
     [echo] Building wordnet...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

test:
     [echo] Building xml-query-parser...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

test:
     [echo] Building xml-query-parser...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

compile-test:
     [echo] Building xml-query-parser...

build-queries:

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

clover.setup:

clover.info:

clover:

common.compile-core:

compile-core:

common.compile-test:

common.test:
    [mkdir] Created dir: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/xml-query-parser/test 
    [junit] Testsuite: org.apache.lucene.xmlparser.TestParser
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 2.215 sec
    [junit] 
    [junit] Testsuite: org.apache.lucene.xmlparser.TestQueryTemplateManager
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.463 sec
    [junit] 
   [delete] Deleting: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/xml-query-parser/test/junitfailed.flag 

BUILD FAILED
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build.xml :649: Contrib tests failed!

Total time: 20 minutes 45 seconds
Publishing Javadoc
Recording test results
Publishing Clover coverage report...


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


Hudson build is back to normal: Lucene-trunk #813

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/813/changes



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


Re: Build failed in Hudson: Lucene-trunk #812

Posted by Michael McCandless <lu...@mikemccandless.com>.
This was a false failure.

There's a timed test in contrib/benchmark that apparently can fail if
the machine happens to be swamped at the time.

I'll work out a more robust test.

Mike

On Wed, Apr 29, 2009 at 10:41 PM, Apache Hudson Server
<hu...@hudson.zones.apache.org> wrote:
> See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/812/changes
>
> Changes:
>
> [pjaol] Fixed bug caused by multiSegmentIndexReader
>
> ------------------------------------------
> [...truncated 11293 lines...]
> init:
>
> test:
>     [echo] Building swing...
>
> javacc-uptodate-check:
>
> javacc-notice:
>
> jflex-uptodate-check:
>
> jflex-notice:
>
> common.init:
>
> build-lucene:
>
> build-lucene-tests:
>
> init:
>
> compile-test:
>     [echo] Building swing...
>
> javacc-uptodate-check:
>
> javacc-notice:
>
> jflex-uptodate-check:
>
> jflex-notice:
>
> common.init:
>
> build-lucene:
>
> build-lucene-tests:
>
> init:
>
> clover.setup:
>
> clover.info:
>
> clover:
>
> compile-core:
>
> common.compile-test:
>
> common.test:
>    [mkdir] Created dir: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/swing/test
>    [junit] Testsuite: org.apache.lucene.swing.models.TestBasicList
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.555 sec
>    [junit]
>    [junit] Testsuite: org.apache.lucene.swing.models.TestBasicTable
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.584 sec
>    [junit]
>    [junit] Testsuite: org.apache.lucene.swing.models.TestSearchingList
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.627 sec
>    [junit]
>    [junit] Testsuite: org.apache.lucene.swing.models.TestSearchingTable
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.637 sec
>    [junit]
>    [junit] Testsuite: org.apache.lucene.swing.models.TestUpdatingList
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.73 sec
>    [junit]
>    [junit] Testsuite: org.apache.lucene.swing.models.TestUpdatingTable
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.007 sec
>    [junit]
>   [delete] Deleting: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/swing/test/junitfailed.flag
>     [echo] Building wikipedia...
>
> javacc-uptodate-check:
>
> javacc-notice:
>
> jflex-uptodate-check:
>
> jflex-notice:
>
> common.init:
>
> build-lucene:
>
> build-lucene-tests:
>
> init:
>
> test:
>     [echo] Building wikipedia...
>
> javacc-uptodate-check:
>
> javacc-notice:
>
> jflex-uptodate-check:
>
> jflex-notice:
>
> common.init:
>
> build-lucene:
>
> build-lucene-tests:
>
> init:
>
> compile-test:
>     [echo] Building wikipedia...
>
> javacc-uptodate-check:
>
> javacc-notice:
>
> jflex-uptodate-check:
>
> jflex-notice:
>
> common.init:
>
> build-lucene:
>
> build-lucene-tests:
>
> init:
>
> clover.setup:
>
> clover.info:
>
> clover:
>
> compile-core:
>
> common.compile-test:
>
> common.test:
>    [mkdir] Created dir: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/wikipedia/test
>    [junit] Testsuite: org.apache.lucene.wikipedia.analysis.WikipediaTokenizerTest
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.356 sec
>    [junit]
>   [delete] Deleting: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/wikipedia/test/junitfailed.flag
>     [echo] Building wordnet...
>
> javacc-uptodate-check:
>
> javacc-notice:
>
> jflex-uptodate-check:
>
> jflex-notice:
>
> common.init:
>
> build-lucene:
>
> build-lucene-tests:
>
> init:
>
> test:
>     [echo] Building xml-query-parser...
>
> javacc-uptodate-check:
>
> javacc-notice:
>
> jflex-uptodate-check:
>
> jflex-notice:
>
> common.init:
>
> build-lucene:
>
> build-lucene-tests:
>
> init:
>
> test:
>     [echo] Building xml-query-parser...
>
> javacc-uptodate-check:
>
> javacc-notice:
>
> jflex-uptodate-check:
>
> jflex-notice:
>
> common.init:
>
> build-lucene:
>
> build-lucene-tests:
>
> init:
>
> compile-test:
>     [echo] Building xml-query-parser...
>
> build-queries:
>
> javacc-uptodate-check:
>
> javacc-notice:
>
> jflex-uptodate-check:
>
> jflex-notice:
>
> common.init:
>
> build-lucene:
>
> build-lucene-tests:
>
> init:
>
> clover.setup:
>
> clover.info:
>
> clover:
>
> common.compile-core:
>
> compile-core:
>
> common.compile-test:
>
> common.test:
>    [mkdir] Created dir: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/xml-query-parser/test
>    [junit] Testsuite: org.apache.lucene.xmlparser.TestParser
>    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 2.215 sec
>    [junit]
>    [junit] Testsuite: org.apache.lucene.xmlparser.TestQueryTemplateManager
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.463 sec
>    [junit]
>   [delete] Deleting: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/xml-query-parser/test/junitfailed.flag
>
> BUILD FAILED
> http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build.xml :649: Contrib tests failed!
>
> Total time: 20 minutes 45 seconds
> Publishing Javadoc
> Recording test results
> Publishing Clover coverage report...
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>
>

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