You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/04/16 14:50:49 UTC

Build failed in Jenkins: httpcomponents-client-4.4.x #34

See <https://builds.apache.org/job/httpcomponents-client-4.4.x/34/changes>

Changes:

[olegk] HTTPCLIENT-1495: shut down standard connection managers only once

------------------------------------------
Started by an SCM change
Building remotely on solaris1 (Solaris) in workspace <https://builds.apache.org/job/httpcomponents-client-4.4.x/ws/>
Updating http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk at revision '2014-04-16T12:46:36.685 +0000'
U         httpclient/src/main/java/org/apache/http/impl/conn/BasicHttpClientConnectionManager.java
U         httpclient/src/main/java/org/apache/http/impl/conn/PoolingHttpClientConnectionManager.java
At revision 1587893
Parsing POMs
Modules changed, recalculating dependency graph
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[httpclient-trunk] $ /zonestorage/hudson_solaris/home/hudson/hudson-slave/tools/jdk6-u26-auto-install//bin/java -cp /export/home/hudson/hudson-slave/maven3-agent.jar:/export/home/hudson/hudson-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /export/home/hudson/hudson-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5 /zonestorage/hudson_solaris/home/hudson/hudson-slave/slave.jar /export/home/hudson/hudson-slave/maven3-interceptor.jar /export/home/hudson/hudson-slave/maven3-interceptor-commons.jar 55119
ERROR: Failed to parse POMs
java.io.IOException: Cannot run program "/zonestorage/hudson_solaris/home/hudson/hudson-slave/tools/jdk6-u26-auto-install//bin/java" (in directory "<https://builds.apache.org/job/httpcomponents-client-4.4.x/ws/httpclient-trunk")>: error=12, Not enough space
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
	at hudson.Proc$LocalProc.<init>(Proc.java:244)
	at hudson.Proc$LocalProc.<init>(Proc.java:216)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:773)
	at hudson.Launcher$ProcStarter.start(Launcher.java:353)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:998)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:965)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	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:662)
Caused by: java.io.IOException: error=12, Not enough space
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:53)
	at java.lang.ProcessImpl.start(ProcessImpl.java:65)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:453)
	... 15 more