See
http://grid.sonatype.org/ci/job/Maven-2.0.x-bootstrap/./jdk=1.4,label=windows/108/------------------------------------------
Started by upstream project "Maven-2.0.x-bootstrap" build number 108
Building remotely on vista2
Checking out a fresh workspace because C:\home\hudson\workspace\Maven-2.0.x-bootstrap\jdk\1.4\label\windows\maven-2.0.x doesn't exist
FATAL: remote file operation failed
hudson.util.IOException2: remote file operation failed
at hudson.FilePath.act(FilePath.java:645)
at hudson.FilePath.act(FilePath.java:633)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:481)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:424)
at hudson.model.AbstractProject.checkout(AbstractProject.java:830)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:314)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:266)
at hudson.model.Run.run(Run.java:938)
at hudson.model.Build.run(Build.java:112)
at hudson.model.ResourceController.execute(ResourceController.java:93)
at hudson.model.Executor.run(Executor.java:118)
Caused by: java.io.IOException: Remote call failed
at hudson.remoting.Channel.call(Channel.java:520)
at hudson.FilePath.act(FilePath.java:640)
... 10 more
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:597)
at java.util.Timer.<init>(Timer.java:154)
at java.util.Timer.<init>(Timer.java:122)
at org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool.<init>(DefaultSVNRepositoryPool.java:146)
at org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool.<init>(DefaultSVNRepositoryPool.java:121)
at org.tmatesoft.svn.core.wc.SVNClientManager.<init>(SVNClientManager.java:146)
at org.tmatesoft.svn.core.wc.SVNClientManager.newInstance(SVNClientManager.java:193)
at hudson.scm.SubversionSCM.createSvnClientManager(SubversionSCM.java:608)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:505)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:488)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1783)
at hudson.remoting.UserRequest.perform(UserRequest.java:103)
at hudson.remoting.UserRequest.perform(UserRequest.java:47)
at hudson.remoting.Request$2.run(Request.java:236)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)