Re: [Geotools-devel] Jenkins geotools-master-online-postgis

2018-05-29 Thread Ben Caradoc-Davies
Looks like a severe font problem to me. This test is supposed to be 
using the Bitstream Vera Sans we include with GeoTools. Attached 
screenshot made by sshing into apollo-slave-02 with X forwarding and 
manual cookie copying, after installing xorg-x11-xauth.


As jenkins in 
/var/jenkins/workspace/geotools-master-online-postgis/modules/library/render:


mvn -o -Djava.awt.headless=false 
-Dorg.geotools.image.test.interactive=true 
-Dtest="RepeatedLabelTest#testLabelSquareBordersWithHoles" test


Running org.geotools.renderer.lite.RepeatedLabelTest
May 30, 2018 1:49:08 AM org.geotools.image.ImageWorker 
INFO: Warp/affine reduction enabled: true
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 220.947 
sec <<< FAILURE! - in org.geotools.renderer.lite.RepeatedLabelTest
testLabelSquareBordersWithHoles(org.geotools.renderer.lite.RepeatedLabelTest) 
 Time elapsed: 220.897 sec  <<< FAILURE!
java.lang.AssertionError: Images are visibly different, found 1786 
different pixels, against a threshold of 1000
You can add -Dorg.geotools.image.test.interactive=true to show a dialog 
comparing them (requires GUI support)
	at 
org.geotools.image.test.ImageAssert.assertImagesResemble(ImageAssert.java:162)

at org.geotools.image.test.ImageAssert.assertEquals(ImageAssert.java:64)
	at 
org.geotools.renderer.lite.RepeatedLabelTest.checkRepeatedLabelsPolygonBorder(RepeatedLabelTest.java:178)
	at 
org.geotools.renderer.lite.RepeatedLabelTest.testLabelSquareBordersWithHoles(RepeatedLabelTest.java:110)



Results :

Failed tests:

RepeatedLabelTest.testLabelSquareBordersWithHoles:110->checkRepeatedLabelsPolygonBorder:178 
Images are visibly different, found 1786 different pixels, against a 
threshold of 1000
You can add -Dorg.geotools.image.test.interactive=true to show a dialog 
comparing them (requires GUI support)


Tests run: 1, Failures: 1, Errors: 0, Skipped: 0




--
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


Re: [Geotools-devel] Jenkins geotools-master-online-postgis

2018-05-29 Thread Ben Caradoc-Davies

Torben,

although the build still fails, your guess was good because "fc-match 
sans" matches DejaVu on both slaves (LGC just has a smaller code point 
coverage):


apollo-slave-01:

DejaVuSans.ttf: "DejaVu Sans" "Book"

apollo-slave-02:

DejaVuLGCSans.ttf: "DejaVu LGC Sans" "Book"

In other words, these are the default sans fonts on both platforms. The 
gt-render tests pass on apollo-slave-01 (Amazon Linux AMI release 
2017.03) and fail on apollo-slave-02 (CentOS release 6.9).


Kind regards,
Ben.


On 30/05/18 12:26, Ben Caradoc-Davies wrote:
Thanks, Torben. We include Bitstream Vera fonts and some tests depend on 
them to make them more robust against font differences. I do not think 
any of the rendering tests use DejaVu fonts but it should not hurt to try.


Kind regards,
Ben.

On 30/05/18 11:45, Torben Barsballe wrote:

I've installed the following font packages on apollo-slave-02, and
restarted the geotools-master-online-postgis build; lets see if that 
works


    - dejavu-sans-mono-fonts
    - dejavu-lgc-sans-fonts
    - dejavu-fonts-common

If not, it might be worth it to take a look at what packages
apollo-slave-01 has that apollo-slave-02 doesn't.

Torben

On Tue, May 29, 2018 at 4:31 PM, Torben Barsballe <
tbarsba...@boundlessgeo.com> wrote:


If its label tests failing, it may mean that some fonts aren't installed
on the build box - I recall that CentOS tends to have a very 
different set
of default fonts then most other systems (Ubuntu, OS X, etc). Let me 
see if

I can find a useful list of fonts to install...

Torben

On Tue, May 29, 2018 at 3:40 PM, Ben Caradoc-Davies 
wrote:


Nuno,

Jenkins apollo-slave-02, the only node used for
geotools-master-online-postgis, had an /etc/hosts entry that did not
match its DHCP-assigned private network IP address. Fixing this fixed
HttpConfigTest in Jenkins geotools-master-online-postgis. This will
probably also fix H2DataStoreFactoryTest.testTCP.

There are still many "*Label*" failures in gt-render.

Kind regards,

--
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










--
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] Build failed in Jenkins: geotools-master-online-postgis #619

2018-05-29 Thread monitor
See 


--
[...truncated 701.97 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.108 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.311 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.012 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.007 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.031 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.002 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.009 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 has been banned from the build due to previous failures.
[INFO] 
[INFO]

Re: [Geotools-devel] Jenkins geotools-master-online-postgis

2018-05-29 Thread Ben Caradoc-Davies
Thanks, Torben. We include Bitstream Vera fonts and some tests depend on 
them to make them more robust against font differences. I do not think 
any of the rendering tests use DejaVu fonts but it should not hurt to try.


Kind regards,
Ben.

On 30/05/18 11:45, Torben Barsballe wrote:

I've installed the following font packages on apollo-slave-02, and
restarted the geotools-master-online-postgis build; lets see if that works

- dejavu-sans-mono-fonts
- dejavu-lgc-sans-fonts
- dejavu-fonts-common

If not, it might be worth it to take a look at what packages
apollo-slave-01 has that apollo-slave-02 doesn't.

Torben

On Tue, May 29, 2018 at 4:31 PM, Torben Barsballe <
tbarsba...@boundlessgeo.com> wrote:


If its label tests failing, it may mean that some fonts aren't installed
on the build box - I recall that CentOS tends to have a very different set
of default fonts then most other systems (Ubuntu, OS X, etc). Let me see if
I can find a useful list of fonts to install...

Torben

On Tue, May 29, 2018 at 3:40 PM, Ben Caradoc-Davies 
wrote:


Nuno,

Jenkins apollo-slave-02, the only node used for
geotools-master-online-postgis, had an /etc/hosts entry that did not
match its DHCP-assigned private network IP address. Fixing this fixed
HttpConfigTest in Jenkins geotools-master-online-postgis. This will
probably also fix H2DataStoreFactoryTest.testTCP.

There are still many "*Label*" failures in gt-render.

Kind regards,

--
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








--
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


Re: [Geotools-devel] Jenkins geotools-master-online-postgis

2018-05-29 Thread Torben Barsballe
I've installed the following font packages on apollo-slave-02, and
restarted the geotools-master-online-postgis build; lets see if that works

   - dejavu-sans-mono-fonts
   - dejavu-lgc-sans-fonts
   - dejavu-fonts-common

If not, it might be worth it to take a look at what packages
apollo-slave-01 has that apollo-slave-02 doesn't.

Torben

On Tue, May 29, 2018 at 4:31 PM, Torben Barsballe <
tbarsba...@boundlessgeo.com> wrote:

> If its label tests failing, it may mean that some fonts aren't installed
> on the build box - I recall that CentOS tends to have a very different set
> of default fonts then most other systems (Ubuntu, OS X, etc). Let me see if
> I can find a useful list of fonts to install...
>
> Torben
>
> On Tue, May 29, 2018 at 3:40 PM, Ben Caradoc-Davies 
> wrote:
>
>> Nuno,
>>
>> Jenkins apollo-slave-02, the only node used for
>> geotools-master-online-postgis, had an /etc/hosts entry that did not
>> match its DHCP-assigned private network IP address. Fixing this fixed
>> HttpConfigTest in Jenkins geotools-master-online-postgis. This will
>> probably also fix H2DataStoreFactoryTest.testTCP.
>>
>> There are still many "*Label*" failures in gt-render.
>>
>> Kind regards,
>>
>> --
>> 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
>>
>
>
--
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


Re: [Geotools-devel] Jenkins geotools-master-online-postgis

2018-05-29 Thread Torben Barsballe
If its label tests failing, it may mean that some fonts aren't installed on
the build box - I recall that CentOS tends to have a very different set of
default fonts then most other systems (Ubuntu, OS X, etc). Let me see if I
can find a useful list of fonts to install...

Torben

On Tue, May 29, 2018 at 3:40 PM, Ben Caradoc-Davies 
wrote:

> Nuno,
>
> Jenkins apollo-slave-02, the only node used for
> geotools-master-online-postgis, had an /etc/hosts entry that did not
> match its DHCP-assigned private network IP address. Fixing this fixed
> HttpConfigTest in Jenkins geotools-master-online-postgis. This will
> probably also fix H2DataStoreFactoryTest.testTCP.
>
> There are still many "*Label*" failures in gt-render.
>
> Kind regards,
>
> --
> 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
>
--
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 geotools-master-online-postgis

2018-05-29 Thread Ben Caradoc-Davies

Nuno,

Jenkins apollo-slave-02, the only node used for 
geotools-master-online-postgis, had an /etc/hosts entry that did not 
match its DHCP-assigned private network IP address. Fixing this fixed 
HttpConfigTest in Jenkins geotools-master-online-postgis. This will 
probably also fix H2DataStoreFactoryTest.testTCP.


There are still many "*Label*" failures in gt-render.

Kind regards,

--
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] Build failed in Jenkins: geotools-master-online-postgis #618

2018-05-29 Thread monitor
See 


--
[...truncated 700.32 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.04 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.519 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.008 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.028 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.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 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] 

[Geotools-devel] GeoTools / GeoServer Meeting 2018-05-29

2018-05-29 Thread Ben Caradoc-Davies

GeoTools / GeoServer Meeting 2018-05-29


 Attending

Ben Caradoc-Davies

Torben Barsballe

Kevin Smith


 Agenda

 *

   Jenkins geotools-master-online-postgis failures

 *

   FOSS4G-NA Update

 *

   OSGeo geotools user compromised

 *

   Jira notifications for GeoTools


 Actions

 *

   Ben: investigate at the persistent failure of Jenkins
   geotools-master-online-postgis on Jenkins build slaves only [DONE]

 *

   Everyone: Configure a forwarding email
   for
   j...@osgeo-org.atlassian.net so
   we can debug GeoTools JIRA notifications (Forwarding email TBD -
   discuss further on mailing list)


 Previous meeting actions

 *

   Andrea: ping Nuno about residual pull requests in preparation for
   the big reformat [DONE]


Jenkins geotools-master-online-postgis failures

The geotools-master-online-postgis job is currently failing (possibly) 
on a networking issue (see discussion thread for further details)



Action: Ben will investigate at the persistent failure of Jenkins 
geotools-master-online-postgis on Jenkins build slaves only.



FOSS4G-NA Update

General theme: Cloud first GIS with “STAC, Cloud Optmized GeoTIFF, and 
machine learning”


Presentations:

 *

   State of GeoServer - went well, lots of interest, etc… Andrea will
   be running this at FOSS4GE

 *

   State of GeoWebCache - similar

 *

   State of JTS - went a lot better, had diagrams to show JTS 2.xchallenges


Code Sprint:

 *

   More ideas then volunteers present, single day code sprint not
   enough to get much done

 *

   https://wiki.osgeo.org/wiki/FOSS4GNA_Code_Sprint_2018

 *

   Some progress on TWKB, we can port the implementation to GT while we
   wait for JTS upgrade


Upgrade to JTS 1.15.x: need to migrate

 *

   GT

 *

   GS

 *

   GWC

 *

   JAI-Ext

 *

   JAI-Tools

 o

   Some discussion around mbedward work such as jiffle

 *

   https://github.com/jeo/jeo- jdeolive work, may need to fork to
   geotools/jeo

 *

   http://hatbox.sourceforge.net - spatial for h2, used test cases,
   need to fork

 *

   https://github.com/jdeolive/geodb - uses hatbox spatial index above


 OSGeo geotools user compromised

OSGeo geotools user was compromised and has been disabled (as of May 
12), any ideas?



https://lists.osgeo.org/pipermail/sac/2018-May/010017.html


So is this used to deploy artifacts to the OSGeo repo?


Release 19.1 worked: 
https://download.osgeo.org/webdav/geotools/org/geotools/gt-api/19.1/



So unless we hear otherwise, … keep it disabled?


 Jira Notifications for GeoTools

Last successful notification I could find was from August 2017:

[Geotools-devel] [JIRA] (GEOT-5795) WARNING: 
java.lang.ClassNotFoundException: org.geotools.data.wfs.v1_0_0.xml.WFSSchema



So this has been broken for awhile.


Notification settings are here 
and 
everything seems to be properly configured.



It is possible the sending email address (j...@osgeo-org.atlassian.net) 
needs to accept the new privacy terms from lists.sourceforge.com, 
similar to the issue we were having with Jenkins notifications.



Who has access to the j...@osgeo-org.atlassian.net 
mailbox?



 *

   Nobody it is probably fake?

 *

   geoto...@osgeo.org ?

 o

   Could create with SAC

 *

   bu...@geoserver.org ?

 o

   matches server name

 o

   Who to setup account with ...

 *

   moni...@boundlessgeo.com ?

 o

   Already working…

 o

   Trying: DKIM failure


It looks like we can configure jira to forward emails it recieves: 
https://osgeo-org.atlassian.net/secure/admin/IncomingMailServers.jspa



Action: Configure a forwarding email 
for 
j...@osgeo-org.atlassian.net so we 
can debug this further (Forwarding email TBD)



--
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] Build failed in Jenkins: geotools-master-online-postgis #617

2018-05-29 Thread monitor
See 


Changes:

[Andrea Aime] [GEOT-6030] Support for remote image mosaic broke absolute path

--
[...truncated 708.06 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.001 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 has been banned from the build due to previous failures.
[INFO]