David, it is not just you. This test is also failing on the GeoSolutions Windows build with an identical message and stack trace: http://winbuild.geo-solutions.it/jenkins/job/GeoTools-Master/1264/testReport/
Thank you for your detailed report. I have filed a Jira issue for this failure: https://osgeo-org.atlassian.net/browse/GEOT-5590 Kind regards, Ben. On 07/12/16 08:49, David Adler wrote: > Ben, thank you for the quick response. > > This is the output from mvn -version: > > J:\geotools>mvn install >test2.out 2>test2.err > J:\geotools>mvn -version > Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; > 2014-02-14T12:37:5 > 2-05:00) > Maven home: d:\maven321\bin\.. > Java version: 1.8.0_92, vendor: Oracle Corporation > Java home: d:\jdk1.8.0_92\jre > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 7", version: "6.1", arch: "x86", family: "dos" > > I tried attaching the output from mvn install but got a response that > the message was too big. > > Looking through the output of the last run, I found: > > Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.674 > sec <<< FAILURE! - in org.geotools.renderer.lite.LetterConflictTest > testLetterConflictEnabledCurvedLine(org.geotools.renderer.lite.LetterConflictTest) > Time elapsed: 0.042 sec <<< FAILURE! > junit.framework.AssertionFailedError: More labels in image2 than image1 > at junit.framework.Assert.fail(Assert.java:57) > at junit.framework.Assert.assertTrue(Assert.java:22) > at junit.framework.TestCase.assertTrue(TestCase.java:192) > at > org.geotools.renderer.lite.LetterConflictTest.testLetterConflictEnabledCurvedLine(LetterConflictTest.java:201) > > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.15:test (default-test) > on project gt-render: There are test failures. > [ERROR] > [ERROR] Please refer to > J:\geotools\modules\library\render\target\surefire-reports for the > individual test results. > > Strangely, it failed in a different test (gt-render) this time, not gt-cql. > > > On 12/6/2016 2:22 PM, Ben Caradoc-Davies wrote: >> David, >> >> please have a look in >> J:\geotools\modules\library\cql\target\surefire-reports and find the >> *.txt files containing "FAIL" to see what failed. Most useful are the >> most deeply nested exception messages. The failing tests will also be >> reported above in the console output. Maven is not known for its brevity. >> >> Please also send us the output of: >> >> mvn -version >> >> (This will give us information on your Maven, Java, and platform." >> >> Kind regards, >> Ben. >> >> On 07/12/16 03:37, David Adler wrote: >>> After cloning the current GIT level on Windows 7 and running >>> mvn install >>> I get the failure: >>> >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] BUILD FAILURE >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Total time: 01:15 min >>> [INFO] Finished at: 2016-12-06T09:30:23-05:00 >>> [INFO] Final Memory: 154M/247M >>> [INFO] >>> ------------------------------------------------------------------------ >>> [ERROR] Failed to execute goal >>> org.apache.maven.plugins:maven-surefire-plugin:2.15:test (default-test) >>> on project gt-cql: There are test failures. >>> [ERROR] >>> [ERROR] Please refer to >>> J:\geotools\modules\library\cql\target\surefire-reports for the >>> individual test results. >>> >>> Any suggestions? >>> >>> >>> --- >>> This email has been checked for viruses by Avast antivirus software. >>> https://www.avast.com/antivirus >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> Developer Access Program for Intel Xeon Phi Processors >>> Access to Intel Xeon Phi processor-based developer platforms. >>> With one year of Intel Parallel Studio XE. >>> Training and support from Colfax. >>> Order your platform today.http://sdm.link/xeonphi >>> _______________________________________________ >>> GeoTools-GT2-Users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users >>> >> > > > > --- > This email has been checked for viruses by Avast antivirus software. > https://www.avast.com/antivirus > -- Ben Caradoc-Davies <[email protected]> Director Transient Software Limited <http://transient.nz/> New Zealand ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/xeonphi _______________________________________________ GeoTools-GT2-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
