Re: Jackrabbit-trunk - Build # 2116 - Still Failing

2013-05-07 Thread Jukka Zitting
Hi,

[cc += builds@a.o]

On Tue, May 7, 2013 at 11:26 AM, Apache Jenkins Server
jenk...@builds.apache.org wrote:
 Check console output at https://builds.apache.org/job/Jackrabbit-trunk/2116/ 
 to view the results.

The problem is:

[INFO] Error while executing forked tests.; nested exception is
org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli
.CommandLineException: Error setting up environmental variables
error=12, Not enough space

I'm not sure if this is caused by the solaris1 slave running out of
memory or the Jackrabbit-trunk build just not having enough memory to
work with.

For now I updated the build to use MAVEN_OPTS=-Xmx1g
-XX:MaxPermSize=300m to cover for the latter case. Let's see what
happens.

BR,

Jukka Zitting


Re: Jackrabbit-trunk - Build # 2116 - Still Failing

2013-05-07 Thread Alex Parvulescu
looks like a jenkins problem


[ERROR] BUILD ERROR[INFO]

[INFO] Error while executing forked tests.; nested exception is
org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException:
Error setting up environmental variables

error=12, Not enough space



On Tue, May 7, 2013 at 11:26 AM, Apache Jenkins Server 
jenk...@builds.apache.org wrote:

 The Apache Jenkins build system has built Jackrabbit-trunk (build #2116)

 Status: Still Failing

 Check console output at
 https://builds.apache.org/job/Jackrabbit-trunk/2116/ to view the results.


Re: Jackrabbit-trunk - Build # 2116 - Still Failing

2013-05-07 Thread Andreas Lehmkühler
Hi,

Jukka Zitting jukka.zitt...@gmail.com hat am 7. Mai 2013 um 11:32 geschrieben:
 Hi,

 [cc += builds@a.o]

 On Tue, May 7, 2013 at 11:26 AM, Apache Jenkins Server
 jenk...@builds.apache.org wrote:
  Check console output at https://builds.apache.org/job/Jackrabbit-trunk/2116/
  to view the results.

 The problem is:

 [INFO] Error while executing forked tests.; nested exception is
 org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli
 .CommandLineException: Error setting up environmental variables
 error=12, Not enough space

 I'm not sure if this is caused by the solaris1 slave running out of
 memory or the Jackrabbit-trunk build just not having enough memory to
 work with.
We have the same problem with our PDFBox build. Thanks for the hint, at first
I thought the error is disc space related 

 For now I updated the build to use MAVEN_OPTS=-Xmx1g
 -XX:MaxPermSize=300m to cover for the latter case. Let's see what
 happens.
It did the thr trick for us, at least for our last build.

Thanks again for the input!

 BR,

 Jukka Zitting


BR
Andreas Lehmkühler