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 2013/05/16 18:46:04 UTC

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_45) - Build # 5623 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5623/
Java: 32bit/jdk1.6.0_45 -client -XX:+UseSerialGC

All tests passed

Build Log:
[...truncated 1574 lines...]
    [javac] Compiling 392 source files to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/analysis/common/classes/java
    [javac] /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/analysis/common/src/java/org/apache/lucene/analysis/position/PositionFilter.java:25: package org.apache.lucene.queryparser.classic does not exist
    [javac] import org.apache.lucene.queryparser.classic.QueryParser;
    [javac]                                             ^
    [javac] /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/analysis/common/src/java/org/apache/lucene/analysis/synonym/SynonymFilterFactory.java:86: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    [javac]   TokenFilterFactory getDelegator() {
    [javac]                      ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error

[...truncated 1 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:383: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:363: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build.xml:549: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1827: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/analysis/build.xml:99: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/analysis/build.xml:38: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/module-build.xml:58: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:489: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1626: Compile failed; see the compiler error output for details.

Total time: 8 minutes 31 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.6.0_45 -client -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b89) - Build # 5624 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5624/
Java: 32bit/jdk1.8.0-ea-b89 -client -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 1435 lines...]
    [javac] Compiling 392 source files to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/analysis/common/classes/java
    [javac] /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/analysis/common/src/java/org/apache/lucene/analysis/position/PositionFilter.java:25: error: package org.apache.lucene.queryparser.classic does not exist
    [javac] import org.apache.lucene.queryparser.classic.QueryParser;
    [javac]                                             ^
    [javac] /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/analysis/common/src/java/org/apache/lucene/analysis/nl/DutchStemmer.java:42: warning: [rawtypes] found raw type: Map
    [javac]   private Map _stemDict;
    [javac]           ^
    [javac]   missing type arguments for generic class Map<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/analysis/common/src/java/org/apache/lucene/analysis/nl/DutchStemmer.java:408: warning: [rawtypes] found raw type: Map
    [javac]   void setStemDictionary(Map dict) {
    [javac]                          ^
    [javac]   missing type arguments for generic class Map<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/analysis/common/src/java/org/tartarus/snowball/Among.java:46: warning: [rawtypes] found raw type: Class
    [javac]   private static final Class<?>[] EMPTY_PARAMS = new Class[0];
    [javac]                                                      ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/analysis/common/src/java/org/apache/lucene/analysis/synonym/SynonymFilterFactory.java:86: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    [javac]   TokenFilterFactory getDelegator() {
    [javac]                      ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error

[...truncated 1 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:383: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:363: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build.xml:549: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1827: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/analysis/build.xml:99: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/analysis/build.xml:38: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/module-build.xml:58: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:489: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1626: Compile failed; see the compiler error output for details.

Total time: 9 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0-ea-b89 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure