Re: [Geotools-devel] Should we just ignore the H2 test breaking the online builds?

2018-05-24 Thread Ben Caradoc-Davies
H2DataStoreFactoryTest.testTCP is now skipped, revealing a bunch more 
failures in gt-app-schema and gt-render:

https://build.geoserver.org/job/geotools-master-online-postgis/611/consoleText

On 25/05/18 14:45, Ben Caradoc-Davies wrote:

Andrea,

I see that you inadvertently included the @Ignore for 
H2DataStoreFactoryTest.testTCP in your GEOT-6005 changes:
https://github.com/geotools/geotools/commit/d7aac38f6657f9b0064cd4cc71a1c4f5f3601973#diff-f89dcf4a2f5a125e809e6e14c19e242aR86 



This @Ignore is ineffective because H2DataStoreFactoryTest is a JUnit 3 
TestCase and @Ignore is a JUnit 4 feature. You can see 
H2DataStoreFactoryTest.testTCP continue to run and fail on Jenkins:
https://build.geoserver.org/job/geotools-master-online-postgis/610/consoleText 



To make your @Ignore effective, I ported H2DataStoreFactoryTest to JUnit 
4 on master:
https://github.com/geotools/geotools/commit/f94a6b92e3c4ce4aa43f5cfff223b4f909aed14c 



I have kicked the Jenkins geotools-master-online-postgis build to see if 
this change fixes it.


I have also disabled the Jenkins geotools-master-online-oracle and 
geotools-master-online-sqlserver-jtds builds until some cares enough to 
fix them.


Kind regards,
Ben.


On 23/05/18 11:02, Ben Caradoc-Davies wrote:
Yes, please disable H2DataStoreFactoryTest.testTCP by X-ing it out or 
porting to JUnit 4 and using @Ignore.


If we cannot fix this failure on Jenkins (and it only fails on 
Jenkins), we must preserve test coverage by sacrificing the failing 
method. At the moment, we have no online test coverage for postgis 
because the online build fails and nobody will notice if a new failure 
is introduced.


Any remaining failing builds must be disabled because they are 
conditioning developers to ignore build failure messages and are thus 
harmful to continuous integration. I think the online Oracle test was 
failing on 3D support. Unless someone cares enough to fix it, it 
should be disabled.


Kind regards,
Ben.

On 23/05/18 05:14, Andrea Aime wrote:

Hi,
the geotools-devel list is a wall of test failure reports... should 
we just

disable that test?
I don't think it's adding all that much to test coverage...

Cheers
Andrea


==
GeoServer Professional Services from the experts! Visit 
http://goo.gl/it488V

for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio 
stesso,

divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended 
solely for
the attention and use of the named addressee(s) and may be 
confidential or

proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, 
reproduction,
copying, distribution, or either dissemination, either whole or 
partial, is

strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, 
accuracy or

completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.



-- 


Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot



___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel







--
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [Geotools-devel] Build failed in Jenkins: geotools-master-online-postgis #611

2018-05-24 Thread Ben Caradoc-Davies

Torben and Nick,

I suspect that there is something wrong with networking on the Jenkins 
slaves. Can you please check that they have working localhost including 
an entry for localhost in /etc/hosts. I am pretty sure that a test is 
failing trying to connect to localhost with:


"java.net.NoRouteToHostException: No route to host (Host unreachable)"

Kind regards,
Ben.

On 25/05/18 16:45, moni...@boundlessgeo.com wrote:

See 


Changes:

[Ben Caradoc-Davies] [GEOT-6027] LabelingTest.testLineLabelingSharpTurn2 fails 
on Oracle JDK

[Ben Caradoc-Davies] Port H2DataStoreFactoryTest to JUnit 4 so @Ignore on 
testTCP works

[Ben Caradoc-Davies] [GEOT-6028] Bad URL->File conversion causes HttpConfigTest 
failure in a

--
[...truncated 725.71 KB...]
at java.net.Socket.connect(Socket.java:589)
at java.net.Socket.connect(Socket.java:538)
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
at sun.net.www.http.HttpClient.(HttpClient.java:242)
at sun.net.www.http.HttpClient.New(HttpClient.java:339)
at sun.net.www.http.HttpClient.New(HttpClient.java:357)
at 
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1202)
at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1138)
at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1032)
at 
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:966)
at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)
at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
at java.net.URL.openStream(URL.java:1045)
at 
org.geotools.data.complex.config.XMLConfigDigester.digest(XMLConfigDigester.java:110)
at 
org.geotools.data.complex.config.XMLConfigDigester.parse(XMLConfigDigester.java:89)
at 
org.geotools.data.complex.AppSchemaDataAccessFactory.createDataStore(AppSchemaDataAccessFactory.java:84)
at 
org.geotools.data.complex.AppSchemaDataAccessFactory.createDataStore(AppSchemaDataAccessFactory.java:74)
at 
org.geotools.data.DataAccessFinder.getDataStore(DataAccessFinder.java:121)
at 
org.geotools.data.DataAccessFinder.getDataStore(DataAccessFinder.java:77)
at 
org.geotools.http.HttpConfigTest.buildAppSchemaDataStore(HttpConfigTest.java:144)
at 
org.geotools.http.HttpConfigTest.testHttpMapping(HttpConfigTest.java:100)
at 
org.geotools.http.HttpConfigTest.testHttpIncludes(HttpConfigTest.java:85)

Running org.geotools.util.ComplexAttributeConverterFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.geotools.util.ComplexAttributeConverterFactoryTest
Running org.geotools.util.InterpolationPropertiesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.geotools.util.InterpolationPropertiesTest

Results :

Tests in error:
   
HttpConfigTest.testRelativeIncludes:91->testHttpMapping:100->buildAppSchemaDataStore:148
 Runtime
   
HttpConfigTest.testHttpIncludes:85->testHttpMapping:100->buildAppSchemaDataStore:148
 Runtime

Tests run: 145, Failures: 0, Errors: 2, Skipped: 0

[INFO]
[INFO] 
[INFO] Skipping MongoDB DataStore
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO]
[INFO] 
[INFO] Skipping Web Map Server client
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO]
[INFO] 
[INFO] Skipping Swing widgets
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO]
[INFO] 
[INFO] Skipping Tile Client
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO]
[INFO] 
[INFO] Skipping Web Map Tile Service Client
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO]
[INFO] 

[Geotools-devel] Build failed in Jenkins: geotools-master-online-postgis #611

2018-05-24 Thread monitor
See 


Changes:

[Ben Caradoc-Davies] [GEOT-6027] LabelingTest.testLineLabelingSharpTurn2 fails 
on Oracle JDK

[Ben Caradoc-Davies] Port H2DataStoreFactoryTest to JUnit 4 so @Ignore on 
testTCP works

[Ben Caradoc-Davies] [GEOT-6028] Bad URL->File conversion causes HttpConfigTest 
failure in a

--
[...truncated 725.71 KB...]
at java.net.Socket.connect(Socket.java:589)
at java.net.Socket.connect(Socket.java:538)
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
at sun.net.www.http.HttpClient.(HttpClient.java:242)
at sun.net.www.http.HttpClient.New(HttpClient.java:339)
at sun.net.www.http.HttpClient.New(HttpClient.java:357)
at 
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1202)
at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1138)
at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1032)
at 
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:966)
at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)
at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
at java.net.URL.openStream(URL.java:1045)
at 
org.geotools.data.complex.config.XMLConfigDigester.digest(XMLConfigDigester.java:110)
at 
org.geotools.data.complex.config.XMLConfigDigester.parse(XMLConfigDigester.java:89)
at 
org.geotools.data.complex.AppSchemaDataAccessFactory.createDataStore(AppSchemaDataAccessFactory.java:84)
at 
org.geotools.data.complex.AppSchemaDataAccessFactory.createDataStore(AppSchemaDataAccessFactory.java:74)
at 
org.geotools.data.DataAccessFinder.getDataStore(DataAccessFinder.java:121)
at 
org.geotools.data.DataAccessFinder.getDataStore(DataAccessFinder.java:77)
at 
org.geotools.http.HttpConfigTest.buildAppSchemaDataStore(HttpConfigTest.java:144)
at 
org.geotools.http.HttpConfigTest.testHttpMapping(HttpConfigTest.java:100)
at 
org.geotools.http.HttpConfigTest.testHttpIncludes(HttpConfigTest.java:85)

Running org.geotools.util.ComplexAttributeConverterFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.geotools.util.ComplexAttributeConverterFactoryTest
Running org.geotools.util.InterpolationPropertiesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.geotools.util.InterpolationPropertiesTest

Results :

Tests in error: 
  
HttpConfigTest.testRelativeIncludes:91->testHttpMapping:100->buildAppSchemaDataStore:148
 Runtime
  
HttpConfigTest.testHttpIncludes:85->testHttpMapping:100->buildAppSchemaDataStore:148
 Runtime

Tests run: 145, Failures: 0, Errors: 2, Skipped: 0

[INFO] 
[INFO] 
[INFO] Skipping MongoDB DataStore
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Web Map Server client
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Swing widgets
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Tile Client
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Web Map Tile Service Client
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 

Re: [Geotools-devel] Should we just ignore the H2 test breaking the online builds?

2018-05-24 Thread Ben Caradoc-Davies

Andrea,

I see that you inadvertently included the @Ignore for 
H2DataStoreFactoryTest.testTCP in your GEOT-6005 changes:

https://github.com/geotools/geotools/commit/d7aac38f6657f9b0064cd4cc71a1c4f5f3601973#diff-f89dcf4a2f5a125e809e6e14c19e242aR86

This @Ignore is ineffective because H2DataStoreFactoryTest is a JUnit 3 
TestCase and @Ignore is a JUnit 4 feature. You can see 
H2DataStoreFactoryTest.testTCP continue to run and fail on Jenkins:

https://build.geoserver.org/job/geotools-master-online-postgis/610/consoleText

To make your @Ignore effective, I ported H2DataStoreFactoryTest to JUnit 
4 on master:

https://github.com/geotools/geotools/commit/f94a6b92e3c4ce4aa43f5cfff223b4f909aed14c

I have kicked the Jenkins geotools-master-online-postgis build to see if 
this change fixes it.


I have also disabled the Jenkins geotools-master-online-oracle and 
geotools-master-online-sqlserver-jtds builds until some cares enough to 
fix them.


Kind regards,
Ben.


On 23/05/18 11:02, Ben Caradoc-Davies wrote:
Yes, please disable H2DataStoreFactoryTest.testTCP by X-ing it out or 
porting to JUnit 4 and using @Ignore.


If we cannot fix this failure on Jenkins (and it only fails on Jenkins), 
we must preserve test coverage by sacrificing the failing method. At the 
moment, we have no online test coverage for postgis because the online 
build fails and nobody will notice if a new failure is introduced.


Any remaining failing builds must be disabled because they are 
conditioning developers to ignore build failure messages and are thus 
harmful to continuous integration. I think the online Oracle test was 
failing on 3D support. Unless someone cares enough to fix it, it should 
be disabled.


Kind regards,
Ben.

On 23/05/18 05:14, Andrea Aime wrote:

Hi,
the geotools-devel list is a wall of test failure reports... should we 
just

disable that test?
I don't think it's adding all that much to test coverage...

Cheers
Andrea


==
GeoServer Professional Services from the experts! Visit 
http://goo.gl/it488V

for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely 
for
the attention and use of the named addressee(s) and may be 
confidential or

proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, 
reproduction,
copying, distribution, or either dissemination, either whole or 
partial, is

strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, 
accuracy or

completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.



-- 


Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot



___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel





--
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] Jenkins build is back to normal : geotools-master-online-mysql #604

2018-05-24 Thread monitor
See 



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] Jenkins build is back to normal : geotools-19.x #37

2018-05-24 Thread monitor
See 



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] Jenkins build is back to normal : geotools-18.x #75

2018-05-24 Thread monitor
See 



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] Jenkins build is back to normal : geotools-master #2548

2018-05-24 Thread monitor
See 



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] Build failed in Jenkins: geotools-master-online-oracle #609

2018-05-24 Thread monitor
See 


Changes:

[Andrea Aime] [GEOT-6005] Renderer can paint label overlapping itself on sharp 
turns

[Andrea Aime] [GEOT-6005] Renderer can paint label overlapping itself on sharp 
turns

--
[...truncated 392.55 KB...]
[INFO] Compiling 16 source files to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ gt-mongodb ---
[INFO] Surefire report directory: 


---
 T E S T S
---
Running org.geotools.data.mongodb.FeatureTypeDBObjectTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.298 sec - in 
org.geotools.data.mongodb.FeatureTypeDBObjectTest
Running org.geotools.data.mongodb.FilterToMongoTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec - in 
org.geotools.data.mongodb.FilterToMongoTest
Running org.geotools.data.mongodb.MongoFeatureSourceVisitorTest
Skipping mongodb tests. Fixture file /var/jenkins/.geotools/mongodb.properties 
not found.
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in 
org.geotools.data.mongodb.MongoFeatureSourceVisitorTest
Running org.geotools.data.mongodb.MongoSchemaDBStoreTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.005 sec - in 
org.geotools.data.mongodb.MongoSchemaDBStoreTest
Running org.geotools.data.mongodb.MongoSchemaFileStoreTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.033 sec - in 
org.geotools.data.mongodb.MongoSchemaFileStoreTest
Running org.geotools.data.mongodb.MongoUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.geotools.data.mongodb.MongoUtilTest
Running org.geotools.data.mongodb.geojson.GeoJSONMongoDataStoreTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in 
org.geotools.data.mongodb.geojson.GeoJSONMongoDataStoreTest
Running org.geotools.data.mongodb.geojson.GeoJSONMongoFeatureSourceTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in 
org.geotools.data.mongodb.geojson.GeoJSONMongoFeatureSourceTest

Results :

Tests run: 36, Failures: 0, Errors: 0, Skipped: 9

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gt-mongodb ---
[INFO] Building jar: 

[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ 
gt-mongodb >>>
[INFO] 
[INFO] --- git-commit-id-plugin:2.1.15:revision (default) @ gt-mongodb ---
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ 
gt-mongodb <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ gt-mongodb ---
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ gt-mongodb ---
[INFO] Installing 

 to 
/var/jenkins/.m2/repository/org/geotools/gt-mongodb/20-SNAPSHOT/gt-mongodb-20-SNAPSHOT.jar
[INFO] Installing 

 to 
/var/jenkins/.m2/repository/org/geotools/gt-mongodb/20-SNAPSHOT/gt-mongodb-20-SNAPSHOT.pom
[INFO] Installing 

 to 
/var/jenkins/.m2/repository/org/geotools/gt-mongodb/20-SNAPSHOT/gt-mongodb-20-SNAPSHOT-sources.jar
[INFO] 
[INFO] 
[INFO] Skipping Web Map Server client
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Swing widgets
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Tile Client
[INFO] This project 

[Geotools-devel] Build failed in Jenkins: geotools-master-online-mysql #603

2018-05-24 Thread monitor
See 


Changes:

[Andrea Aime] [GEOT-6005] Renderer can paint label overlapping itself on sharp 
turns

[Andrea Aime] [GEOT-6005] Renderer can paint label overlapping itself on sharp 
turns

--
[...truncated 636.22 KB...]
[INFO] Compiling 16 source files to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ gt-mongodb ---
[INFO] Surefire report directory: 


---
 T E S T S
---
Running org.geotools.data.mongodb.FeatureTypeDBObjectTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.074 sec - in 
org.geotools.data.mongodb.FeatureTypeDBObjectTest
Running org.geotools.data.mongodb.FilterToMongoTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 sec - in 
org.geotools.data.mongodb.FilterToMongoTest
Running org.geotools.data.mongodb.MongoFeatureSourceVisitorTest
Skipping mongodb tests. Fixture file /var/jenkins/.geotools/mongodb.properties 
not found.
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in 
org.geotools.data.mongodb.MongoFeatureSourceVisitorTest
Running org.geotools.data.mongodb.MongoSchemaDBStoreTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.005 sec - in 
org.geotools.data.mongodb.MongoSchemaDBStoreTest
Running org.geotools.data.mongodb.MongoSchemaFileStoreTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.026 sec - in 
org.geotools.data.mongodb.MongoSchemaFileStoreTest
Running org.geotools.data.mongodb.MongoUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.geotools.data.mongodb.MongoUtilTest
Running org.geotools.data.mongodb.geojson.GeoJSONMongoDataStoreTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.geotools.data.mongodb.geojson.GeoJSONMongoDataStoreTest
Running org.geotools.data.mongodb.geojson.GeoJSONMongoFeatureSourceTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.geotools.data.mongodb.geojson.GeoJSONMongoFeatureSourceTest

Results :

Tests run: 36, Failures: 0, Errors: 0, Skipped: 9

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gt-mongodb ---
[INFO] Building jar: 

[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ 
gt-mongodb >>>
[INFO] 
[INFO] --- git-commit-id-plugin:2.1.15:revision (default) @ gt-mongodb ---
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ 
gt-mongodb <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ gt-mongodb ---
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ gt-mongodb ---
[INFO] Installing 

 to 
/var/jenkins/.m2/repository/org/geotools/gt-mongodb/20-SNAPSHOT/gt-mongodb-20-SNAPSHOT.jar
[INFO] Installing 

 to 
/var/jenkins/.m2/repository/org/geotools/gt-mongodb/20-SNAPSHOT/gt-mongodb-20-SNAPSHOT.pom
[INFO] Installing 

 to 
/var/jenkins/.m2/repository/org/geotools/gt-mongodb/20-SNAPSHOT/gt-mongodb-20-SNAPSHOT-sources.jar
[INFO] 
[INFO] 
[INFO] Skipping Web Map Server client
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Swing widgets
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Tile Client
[INFO] This project has been 

[Geotools-devel] Build failed in Jenkins: geotools-master-online-sqlserver-jtds #213

2018-05-24 Thread monitor
See 


Changes:

[Andrea Aime] [GEOT-6005] Renderer can paint label overlapping itself on sharp 
turns

[Andrea Aime] [GEOT-6005] Renderer can paint label overlapping itself on sharp 
turns

--
[...truncated 644.38 KB...]

---
 T E S T S
---
Running org.geotools.data.mongodb.FeatureTypeDBObjectTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.977 sec - in 
org.geotools.data.mongodb.FeatureTypeDBObjectTest
Running org.geotools.data.mongodb.FilterToMongoTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 sec - in 
org.geotools.data.mongodb.FilterToMongoTest
Running org.geotools.data.mongodb.MongoFeatureSourceVisitorTest
Skipping mongodb tests. Fixture file /var/jenkins/.geotools/mongodb.properties 
not found.
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in 
org.geotools.data.mongodb.MongoFeatureSourceVisitorTest
Running org.geotools.data.mongodb.MongoSchemaDBStoreTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.005 sec - in 
org.geotools.data.mongodb.MongoSchemaDBStoreTest
Running org.geotools.data.mongodb.MongoSchemaFileStoreTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.035 sec - in 
org.geotools.data.mongodb.MongoSchemaFileStoreTest
Running org.geotools.data.mongodb.MongoUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.geotools.data.mongodb.MongoUtilTest
Running org.geotools.data.mongodb.geojson.GeoJSONMongoDataStoreTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.geotools.data.mongodb.geojson.GeoJSONMongoDataStoreTest
Running org.geotools.data.mongodb.geojson.GeoJSONMongoFeatureSourceTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.geotools.data.mongodb.geojson.GeoJSONMongoFeatureSourceTest

Results :

Tests run: 36, Failures: 0, Errors: 0, Skipped: 9

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gt-mongodb ---
[INFO] Building jar: 

[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ 
gt-mongodb >>>
[INFO] 
[INFO] --- git-commit-id-plugin:2.1.15:revision (default) @ gt-mongodb ---
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ 
gt-mongodb <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ gt-mongodb ---
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ gt-mongodb ---
[INFO] Installing 

 to 
/var/jenkins/.m2/repository/org/geotools/gt-mongodb/20-SNAPSHOT/gt-mongodb-20-SNAPSHOT.jar
[INFO] Installing 

 to 
/var/jenkins/.m2/repository/org/geotools/gt-mongodb/20-SNAPSHOT/gt-mongodb-20-SNAPSHOT.pom
[INFO] Installing 

 to 
/var/jenkins/.m2/repository/org/geotools/gt-mongodb/20-SNAPSHOT/gt-mongodb-20-SNAPSHOT-sources.jar
[INFO] 
[INFO] 
[INFO] Skipping Web Map Server client
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Swing widgets
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Tile Client
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Web Map Tile Service Client

[Geotools-devel] Backporting GEOT-5988, GEOT-5980, GEOT-5993 to 19.x

2018-05-24 Thread Daniele Romagnoli
Hi List,
on monday (28/05) I would like to backport the above GeoTools improvements
to the 19.x series since a month is occurred, so I will proceed with that
if no objections.

Summarizing the JIRAs:

GEOT-5988: support for new jai-ext scaling operation based on higher
precision datatypes (bigInteger+double instead of long+float). Note that it
requires explicit activation via system property to be used so it doesn't
impact current functionality.

GEOT-5980: Disallow GeoTIFF nodata metadata writing via writeParam.
By default, GeoTIFF writer always write a noData metadata to the output
file if a nodata has been found in the input coverage. A new write param
has been added to explicitly skip nodata write. Again, default behavior is
as per old code so no regressions.

GEOT-5993: virtual native resolution.
An additional read param in ImageMosaic to "simulate" a different native
resolution of the underlying data so that, to give an example, you can
serve 20cm resolution data as if it would have 5m native resolution
instead.

Cheers,
Daniele








-- 
Regards,
Daniele Romagnoli
==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V
for more information.
==

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:  +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] Build failed in Jenkins: geotools-master-online-postgis #610

2018-05-24 Thread monitor
See 


Changes:

[Andrea Aime] [GEOT-6005] Renderer can paint label overlapping itself on sharp 
turns

[Andrea Aime] [GEOT-6005] Renderer can paint label overlapping itself on sharp 
turns

--
[...truncated 390.43 KB...]
at java.net.Socket.connect(Socket.java:589)
at java.net.Socket.connect(Socket.java:538)
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
at sun.net.www.http.HttpClient.(HttpClient.java:242)
at sun.net.www.http.HttpClient.New(HttpClient.java:339)
at sun.net.www.http.HttpClient.New(HttpClient.java:357)
at 
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1202)
at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1138)
at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1032)
at 
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:966)
at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)
at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
at java.net.URL.openStream(URL.java:1045)
at 
org.geotools.data.complex.config.XMLConfigDigester.digest(XMLConfigDigester.java:110)
at 
org.geotools.data.complex.config.XMLConfigDigester.parse(XMLConfigDigester.java:89)
at 
org.geotools.data.complex.AppSchemaDataAccessFactory.createDataStore(AppSchemaDataAccessFactory.java:84)
at 
org.geotools.data.complex.AppSchemaDataAccessFactory.createDataStore(AppSchemaDataAccessFactory.java:74)
at 
org.geotools.data.DataAccessFinder.getDataStore(DataAccessFinder.java:121)
at 
org.geotools.data.DataAccessFinder.getDataStore(DataAccessFinder.java:77)
at 
org.geotools.http.HttpConfigTest.buildAppSchemaDataStore(HttpConfigTest.java:144)
at 
org.geotools.http.HttpConfigTest.testHttpMapping(HttpConfigTest.java:100)
at 
org.geotools.http.HttpConfigTest.testHttpIncludes(HttpConfigTest.java:85)

Running org.geotools.util.ComplexAttributeConverterFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.geotools.util.ComplexAttributeConverterFactoryTest
Running org.geotools.util.InterpolationPropertiesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.geotools.util.InterpolationPropertiesTest

Results :

Tests in error: 
  
HttpConfigTest.testRelativeIncludes:91->testHttpMapping:100->buildAppSchemaDataStore:148
 Runtime
  
HttpConfigTest.testHttpIncludes:85->testHttpMapping:100->buildAppSchemaDataStore:148
 Runtime

Tests run: 145, Failures: 0, Errors: 2, Skipped: 0

[INFO] 
[INFO] 
[INFO] Skipping MongoDB DataStore
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Web Map Server client
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Swing widgets
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Tile Client
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Web Map Tile Service Client
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Process Raster
[INFO] This project 

[Geotools-devel] Build failed in Jenkins: geotools-18.x #74

2018-05-24 Thread monitor
See 


Changes:

[Andrea Aime] [GEOT-6005] Renderer can paint label overlapping itself on sharp 
turns

--
[...truncated 1.33 MB...]
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.795 sec - in 
org.geotools.renderer.lite.gridcoverage2d.RasterSymbolizerTest
Running org.geotools.renderer.lite.gridcoverage2d.RootNodeTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in 
org.geotools.renderer.lite.gridcoverage2d.RootNodeTest
Running org.geotools.renderer.lite.gridcoverage2d.SLDColorMapBuilderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in 
org.geotools.renderer.lite.gridcoverage2d.SLDColorMapBuilderTest
Running org.geotools.renderer.markwkt.ShapeMarkFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.geotools.renderer.markwkt.ShapeMarkFactoryTest
Running org.geotools.renderer.markwkt.WKTMarkFactoryTest
2018-05-24T09:16:52.364+  WARNING  

 (No such file or directory)
java.io.FileNotFoundException: 

 (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at java.io.FileInputStream.(FileInputStream.java:93)
at 
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at 
sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at java.net.URL.openStream(URL.java:1045)
at 
org.geotools.renderer.markwkt.WKTMarkFactory.loadLibrary(WKTMarkFactory.java:199)
at 
org.geotools.renderer.markwkt.WKTMarkFactory.addToCache(WKTMarkFactory.java:114)
at 
org.geotools.renderer.markwkt.WKTMarkFactory.getShape(WKTMarkFactory.java:162)
at 
org.geotools.renderer.markwkt.WKTMarkFactoryTest.testWellKnownTextFromNotExistingFile(WKTMarkFactoryTest.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at junit.framework.TestCase.runTest(TestCase.java:176)
at junit.framework.TestCase.runBare(TestCase.java:141)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:129)
at junit.framework.TestSuite.runTest(TestSuite.java:255)
at junit.framework.TestSuite.run(TestSuite.java:250)
at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in 
org.geotools.renderer.markwkt.WKTMarkFactoryTest
Running org.geotools.renderer.style.DynamicSymbolFactoryFinderTest
Tests run: 2, Failures: 0, 

[Geotools-devel] Build failed in Jenkins: geotools-19.x #36

2018-05-24 Thread monitor
See 


Changes:

[Andrea Aime] [GEOT-6005] Renderer can paint label overlapping itself on sharp 
turns

--
[...truncated 1.32 MB...]
2018-05-24T08:58:57.377+  WARNING  This granule catalog was not properly 
dispose as it still points to:ServiceInfo 
 description=Features from ShapefileDataStore
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 sec - in 
org.geotools.renderer.lite.gridcoverage2d.TransparencyStyledTest
Running org.geotools.renderer.markwkt.ShapeMarkFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.geotools.renderer.markwkt.ShapeMarkFactoryTest
Running org.geotools.renderer.markwkt.WKTMarkFactoryTest
2018-05-24T08:58:57.587+  WARNING  

 (No such file or directory)
java.io.FileNotFoundException: 

 (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at java.io.FileInputStream.(FileInputStream.java:93)
at 
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at 
sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at java.net.URL.openStream(URL.java:1045)
at 
org.geotools.renderer.markwkt.WKTMarkFactory.loadLibrary(WKTMarkFactory.java:199)
at 
org.geotools.renderer.markwkt.WKTMarkFactory.addToCache(WKTMarkFactory.java:114)
at 
org.geotools.renderer.markwkt.WKTMarkFactory.getShape(WKTMarkFactory.java:162)
at 
org.geotools.renderer.markwkt.WKTMarkFactoryTest.testWellKnownTextFromNotExistingFile(WKTMarkFactoryTest.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at junit.framework.TestCase.runTest(TestCase.java:176)
at junit.framework.TestCase.runBare(TestCase.java:141)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:129)
at junit.framework.TestSuite.runTest(TestSuite.java:255)
at junit.framework.TestSuite.run(TestSuite.java:250)
at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in 
org.geotools.renderer.markwkt.WKTMarkFactoryTest
Running org.geotools.renderer.style.DynamicSymbolFactoryFinderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.geotools.renderer.style.DynamicSymbolFactoryFinderTest
Running org.geotools.renderer.style.ExpressionExtractorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in 
org.geotools.renderer.style.ExpressionExtractorTest
Running org.geotools.renderer.style.ImageGraphicFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in 
org.geotools.renderer.style.ImageGraphicFactoryTest
Running org.geotools.renderer.style.OpacityFinderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in 
org.geotools.renderer.style.OpacityFinderTest
Running org.geotools.renderer.style.SLDStyleFactoryTest
2018-05-24T08:58:57.631+  WARNING  Size of graphic (5.464099919557841E8 * 
40.0) is too large
2018-05-24T08:58:57.631+  SEVERE  Size of graphic (5.464099919557841E8 * 
40.0) is too large will not draw
2018-05-24T08:58:57.632+  WARNING  Size of graphic (5.464099919557841E8 * 
40.0) is too large
2018-05-24T08:58:57.632+  SEVERE  Size of graphic (5.464099919557841E8 * 
40.0) is too large 

[Geotools-devel] Build failed in Jenkins: geotools-master #2547

2018-05-24 Thread monitor
See 


Changes:

[Andrea Aime] [GEOT-6005] Renderer can paint label overlapping itself on sharp 
turns

[Andrea Aime] [GEOT-6005] Renderer can paint label overlapping itself on sharp 
turns

--
[...truncated 1.45 MB...]
2018-05-24T08:51:00.848+  WARNING  This granule catalog was not properly 
dispose as it still points to:ServiceInfo 
 description=Features from ShapefileDataStore
2018-05-24T08:51:00.848+  WARNING  This granule catalog was not properly 
dispose as it still points to:ServiceInfo 
 description=Features from ShapefileDataStore
2018-05-24T08:51:00.848+  WARNING  This granule catalog was not properly 
dispose as it still points to:ServiceInfo 
 description=Features from ShapefileDataStore
2018-05-24T08:51:00.849+  WARNING  This granule catalog was not properly 
dispose as it still points to:ServiceInfo 
 description=Features from ShapefileDataStore
2018-05-24T08:51:00.851+  SEVERE  Call MapContent dispose() to prevent 
memory leaks
2018-05-24T08:51:00.851+  SEVERE  Call MapContent dispose() to prevent 
memory leaks
2018-05-24T08:51:00.851+  SEVERE  Call MapContent dispose() to prevent 
memory leaks
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.694 sec - in 
org.geotools.renderer.lite.gridcoverage2d.TransparencyStyledTest
Running org.geotools.renderer.markwkt.ShapeMarkFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.geotools.renderer.markwkt.ShapeMarkFactoryTest
Running org.geotools.renderer.markwkt.WKTMarkFactoryTest
2018-05-24T08:51:00.931+  WARNING  

 (No such file or directory)
java.io.FileNotFoundException: 

 (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at java.io.FileInputStream.(FileInputStream.java:93)
at 
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at 
sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at java.net.URL.openStream(URL.java:1045)
at 
org.geotools.renderer.markwkt.WKTMarkFactory.loadLibrary(WKTMarkFactory.java:199)
at 
org.geotools.renderer.markwkt.WKTMarkFactory.addToCache(WKTMarkFactory.java:114)
at 
org.geotools.renderer.markwkt.WKTMarkFactory.getShape(WKTMarkFactory.java:162)
at 
org.geotools.renderer.markwkt.WKTMarkFactoryTest.testWellKnownTextFromNotExistingFile(WKTMarkFactoryTest.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at junit.framework.TestCase.runTest(TestCase.java:176)
at junit.framework.TestCase.runBare(TestCase.java:141)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:129)
at junit.framework.TestSuite.runTest(TestSuite.java:255)
at junit.framework.TestSuite.run(TestSuite.java:250)
at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in 
org.geotools.renderer.markwkt.WKTMarkFactoryTest
Running org.geotools.renderer.style.DynamicSymbolFactoryFinderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.geotools.renderer.style.DynamicSymbolFactoryFinderTest
Running org.geotools.renderer.style.ExpressionExtractorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in