You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/11/09 07:54:24 UTC

[JENKINS] Lucene-Solr-6.x-Linux (32bit/jdk1.8.0_102) - Build # 2136 - Still Failing!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2136/
Java: 32bit/jdk1.8.0_102 -server -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 7005 lines...]
    [javac] Compiling 33 source files to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/highlighter/classes/test
    [javac] /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighterMTQ.java:963: warning: [rawtypes] found raw type: SpanMultiTermQueryWrapper
    [javac]     SpanMultiTermQueryWrapper wildcardQueryWrapper = new SpanMultiTermQueryWrapper<>(wildcardQuery);
    [javac]     ^
    [javac]   missing type arguments for generic class SpanMultiTermQueryWrapper<Q>
    [javac]   where Q is a type-variable:
    [javac]     Q extends MultiTermQuery declared in class SpanMultiTermQueryWrapper
    [javac] /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighterMTQ.java:979: error: MyWrapperSpanQuery is not abstract and does not override abstract method createWeight(IndexSearcher,boolean) in SpanQuery
    [javac]   private static class MyWrapperSpanQuery extends SpanQuery {
    [javac]                  ^
    [javac] /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighterMTQ.java:997: error: method does not override or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighterMTQ.java:999: error: no suitable method found for createWeight(IndexSearcher,boolean,float)
    [javac]       return originalQuery.createWeight(searcher, needsScores, boost);
    [javac]                           ^
    [javac]     method Query.createWeight(IndexSearcher,boolean) is not applicable
    [javac]       (actual and formal argument lists differ in length)
    [javac]     method SpanQuery.createWeight(IndexSearcher,boolean) is not applicable
    [javac]       (actual and formal argument lists differ in length)
    [javac] /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighterStrictPhrases.java:452: error: method does not override or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighterStrictPhrases.java:454: error: method createWeight in class Query cannot be applied to given types;
    [javac]       return wrapped.createWeight(searcher, needsScores, boost);
    [javac]                     ^
    [javac]   required: IndexSearcher,boolean
    [javac]   found: IndexSearcher,boolean,float
    [javac]   reason: actual and formal argument lists differ in length
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 5 errors

[...truncated 1 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:765: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:709: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build.xml:475: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:2177: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/module-build.xml:58: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/module-build.xml:55: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:795: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:807: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1955: Compile failed; see the compiler error output for details.

Total time: 17 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-6.x-Linux (32bit/jdk1.8.0_102) - Build # 2137 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2137/
Java: 32bit/jdk1.8.0_102 -client -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 7000 lines...]
    [javac] Compiling 33 source files to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/highlighter/classes/test
    [javac] /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighterMTQ.java:963: warning: [rawtypes] found raw type: SpanMultiTermQueryWrapper
    [javac]     SpanMultiTermQueryWrapper wildcardQueryWrapper = new SpanMultiTermQueryWrapper<>(wildcardQuery);
    [javac]     ^
    [javac]   missing type arguments for generic class SpanMultiTermQueryWrapper<Q>
    [javac]   where Q is a type-variable:
    [javac]     Q extends MultiTermQuery declared in class SpanMultiTermQueryWrapper
    [javac] /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighterMTQ.java:979: error: MyWrapperSpanQuery is not abstract and does not override abstract method createWeight(IndexSearcher,boolean) in SpanQuery
    [javac]   private static class MyWrapperSpanQuery extends SpanQuery {
    [javac]                  ^
    [javac] /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighterMTQ.java:997: error: method does not override or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighterMTQ.java:999: error: no suitable method found for createWeight(IndexSearcher,boolean,float)
    [javac]       return originalQuery.createWeight(searcher, needsScores, boost);
    [javac]                           ^
    [javac]     method Query.createWeight(IndexSearcher,boolean) is not applicable
    [javac]       (actual and formal argument lists differ in length)
    [javac]     method SpanQuery.createWeight(IndexSearcher,boolean) is not applicable
    [javac]       (actual and formal argument lists differ in length)
    [javac] /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighterStrictPhrases.java:452: error: method does not override or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighterStrictPhrases.java:454: error: method createWeight in class Query cannot be applied to given types;
    [javac]       return wrapped.createWeight(searcher, needsScores, boost);
    [javac]                     ^
    [javac]   required: IndexSearcher,boolean
    [javac]   found: IndexSearcher,boolean,float
    [javac]   reason: actual and formal argument lists differ in length
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 5 errors

[...truncated 1 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:765: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:709: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build.xml:475: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:2177: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/module-build.xml:58: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/module-build.xml:55: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:795: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:807: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1955: Compile failed; see the compiler error output for details.

Total time: 21 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any