See <https://hudson.apache.org/hudson/job/Lucene-trunk/1310/changes>

Changes:

[rmuir] fix test failure in TestUTF32ToUTF8 (the random regex-generator 
generates invalid ranges)

[rmuir] make tests deterministic

[uschindler] Enable unchecked warnings: we have now only some violations in 
contrib and the recently introduced ones by Ryan. As we want to get rid of them 
(the contrib ones seem to be easy), I switch it globally on.

[rmuir] LUCENE-2507: Add automaton spellchecker

[mikemccand] LUCENE-2678: prevent false failure due to fast GC

[uschindler] for clover runs we can disable the test repetitions, its simply 
too slow. For clover the number of runs is simply useless, as the code coverage 
(should) not really change.
Its better to have more loops in the main tests when clover runs fine.

[mikemccand] LUCENE-2676: disable reader pooling for this test case since that 
causes added disk usage

------------------------------------------
[...truncated 4809 lines...]
    [javac]     return new FieldsQuery(q, fieldNames, fieldOperator);
    [javac]                               ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:67:
 warning: [unchecked] unchecked conversion
    [javac] found   : java.util.List
    [javac] required: 
java.util.List<org.apache.lucene.queryParser.surround.query.SrndQuery>
    [javac]     return new OrQuery(queries, infix, orToken.image);
    [javac]                        ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:71:
 warning: [unchecked] unchecked conversion
    [javac] found   : java.util.List
    [javac] required: 
java.util.List<org.apache.lucene.queryParser.surround.query.SrndQuery>
    [javac]     return new AndQuery( queries, infix, andToken.image);
    [javac]                          ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:75:
 warning: [unchecked] unchecked conversion
    [javac] found   : java.util.List
    [javac] required: 
java.util.List<org.apache.lucene.queryParser.surround.query.SrndQuery>
    [javac]     return new NotQuery( queries, notToken.image);
    [javac]                          ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:98:
 warning: [unchecked] unchecked conversion
    [javac] found   : java.util.List
    [javac] required: 
java.util.List<org.apache.lucene.queryParser.surround.query.SrndQuery>
    [javac]     DistanceQuery dq = new DistanceQuery(queries,
    [javac]                                          ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:170:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
java.util.ArrayList
    [javac]       fieldNames.add(fieldName.image);
    [javac]                     ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:195:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
java.util.ArrayList
    [javac]         queries.add(q);
    [javac]                    ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:198:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
java.util.ArrayList
    [javac]       queries.add(q);
    [javac]                  ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:223:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
java.util.ArrayList
    [javac]         queries.add(q);
    [javac]                    ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:226:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
java.util.ArrayList
    [javac]       queries.add(q);
    [javac]                  ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:251:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
java.util.ArrayList
    [javac]         queries.add(q);
    [javac]                    ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:254:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
java.util.ArrayList
    [javac]       queries.add(q);
    [javac]                  ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:277:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
java.util.ArrayList
    [javac]       queries.add(q); /* left associative */
    [javac]                  ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:280:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
java.util.ArrayList
    [javac]       queries.add(q);
    [javac]                  ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:304:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
java.util.ArrayList
    [javac]       queries.add(q); /* left associative */
    [javac]                  ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:307:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
java.util.ArrayList
    [javac]       queries.add(q);
    [javac]                  ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:387:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
java.util.ArrayList
    [javac]                      queries.add(q);
    [javac]                                 ^
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.java>:392:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
java.util.ArrayList
    [javac]                               queries.add(q);
    [javac]                                          ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 27 warnings
     [copy] Copying 1 file to 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/queryparser/classes/java>

compile-core:

jar-core:
      [jar] Building jar: 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/queryparser/lucene-queryparser-4.0-2010-10-01_23-45-47.jar>

jar:

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

javacc-uptodate-check:

javacc-notice:

common.init:

build-lucene:

init:

clover.setup:

clover.info:

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/queryparser/classes/test>
    [javac] Compiling 29 source files to 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/queryparser/classes/test>
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

build-artifacts-and-tests:
     [echo] Building remote...

common.init:

build-lucene:

init:

clover.setup:

clover.info:

clover:

common.compile-core:
    [mkdir] Created dir: 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/remote/classes/java>
    [javac] Compiling 3 source files to 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/remote/classes/java>

compile-core:
     [rmic] RMI Compiling 1 class to 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/remote/classes/java>

jar-core:
      [jar] Building jar: 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/remote/lucene-remote-4.0-2010-10-01_23-45-47.jar>

jar:

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

common.init:

build-lucene:

init:

clover.setup:

clover.info:

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/remote/classes/test>
    [javac] Compiling 5 source files to 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/remote/classes/test>

build-artifacts-and-tests:
     [echo] Building spatial...

build-queries:

common.init:

build-lucene:

init:

clover.setup:

clover.info:

clover:

common.compile-core:
    [mkdir] Created dir: 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/spatial/classes/java>
    [javac] Compiling 29 source files to 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/spatial/classes/java>
    [javac] Note: 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/spatial/src/java/org/apache/lucene/spatial/tier/CartesianPolyFilterBuilder.java>
 uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

compile-core:

jar-core:
      [jar] Building jar: 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/spatial/lucene-spatial-4.0-2010-10-01_23-45-47.jar>

jar:

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

build-queries:

common.init:

build-lucene:

init:

clover.setup:

clover.info:

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/spatial/classes/test>
    [javac] Compiling 8 source files to 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/spatial/classes/test>
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

build-artifacts-and-tests:
     [echo] Building spellchecker...

compile-analyzers-common:

common.init:

build-lucene:

init:

clover.setup:

clover.info:

clover:

common.compile-core:
    [mkdir] Created dir: 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/spellchecker/classes/java>
    [javac] Compiling 13 source files to 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build/contrib/spellchecker/classes/java>
    [javac] 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/spellchecker/src/java/org/apache/lucene/search/spell/DirectSpellChecker.java>:69:
 method does not override a method from its superclass
    [javac]     @Override
    [javac]      ^
    [javac] Note: 
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/contrib/spellchecker/src/java/org/apache/lucene/search/spell/SpellChecker.java>
 uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error

BUILD FAILED
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build.xml>:546:
 The following error occurred while executing this line:
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/build.xml>:535:
 The following error occurred while executing this line:
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/common-build.xml>:275:
 The following error occurred while executing this line:
/usr<https://hudson.apache.org/hudson/job/Lucene-trunk/ws/lucene/common-build.xml>:644:
 Compile failed; see the compiler error output for details.

Total time: 7 minutes 33 seconds
[TASKS] Skipping publisher since build result is FAILURE
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to