I fixed this already. On Tue, Jun 2, 2015 at 10:10 AM Policeman Jenkins Server < [email protected]> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4760/ > Java: 32bit/jdk1.7.0_80 -server -XX:+UseConcMarkSweepGC > > All tests passed > > Build Log: > [...truncated 5664 lines...] > [javac] Compiling 106 source files to > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\build\spatial\classes\java > [javac] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\bbox\BBoxSimilarityValueSource.java:52: > warning: [rawtypes] found raw type: Map > [javac] public void createWeight(Map context, IndexSearcher > searcher) throws IOException { > [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] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\bbox\BBoxSimilarityValueSource.java:65: > warning: [rawtypes] found raw type: Map > [javac] public FunctionValues getValues(Map context, > LeafReaderContext readerContext) throws IOException { > [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] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\bbox\BBoxValueSource.java:53: > warning: [rawtypes] found raw type: Map > [javac] public FunctionValues getValues(Map context, > LeafReaderContext readerContext) throws IOException { > [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] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\serialized\SerializedDVStrategy.java:223: > warning: [rawtypes] found raw type: Map > [javac] public FunctionValues getValues(Map context, > LeafReaderContext readerContext) throws IOException { > [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] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\composite\CompositeVerifyQuery.java:92: > warning: [rawtypes] found raw type: Map > [javac] final Map valueSourceContext = > ValueSource.newContext(searcher); > [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] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\composite\IntersectsRPTVerifyQuery.java:89: > warning: [rawtypes] found raw type: Map > [javac] final Map valueSourceContext = > ValueSource.newContext(searcher); > [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] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\spatial4j\geo3d\PlanetModel.java:87: > error: no suitable method found for hashCode(double) > [javac] return Double.hashCode(ab) + Double.hashCode(c); > [javac] ^ > [javac] method Double.hashCode() is not applicable > [javac] (actual and formal argument lists differ in length) > [javac] method Object.hashCode() is not applicable > [javac] (actual and formal argument lists differ in length) > [javac] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\spatial4j\geo3d\PlanetModel.java:87: > error: no suitable method found for hashCode(double) > [javac] return Double.hashCode(ab) + Double.hashCode(c); > [javac] ^ > [javac] method Double.hashCode() is not applicable > [javac] (actual and formal argument lists differ in length) > [javac] method Object.hashCode() is not applicable > [javac] (actual and formal argument lists differ in length) > [javac] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\util\CachingDoubleValueSource.java:50: > warning: [rawtypes] found raw type: Map > [javac] public FunctionValues getValues(Map context, > LeafReaderContext readerContext) throws IOException { > [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] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\util\DistanceToShapeValueSource.java:70: > warning: [rawtypes] found raw type: Map > [javac] public void createWeight(Map context, IndexSearcher > searcher) throws IOException { > [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] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\util\DistanceToShapeValueSource.java:75: > warning: [rawtypes] found raw type: Map > [javac] public FunctionValues getValues(Map context, > LeafReaderContext readerContext) throws IOException { > [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] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\util\ShapeAreaValueSource.java:63: > warning: [rawtypes] found raw type: Map > [javac] public void createWeight(Map context, IndexSearcher > searcher) throws IOException { > [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] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\util\ShapeAreaValueSource.java:68: > warning: [rawtypes] found raw type: Map > [javac] public FunctionValues getValues(Map context, > LeafReaderContext readerContext) throws IOException { > [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] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\util\ShapeFieldCacheDistanceValueSource.java:60: > warning: [rawtypes] found raw type: Map > [javac] public FunctionValues getValues(Map context, final > LeafReaderContext readerContext) throws IOException { > [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] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\util\ShapePredicateValueSource.java:66: > warning: [rawtypes] found raw type: Map > [javac] public void createWeight(Map context, IndexSearcher > searcher) throws IOException { > [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] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\util\ShapePredicateValueSource.java:71: > warning: [rawtypes] found raw type: Map > [javac] public FunctionValues getValues(Map context, > LeafReaderContext readerContext) throws IOException { > [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] > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\spatial\src\java\org\apache\lucene\spatial\vector\DistanceValueSource.java:66: > warning: [rawtypes] found raw type: Map > [javac] public FunctionValues getValues(Map context, > LeafReaderContext readerContext) throws IOException { > [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] 2 errors > > [...truncated 1 lines...] > BUILD FAILED > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:536: The > following error occurred while executing this line: > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:484: The > following error occurred while executing this line: > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The > following error occurred while executing this line: > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: > The following error occurred while executing this line: > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\build.xml:466: > The following error occurred while executing this line: > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:2232: > The following error occurred while executing this line: > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\module-build.xml:593: > The following error occurred while executing this line: > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:523: > The following error occurred while executing this line: > C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1948: > Compile failed; see the compiler error output for details. > > Total time: 14 minutes 0 seconds > Build step 'Invoke Ant' marked build as failure > Archiving artifacts > Recording test results > Email was triggered for: Failure - Any > Sending email for trigger: Failure - Any > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
