Re: [Geoserver-devel] Ares build server stuck

2014-03-26 Thread Andrea Aime
On Mon, Mar 24, 2014 at 10:32 PM, Gabriel Roldan grol...@boundlessgeo.comwrote: Just an update on this. I think we could force all geotools and geoserver tests to create temporary files under their respective target/ directory at a very low cost with the following maven-surefire-plugin

Re: [Geoserver-devel] Ares build server stuck

2014-03-26 Thread Justin Deoliveira
I didn't act on it but I don't see any problem with trying it out. On Wed, Mar 26, 2014 at 6:03 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Mon, Mar 24, 2014 at 10:32 PM, Gabriel Roldan grol...@boundlessgeo.com wrote: Just an update on this. I think we could force all geotools

Re: [Geoserver-devel] Ares build server stuck

2014-03-26 Thread Gabriel Roldan
On Wed, Mar 26, 2014 at 9:03 AM, Andrea Aime andrea.a...@geo-solutions.it wrote: On Mon, Mar 24, 2014 at 10:32 PM, Gabriel Roldan grol...@boundlessgeo.com wrote: Just an update on this. I think we could force all geotools and geoserver tests to create temporary files under their respective

Re: [Geoserver-devel] Ares build server stuck

2014-03-26 Thread Gabriel Roldan
On Wed, Mar 26, 2014 at 2:15 PM, Gabriel Roldan grol...@boundlessgeo.com wrote: On Wed, Mar 26, 2014 at 9:03 AM, Andrea Aime andrea.a...@geo-solutions.it wrote: On Mon, Mar 24, 2014 at 10:32 PM, Gabriel Roldan grol...@boundlessgeo.com wrote: Just an update on this. I think we could force

Re: [Geoserver-devel] Ares build server stuck

2014-03-24 Thread Gabriel Roldan
Just an update on this. I think we could force all geotools and geoserver tests to create temporary files under their respective target/ directory at a very low cost with the following maven-surefire-plugin configuration in the root pom: plugin groupIdorg.apache.maven.plugins/groupId

Re: [Geoserver-devel] Ares build server stuck

2014-03-23 Thread Ben Caradoc-Davies
I recall once trying to use -Djava.io.tmpdir to isolate builds and found that some fixtures appear to ignore it; this was some time ago and things might be better now. Furthermore, the first build to write an EPDG database into /tmp wins. Quite unhygienic when multiple builds run on a single

[Geoserver-devel] Ares build server stuck

2014-03-21 Thread Andrea Aime
The only executor is marked as dead: http://ares.boundlessgeo.com/jenkins/ Cheers Andrea -- == Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa

Re: [Geoserver-devel] Ares build server stuck

2014-03-21 Thread Justin Deoliveira
Yikes, server out of disk space. I am on it. On Fri, Mar 21, 2014 at 10:09 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: The only executor is marked as dead: http://ares.boundlessgeo.com/jenkins/ Cheers Andrea -- == Meet us at GEO Business 2014! in London! Visit

Re: [Geoserver-devel] Ares build server stuck

2014-03-21 Thread Gabriel Roldan
I'm pretty sure one of the reasons why it runs out of disk space is that both the geoserver and geotools builds leave a lot of dangling files and directories in /tmp. It usually has thousands of them. I'd be cool if we could do a review of the test cases in both projects to make sure temporary

Re: [Geoserver-devel] Ares build server stuck

2014-03-21 Thread Justin Deoliveira
Back up now. Looking at what was in /tmp there was about 647M of files there, indeed most from it from the GeoTools / GeoServer build. Only a small percentage of the available disk on the server but +1 on trying to clean that up. On Fri, Mar 21, 2014 at 10:41 AM, Gabriel Roldan

Re: [Geoserver-devel] Ares build server stuck

2014-03-21 Thread Andrea Aime
On Fri, Mar 21, 2014 at 5:41 PM, Gabriel Roldan grol...@boundlessgeo.comwrote: I'm pretty sure one of the reasons why it runs out of disk space is that both the geoserver and geotools builds leave a lot of dangling files and directories in /tmp. It usually has thousands of them. I'd be cool if

Re: [Geoserver-devel] Ares build server stuck

2014-03-21 Thread Gabriel Roldan
On Fri, Mar 21, 2014 at 2:16 PM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Fri, Mar 21, 2014 at 5:41 PM, Gabriel Roldan grol...@boundlessgeo.comwrote: I'm pretty sure one of the reasons why it runs out of disk space is that both the geoserver and geotools builds leave a lot of