Woops; I’ll fix. This was a Java 8 / Java 7 issue. On Tue, Jun 2, 2015 at 9:40 AM Policeman Jenkins Server <[email protected]> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12734/ > Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseG1GC > > All tests passed > > Build Log: > [...truncated 5634 lines...] > [javac] Compiling 106 source files to > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/build/spatial/classes/java > [javac] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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] > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/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 > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:536: The following > error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:484: The following > error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following > error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The > following error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/build.xml:466: The > following error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:2232: > The following error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/module-build.xml:593: > The following error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:523: > The following error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1948: > Compile failed; see the compiler error output for details. > > Total time: 16 minutes 14 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 > >
