Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/10664/
No tests ran.
Build Log (for compile errors):
[...truncated 4400 lines...]
clover:
common.compile-core:
[mkdir] Created dir:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/build/contrib/solr-uima/classes/java
[javac] Compiling 9 source files to
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/build/contrib/solr-uima/classes/java
[copy] Copying 13 files to
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/build/contrib/solr-uima/classes/java
common-solr.compile-core:
compile-core:
compile:
compile-solr-test-framework:
[echo] Building solr-test-framework...
compile-solr-core:
compile-test-framework:
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-core:
[mkdir] Created dir:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/build/solr-test-framework/classes/java
[javac] Compiling 12 source files to
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/build/solr-test-framework/classes/java
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java:785:
warning: [unchecked] unchecked call to compareTo(T) as a member of the raw
type java.lang.Comparable
[javac] return this.id.compareTo(other.id);
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java:904:
warning: [unchecked] unchecked cast
[javac] found : java.lang.Object
[javac] required: java.util.List<java.util.Map>
[javac] List<Map> docList = (List<Map>)response;
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java:1016:
warning: [unchecked] unchecked call to compareTo(T) as a member of the raw
type java.lang.Comparable
[javac] c = v1.compareTo(v2);
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/test-framework/src/java/org/apache/solr/BaseDistributedSearchTestCase.java:580:
warning: [unchecked] unchecked call to add(E) as a member of the raw type
java.util.Set
[javac] if (uniqueValues.add(v)) return v;
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/test-framework/src/java/org/apache/solr/util/TestHarness.java:585:
warning: [unchecked] unchecked conversion
[javac] found : org.apache.solr.common.util.NamedList.NamedListEntry[]
[javac] required: java.util.Map.Entry<java.lang.String,java.lang.String>[]
[javac] Map.Entry<String, String> [] entries = new
NamedListEntry[q.length / 2];
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/test-framework/src/java/org/apache/solr/util/TestHarness.java:589:
warning: [unchecked] unchecked call to
NamedList(java.util.Map.Entry<java.lang.String,? extends T>[]) as a member of
the raw type org.apache.solr.common.util.NamedList
[javac] return new LocalSolrQueryRequest(TestHarness.this.getCore(),
new NamedList(entries));
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/test-framework/src/java/org/apache/solr/JSONTestUtil.java:232:
warning: [unchecked] unchecked cast
[javac] found : java.lang.Object
[javac] required: java.util.Map<java.lang.String,java.lang.Object>
[javac] Map<String,Object> expectedMap = (Map<String,Object>)expected;
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/test-framework/src/java/org/apache/solr/JSONTestUtil.java:247:
warning: [unchecked] unchecked call to HashSet(java.util.Collection<? extends
E>) as a member of the raw type java.util.HashSet
[javac] match = new HashSet(StrUtils.splitSmart(matchList,",",false));
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/test-framework/src/java/org/apache/solr/JSONTestUtil.java:247:
warning: [unchecked] unchecked conversion
[javac] found : java.util.HashSet
[javac] required: java.util.Set<java.lang.String>
[javac] match = new HashSet(StrUtils.splitSmart(matchList,",",false));
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/test-framework/src/java/org/apache/solr/JSONTestUtil.java:252:
warning: [unchecked] unchecked call to HashSet(java.util.Collection<? extends
E>) as a member of the raw type java.util.HashSet
[javac] skips = new HashSet(StrUtils.splitSmart(skipList,",",false));
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/test-framework/src/java/org/apache/solr/JSONTestUtil.java:252:
warning: [unchecked] unchecked conversion
[javac] found : java.util.HashSet
[javac] required: java.util.Set<java.lang.String>
[javac] skips = new HashSet(StrUtils.splitSmart(skipList,",",false));
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/test-framework/src/java/org/apache/solr/JSONTestUtil.java:350:
warning: [unchecked] unchecked cast
[javac] found : java.lang.Object
[javac] required: java.util.Map<java.lang.String,java.lang.Object>
[javac] return (Map<String,Object>)val;
[javac] ^
[javac]
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-3.x/checkout/solr/test-framework/src/java/org/apache/solr/analysis/MockTokenizerFactory.java:55:
method does not override a method from its superclass
[javac] @Override
[javac] ^
[javac] 1 error
[...truncated 13 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]