CRS Converter Core fails to build w/ unit test failures
The build is passing on pipeline but doesnt work either on my local (osx) environment or when trying to build in the maven:3.3.9-jdk-8
docker image. perhaps a working copy of crs-converter-core is cached in the GL maven repo?
Any guidance would be appreciated.
Steps:
- Clone master branch
- Run: mvn clean install (per instruction on readme)
Result:
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] CRSConverterTests.TestAppropriateCRSCombinations:847 Unexpected failure Invalid source and/or target CRS specification.
[ERROR] CRSConverterTests.TestEBToEBTransformationFail:512 expected:<In[valid source and/or target CRS specification].> but was:<In[coherent coordinate transformations; no hub CRS could be identified].>
[ERROR] CRSConverterTests.TestInappropriateCRSs:785
[ERROR] ReferenceConverterTest.TestParseCompoundTrfReferenceV1:152->validateCompoundTrf:160
[ERROR] ReferenceConverterTest.TestParseCompoundTrfReferenceV2:171->validateCompoundTrf:160
[ERROR] ReferenceConverterTest.TestParseEarlyBoundCrsReferenceV1:178->validateEarlyBoundCrs:186
[ERROR] ReferenceConverterTest.TestParseEarlyBoundCrsReferenceV2:197->validateEarlyBoundCrs:186
[ERROR] ReferenceConverterTest.TestParseSingleTrfReferenceV1:126->validateSingleTrf:134
[ERROR] ReferenceConverterTest.TestParseSingleTrfReferenceV2:145->validateSingleTrf:134
[ERROR] Errors:
[ERROR] CRSConverterTests.TestEBToEBCompoundTRFSkip:643 » IllegalArgument Invalid sour...
[ERROR] CRSConverterTests.TestEBToEBTransformationNoSkip:399 » IllegalArgument Invalid...
[ERROR] CRSConverterTests.TestEBToEBTransformationSkip:444 » IllegalArgument Invalid s...
[ERROR] CRSConverterTests.TestEBToEB_NoZShift_151393:920 » IllegalArgument Invalid sou...
[ERROR] CRSConverterTests.TestIdenticalAndSynonym_312051:949 » IllegalArgument Invalid...
[ERROR] CRSConverterTests.TestLBToEBCompoundTRF:547 » IllegalArgument Invalid source a...
[ERROR] CRSConverterTests.convertPointEarlyToEarlyBound:307 » IllegalArgument Invalid ...
[ERROR] CRSConverterTests.convertPointEarlyToLateBound:246 » IllegalArgument Invalid s...
[ERROR] CRSConverterTests.convertPointLateToEarlyBound:170 » IllegalArgument Invalid s...
[ERROR] CRSConverterTests.testConvertGeoJson:974 » IllegalArgument Invalid source and/...
[INFO]
[ERROR] Tests run: 81, Failures: 9, Errors: 10, Skipped: 8
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] crs-converter-service .............................. SUCCESS [ 1.087 s]
[INFO] crs-converter-core ................................. FAILURE [ 9.749 s]
[INFO] crs-converter-aks .................................. SKIPPED
[INFO] crs-converter-gae .................................. SKIPPED
[INFO] crs-converter-gke .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.377 s
[INFO] Finished at: 2020-10-02T16:09:13+00:00
[INFO] Final Memory: 58M/751M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project crs-converter-core: There are test failures.