You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Christian Schulte <sc...@apache.org> on 2016/01/26 08:43:37 UTC

Re: core-integration-testing-maven-3-jdk-1.7 - Build # 1687 - Still Failing

Hi,

can someone take a look at that build node, please. Jenkins is currently 
sending out emails about failing ITs not failing locally here. I think 
the root cause for this is the following exception right at the start of 
the ITs. Setting -Djava.io.tmpdir to point to somewhere inside the 
workspace may help if that issue occurs repeatedly, so that the Jenkins 
UI can be used to try to delete that file.

java.io.IOException: File /tmp/bootstrap/stderr.log unable to be deleted.
	at 
org.apache.maven.shared.utils.io.FileUtils.forceDelete(FileUtils.java:1155)
	at 
org.apache.maven.shared.utils.io.FileUtils.cleanDirectory(FileUtils.java:1357)
	at 
org.apache.maven.shared.utils.io.FileUtils.deleteDirectory(FileUtils.java:1315)
	at 
org.apache.maven.it.util.ResourceExtractor.simpleExtractResources(ResourceExtractor.java:49)
	at 
org.apache.maven.it.MavenITBootstrapTest.testBootstrap(MavenITBootstrapTest.java:48)

Regards,
-- 
Christian


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: core-integration-testing-maven-3-jdk-1.7 - Build # 1687 - Still Failing

Posted by Christian Schulte <sc...@apache.org>.
Seems 'maven.test.tmpdir' needs to be set for those build jobs. I do not 
have permissions to look at the configuration of those build jobs. Using 
'/tmp/bootstrap/stderr.log' will not work as multiple jobs running 
concurrently would use the same file and run into issues, I guess.


Am 01/26/16 um 08:43 schrieb Christian Schulte:
> Hi,
>
> can someone take a look at that build node, please. Jenkins is currently
> sending out emails about failing ITs not failing locally here. I think
> the root cause for this is the following exception right at the start of
> the ITs. Setting -Djava.io.tmpdir to point to somewhere inside the
> workspace may help if that issue occurs repeatedly, so that the Jenkins
> UI can be used to try to delete that file.
>
> java.io.IOException: File /tmp/bootstrap/stderr.log unable to be deleted.
> 	at
> org.apache.maven.shared.utils.io.FileUtils.forceDelete(FileUtils.java:1155)
> 	at
> org.apache.maven.shared.utils.io.FileUtils.cleanDirectory(FileUtils.java:1357)
> 	at
> org.apache.maven.shared.utils.io.FileUtils.deleteDirectory(FileUtils.java:1315)
> 	at
> org.apache.maven.it.util.ResourceExtractor.simpleExtractResources(ResourceExtractor.java:49)
> 	at
> org.apache.maven.it.MavenITBootstrapTest.testBootstrap(MavenITBootstrapTest.java:48)
>
> Regards,
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org