Build:
https://builds.apache.org/hudson/job/Lucene-Solr-tests-only-docvalues-branch/1219/
No tests ran.
Build Log (for compile errors):
[...truncated 1545 lines...]
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/modules/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/demohtml/SimpleCharStream.java:211:
warning: [dep-ann] deprecated name isnt annotated with @Deprecated
[javac] public int getColumn() {
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/modules/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/demohtml/SimpleCharStream.java:220:
warning: [dep-ann] deprecated name isnt annotated with @Deprecated
[javac] public int getLine() {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 2 warnings
compile:
[echo] Building grouping...
common.init:
build-lucene:
jflex-uptodate-check:
jflex-notice:
javacc-uptodate-check:
javacc-notice:
init:
clover.setup:
clover.info:
[echo]
[echo] Clover not found. Code coverage reports disabled.
[echo]
clover:
common.compile-core:
compile-core:
compile-test-framework:
compile-test:
[javac] Compiling 1 source file to
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/lucene/build/classes/test
init:
clover.setup:
clover.info:
[echo]
[echo] Clover not found. Code coverage reports disabled.
[echo]
clover:
compile-core:
[mkdir] Created dir:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/modules/grouping/build/classes/java
[javac] Compiling 14 source files to
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/modules/grouping/build/classes/java
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/modules/grouping/src/java/org/apache/lucene/search/grouping/FirstPassGroupingCollector.java:364:
duplicate class: org.apache.lucene.search.grouping.CollectedSearchGroup
[javac] class CollectedSearchGroup extends SearchGroup {
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/modules/grouping/src/java/org/apache/lucene/search/grouping/FirstPassGroupingCollector.java:134:
warning: [unchecked] unchecked assignment to variable groupValue as member of
raw type org.apache.lucene.search.grouping.SearchGroup
[javac] searchGroup.groupValue = group.groupValue;
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/modules/grouping/src/java/org/apache/lucene/search/grouping/FirstPassGroupingCollector.java:214:
warning: [unchecked] unchecked assignment to variable groupValue as member of
raw type org.apache.lucene.search.grouping.SearchGroup
[javac] sg.groupValue = ord == 0 ? null : new
BytesRef(scratchBytesRef);
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/modules/grouping/src/java/org/apache/lucene/search/grouping/FirstPassGroupingCollector.java:220:
cannot find symbol
[javac] symbol : method
put(java.lang.Object,org.apache.lucene.search.grouping.CollectedSearchGroup)
[javac] location: class
java.util.HashMap<org.apache.lucene.util.BytesRef,org.apache.lucene.search.grouping.CollectedSearchGroup>
[javac] groupMap.put(sg.groupValue, sg);
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/modules/grouping/src/java/org/apache/lucene/search/grouping/FirstPassGroupingCollector.java:244:
warning: [unchecked] unchecked assignment to variable groupValue as member of
raw type org.apache.lucene.search.grouping.SearchGroup
[javac] bottomGroup.groupValue = null;
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/modules/grouping/src/java/org/apache/lucene/search/grouping/FirstPassGroupingCollector.java:246:
cannot find symbol
[javac] symbol : method copy(org.apache.lucene.util.BytesRef)
[javac] location: class java.lang.Object
[javac] bottomGroup.groupValue.copy(br);
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/modules/grouping/src/java/org/apache/lucene/search/grouping/FirstPassGroupingCollector.java:248:
warning: [unchecked] unchecked assignment to variable groupValue as member of
raw type org.apache.lucene.search.grouping.SearchGroup
[javac] bottomGroup.groupValue = new BytesRef(br);
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/modules/grouping/src/java/org/apache/lucene/search/grouping/FirstPassGroupingCollector.java:256:
cannot find symbol
[javac] symbol : method
put(java.lang.Object,org.apache.lucene.search.grouping.CollectedSearchGroup)
[javac] location: class
java.util.HashMap<org.apache.lucene.util.BytesRef,org.apache.lucene.search.grouping.CollectedSearchGroup>
[javac] groupMap.put(bottomGroup.groupValue, bottomGroup);
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/modules/grouping/src/java/org/apache/lucene/search/grouping/SecondPassGroupingCollector.java:90:
cannot find symbol
[javac] symbol : constructor
SearchGroupDocs(java.lang.Object,org.apache.lucene.search.TopDocsCollector)
[javac] location: class org.apache.lucene.search.grouping.SearchGroupDocs
[javac] new SearchGroupDocs(group.groupValue,
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/modules/grouping/src/java/org/apache/lucene/search/grouping/SecondPassGroupingCollector.java:147:
warning: [unchecked] unchecked call to
GroupDocs(float,int,org.apache.lucene.search.ScoreDoc[],GROUP_VALUE_TYPE,java.lang.Comparable[])
as a member of the raw type org.apache.lucene.search.grouping.GroupDocs
[javac] groupDocsResult[groupIDX++] = new
GroupDocs(topDocs.getMaxScore(),
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-docvalues-branch/checkout/modules/grouping/src/java/org/apache/lucene/search/grouping/SecondPassGroupingCollector.java:154:
warning: [unchecked] unchecked call to
TopGroups(org.apache.lucene.search.SortField[],org.apache.lucene.search.SortField[],int,int,org.apache.lucene.search.grouping.GroupDocs<GROUP_VALUE_TYPE>[])
as a member of the raw type org.apache.lucene.search.grouping.TopGroups
[javac] return new TopGroups(groupSort.getSort(),
[javac] ^
[javac] 5 errors
[...truncated 12 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]