Build: https://builds.apache.org/hudson/job/Solr-3.x/346/
No tests ran. Build Log (for compile errors): [...truncated 13314 lines...] [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:157: warning: getFileNames() in org.apache.solr.core.IndexDeletionPolicyWrapper.IndexCommitWrapper overrides getFileNames() in org.apache.lucene.index.IndexCommit; return type requires unchecked conversion [javac] found : java.util.Collection [javac] required: java.util.Collection<java.lang.String> [javac] public Collection getFileNames() throws IOException { [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:211: warning: getUserData() in org.apache.solr.core.IndexDeletionPolicyWrapper.IndexCommitWrapper overrides getUserData() in org.apache.lucene.index.IndexCommit; return type requires unchecked conversion [javac] found : java.util.Map [javac] required: java.util.Map<java.lang.String,java.lang.String> [javac] public Map getUserData() throws IOException { [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/RequestHandlerBase.java:173: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] lst.add("handlerStart",handlerStart); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/RequestHandlerBase.java:174: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] lst.add("requests", numRequests); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/RequestHandlerBase.java:175: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] lst.add("errors", numErrors); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/RequestHandlerBase.java:176: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] lst.add("timeouts", numTimeouts); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/RequestHandlerBase.java:177: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] lst.add("totalTime",totalTime); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/RequestHandlerBase.java:178: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] lst.add("avgTimePerRequest", (float) totalTime / (float) this.numRequests); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/RequestHandlerBase.java:179: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] lst.add("avgRequestsPerSecond", (float) numRequests*1000 / (float)(System.currentTimeMillis()-handlerStart)); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/component/ResponseBuilder.java:291: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] rsp.getResponseHeader().add( "partialResults", Boolean.TRUE ); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/search/FunctionQParser.java:254: warning: [unchecked] unchecked conversion [javac] found : java.util.HashMap [javac] required: java.util.Map<java.lang.String,java.lang.String> [javac] int end = QueryParsing.parseLocalParams(qs, start, nestedLocalParams, getParams()); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/component/FacetComponent.java:405: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] facet_counts.add("exception",fi.exceptionList); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/component/FacetComponent.java:409: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] facet_counts.add("facet_queries",facet_queries); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/component/FacetComponent.java:411: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] facet_queries.add(qf.getKey(), num(qf.count)); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/component/FacetComponent.java:415: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] facet_counts.add("facet_fields", facet_fields); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/component/FacetComponent.java:419: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] facet_fields.add(dff.getKey(), fieldCounts); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/component/FacetComponent.java:440: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] fieldCounts.add(counts[i].name, num(counts[i].count)); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/component/FacetComponent.java:458: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] fieldCounts.add(counts[i].name, num(count)); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/component/FacetComponent.java:463: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] fieldCounts.add(null, num(dff.missingCount)); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/component/FacetComponent.java:468: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] facet_counts.add("facet_dates", new SimpleOrderedMap()); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/component/FacetComponent.java:469: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] facet_counts.add("facet_ranges", new SimpleOrderedMap()); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/handler/component/FacetComponent.java:550: warning: [unchecked] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [javac] exceptionList.addAll(exceptions); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/request/SimpleFacets.java:175: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] facetResponse.add("facet_queries", getFacetQueryCounts()); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/request/SimpleFacets.java:176: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] facetResponse.add("facet_fields", getFacetFieldCounts()); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/request/SimpleFacets.java:177: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] facetResponse.add("facet_dates", getFacetDateCounts()); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/request/SimpleFacets.java:178: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] facetResponse.add("facet_ranges", getFacetRangeCounts()); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/request/SimpleFacets.java:191: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] facetResponse.add("exception", exceptions); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/request/SimpleFacets.java:195: warning: [unchecked] unchecked call to add(E) as a member of the raw type java.util.List [javac] exceptions.add(entry); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/request/SimpleFacets.java:224: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] res.add(key, searcher.numDocs(qobj, base)); [javac] ^ [javac] /usr/home/hudson/hudson-slave/workspace/Solr-3.x/checkout/solr/src/java/org/apache/solr/request/SimpleFacets.java:312: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList [javac] res.add(key, getListedTermCounts(facetValue, termList)); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files additionally use unchecked or unsafe operations. [javac] 2 errors [...truncated 15 lines...] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org