Hmm, was unaware that spatial-extras had this dependency.  Working on it...

Karl


On Mon, Apr 4, 2016 at 1:31 PM, Steve Rowe <sar...@gmail.com> wrote:

> Master is failing to compile in lucene/spatial-extras/ - see my Jenkins'
> failure email below.
>
> Git bisect says:
>
> ——
> 0843e95f0c6661eaa8db372deb06318da1cfe9d2 is the first bad commit
> commit 0843e95f0c6661eaa8db372deb06318da1cfe9d2
> Author: Karl Wright <daddy...@gmail.com>
> Date:   Sun Apr 3 09:43:11 2016 -0400
> ——
>
>
> --
> Steve
> www.lucidworks.com
>
>
> > Begin forwarded message:
> >
> > From: Jenkins <sar...@gmail.com>
> > Subject: [JENKINS] Lucene-Solr-tests-master - Build # 6234 - Still
> Failing!
> > Date: April 4, 2016 at 12:21:44 PM EDT
> > To: sar...@gmail.com
> >
> > Build: http://jenkins.sarowe.net/job/Lucene-Solr-tests-master/6234/
> >
> > No tests ran.
> >
> > Build Log:
> > [...truncated 3962 lines...]
> >    [javac] Compiling 33 source files to
> /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/lucene/build/spatial-extras/classes/test
> >    [javac]
> /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/lucene/spatial-extras/src/test/org/apache/lucene/spatial/spatial4j/Geo3dRptTest.java:36:
> error: GeoStandardCircle is not public in org.apache.lucene.spatial3d.geom;
> cannot be accessed from outside package
> >    [javac] import org.apache.lucene.spatial3d.geom.GeoStandardCircle;
> >    [javac]                                        ^
> >    [javac]
> /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/lucene/spatial-extras/src/test/org/apache/lucene/spatial/spatial4j/Geo3dShapeRectRelationTestCase.java:31:
> error: GeoStandardCircle is not public in org.apache.lucene.spatial3d.geom;
> cannot be accessed from outside package
> >    [javac] import org.apache.lucene.spatial3d.geom.GeoStandardCircle;
> >    [javac]                                        ^
> >    [javac]
> /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/lucene/spatial-extras/src/test/org/apache/lucene/spatial/spatial4j/Geo3dShapeSphereModelRectRelationTest.java:26:
> error: GeoStandardCircle is not public in org.apache.lucene.spatial3d.geom;
> cannot be accessed from outside package
> >    [javac] import org.apache.lucene.spatial3d.geom.GeoStandardCircle;
> >    [javac]                                        ^
> >    [javac]
> /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/lucene/spatial-extras/src/test/org/apache/lucene/spatial/spatial4j/Geo3dShapeWGS84ModelRectRelationTest.java:23:
> error: GeoStandardCircle is not public in org.apache.lucene.spatial3d.geom;
> cannot be accessed from outside package
> >    [javac] import org.apache.lucene.spatial3d.geom.GeoStandardCircle;
> >    [javac]                                        ^
> >    [javac]
> /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/lucene/spatial-extras/src/test/org/apache/lucene/spatial/spatial4j/Geo3dRptTest.java:163:
> error: cannot find symbol
> >    [javac]             final GeoShape shape = new
> GeoStandardCircle(PlanetModel.SPHERE, point.getY() * DEGREES_TO_RADIANS,
> point.getX() * DEGREES_TO_RADIANS,
> >    [javac]                                        ^
> >    [javac]   symbol:   class GeoStandardCircle
> >    [javac]   location: class Geo3dRptTest
> >    [javac]
> /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/lucene/spatial-extras/src/test/org/apache/lucene/spatial/spatial4j/Geo3dShapeRectRelationTestCase.java:121:
> error: cannot find symbol
> >    [javac]         final GeoShape shape = new
> GeoStandardCircle(planetModel, point.getY() * DEGREES_TO_RADIANS,
> point.getX() * DEGREES_TO_RADIANS,
> >    [javac]                                    ^
> >    [javac]   symbol: class GeoStandardCircle
> >    [javac]
> /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/lucene/spatial-extras/src/test/org/apache/lucene/spatial/spatial4j/Geo3dShapeRectRelationTestCase.java:128:
> error: cannot find symbol
> >    [javac]         GeoPoint geoPoint =
> ((GeoStandardCircle)shape.shape).getCenter();
> >    [javac]                               ^
> >    [javac]   symbol: class GeoStandardCircle
> >    [javac]
> /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/lucene/spatial-extras/src/test/org/apache/lucene/spatial/spatial4j/Geo3dShapeSphereModelRectRelationTest.java:63:
> error: cannot find symbol
> >    [javac]     GeoShape geo3dCircle = new GeoStandardCircle(planetModel,
> 1.6282053147165243E-4 * RADIANS_PER_DEGREE,
> >    [javac]                                ^
> >    [javac]   symbol:   class GeoStandardCircle
> >    [javac]   location: class Geo3dShapeSphereModelRectRelationTest
> >    [javac]
> /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/lucene/spatial-extras/src/test/org/apache/lucene/spatial/spatial4j/Geo3dShapeWGS84ModelRectRelationTest.java:53:
> error: cannot find symbol
> >    [javac]     final GeoCircle circle = new
> GeoStandardCircle(planetModel, -87.3647352103 * RADIANS_PER_DEGREE,
> 52.3769709972 * RADIANS_PER_DEGREE, 1 * RADIANS_PER_DEGREE);
> >    [javac]                                  ^
> >    [javac]   symbol:   class GeoStandardCircle
> >    [javac]   location: class Geo3dShapeWGS84ModelRectRelationTest
> >    [javac] Note: Some input files use or override a deprecated API.
> >    [javac] Note: Recompile with -Xlint:deprecation for details.
> >    [javac] 9 errors
> >
> > BUILD FAILED
> > /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/build.xml:254:
> The following error occurred while executing this line:
> >
> /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/lucene/build.xml:465:
> The following error occurred while executing this line:
> >
> /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/lucene/common-build.xml:2187:
> The following error occurred while executing this line:
> >
> /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/lucene/module-build.xml:55:
> The following error occurred while executing this line:
> >
> /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/lucene/common-build.xml:823:
> The following error occurred while executing this line:
> >
> /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/lucene/common-build.xml:837:
> The following error occurred while executing this line:
> >
> /var/lib/jenkins/jobs/Lucene-Solr-tests-master/workspace/lucene/common-build.xml:1969:
> Compile failed; see the compiler error output for details.
> >
> > Total time: 25 seconds
> > Build step 'Execute managed script' marked build as failure
> > Archiving artifacts
> > Recording test results
> > ERROR: Step ‘Publish JUnit test result report’ failed: No test report
> files were found. Configuration error?
> > Email was triggered for: Failure - Any
> > Sending email for trigger: Failure - Any
> >
> >
>
>

Reply via email to