You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2010/06/29 10:01:15 UTC

Build failed in Hudson: Ant_JDK_1.4 #256

See <http://hudson.zones.apache.org/hudson/job/Ant_JDK_1.4/256/changes>

Changes:

[bodewig] properly encode whitespace in attribute values

------------------------------------------
Started by an SCM change
Building remotely on hudson-win.apache.org (Windows 2008)
Updating http://svn.apache.org/repos/asf/ant/core/trunk
U         src\tests\junit\org\apache\tools\ant\util\DOMElementWriterTest.java
U         src\main\org\apache\tools\ant\util\DOMElementWriter.java
At revision 958859
Deleting old artifacts from #254
[Ant_JDK_1.4] $ /bin/bash -xe C:\Users\toulmean\AppData\Local\Temp\4\hudson5801012433350265099.sh
FATAL: command execution failed
java.io.IOException: Cannot run program "/bin/bash" (in directory "<http://hudson.zones.apache.org/hudson/job/Ant_JDK_1.4/ws/")>: CreateProcess error=2, The system cannot find the file specified
	at java.lang.ProcessBuilder.start(Unknown Source)
	at hudson.Proc$LocalProc.<init>(Proc.java:149)
	at hudson.Proc$LocalProc.<init>(Proc.java:121)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:633)
	at hudson.Launcher$ProcStarter.start(Launcher.java:268)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:778)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:754)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1$1.run(Engine.java:58)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
	at java.lang.ProcessImpl.create(Native Method)
	at java.lang.ProcessImpl.<init>(Unknown Source)
	at java.lang.ProcessImpl.start(Unknown Source)
	... 17 more
Archiving artifacts


Hudson build is back to normal : Ant_JDK_1.4 #259

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Ant_JDK_1.4/259/>



Build failed in Hudson: Ant_JDK_1.4 #258

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Ant_JDK_1.4/258/changes>

Changes:

[bodewig] simplify fix for PR 49373

[bodewig] new handling of attributes breaks BWC

[bodewig] revert local change that should never have been committed

[bodewig] address efficiency concerns

------------------------------------------
Started by an SCM change
Building remotely on hudson-win.apache.org (Windows 2008)
Updating http://svn.apache.org/repos/asf/ant/core/trunk
U         src\main\org\apache\tools\ant\property\ResolvePropertyMap.java
U         src\main\org\apache\tools\ant\taskdefs\Execute.java
U         src\main\org\apache\tools\ant\util\DOMElementWriter.java
U         WHATSNEW
At revision 959183
WARNING: clock of the subversion server appears to be out of sync. This can result in inconsistent check out behavior.
Deleting old artifacts from #256
[Ant_JDK_1.4] $ /bin/bash -xe C:\Users\toulmean\AppData\Local\Temp\4\hudson5747755394958398630.sh
FATAL: command execution failed
java.io.IOException: Cannot run program "/bin/bash" (in directory "<http://hudson.zones.apache.org/hudson/job/Ant_JDK_1.4/ws/")>: CreateProcess error=2, The system cannot find the file specified
	at java.lang.ProcessBuilder.start(Unknown Source)
	at hudson.Proc$LocalProc.<init>(Proc.java:149)
	at hudson.Proc$LocalProc.<init>(Proc.java:121)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:633)
	at hudson.Launcher$ProcStarter.start(Launcher.java:268)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:778)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:754)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1$1.run(Engine.java:58)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
	at java.lang.ProcessImpl.create(Native Method)
	at java.lang.ProcessImpl.<init>(Unknown Source)
	at java.lang.ProcessImpl.start(Unknown Source)
	... 17 more
Archiving artifacts


Build failed in Hudson: Ant_JDK_1.4 #257

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Ant_JDK_1.4/257/changes>

Changes:

[bodewig] reinstate prefix handling of property task at the expense of even more state in a thread-unfriendly class and with a new attribute on two tasks to make everybody happy.  PR 49373.

------------------------------------------
Started by an SCM change
Building remotely on hudson-win.apache.org (Windows 2008)
Updating http://svn.apache.org/repos/asf/ant/core/trunk
U         src\tests\antunit\taskdefs\property-test.xml
U         src\main\org\apache\tools\ant\property\ResolvePropertyMap.java
U         src\main\org\apache\tools\ant\Main.java
U         src\main\org\apache\tools\ant\taskdefs\LoadProperties.java
U         src\main\org\apache\tools\ant\taskdefs\Property.java
U         docs\manual\Tasks\loadproperties.html
U         docs\manual\Tasks\property.html
U         WHATSNEW
At revision 959031
WARNING: clock of the subversion server appears to be out of sync. This can result in inconsistent check out behavior.
Deleting old artifacts from #255
[Ant_JDK_1.4] $ /bin/bash -xe C:\Users\toulmean\AppData\Local\Temp\4\hudson1709997860174707863.sh
FATAL: command execution failed
java.io.IOException: Cannot run program "/bin/bash" (in directory "<http://hudson.zones.apache.org/hudson/job/Ant_JDK_1.4/ws/")>: CreateProcess error=2, The system cannot find the file specified
	at java.lang.ProcessBuilder.start(Unknown Source)
	at hudson.Proc$LocalProc.<init>(Proc.java:149)
	at hudson.Proc$LocalProc.<init>(Proc.java:121)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:633)
	at hudson.Launcher$ProcStarter.start(Launcher.java:268)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:778)
	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:754)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1$1.run(Engine.java:58)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
	at java.lang.ProcessImpl.create(Native Method)
	at java.lang.ProcessImpl.<init>(Unknown Source)
	at java.lang.ProcessImpl.start(Unknown Source)
	... 17 more
Archiving artifacts