You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2010/10/11 22:01:26 UTC

Build failed in Hudson: ODE-trunk-jdk6 #374

See <https://hudson.apache.org/hudson/job/ODE-trunk-jdk6/374/changes>

Changes:

[Tammo van Lessen] adjusting svn:ignore

[Tammo van Lessen] upgrade to buildr 1.4.2

------------------------------------------
Started by an SCM change
Building remotely on solaris2
Updating http://svn.apache.org/repos/asf/ode/trunk
U         Rakefile
 U        axis2
 U        bpel-api
 U        bpel-obj
 U        bpel-ql
 U        axis2-bundle
 U        dao-hibernate
 U        bpel-runtime
 U        scheduler-simple
 U        dao-jpa-ojpa-derby
U         tasks/ws-security.rake
U         tasks/h2.rake
 U        bpel-compiler
 U        bpel-test
 U        utils
 U        jbi
 U        bpel-store
 U        axis2-war
 U        jacob
At revision 1021488
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[ODE-trunk-jdk6] $ /bin/bash -xe /var/tmp/hudson52368.sh
+ JRUBY_HOME=/export/home/vanto/tools/jruby-1.4.0
+ export JRUBY_HOME
+ PATH=/home/hudson/tools/java/latest1.6/bin:/usr/bin:/export/home/vanto/tools/jruby-1.4.0/bin
+ export PATH
+ JAVA_OPTS='-Xmx1700M -XX:MaxPermSize=512M'
+ export JAVA_OPTS
+ TEST_PORTS=8888,7171
+ export TEST_PORTS
+ cd trunk
+ jruby -S buildr _1.3.5_ -e hudson clean test test=all JAVADOC=off
/var/tmp/hudson52368.sh: line 11: jruby: command not found
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results


Hudson build is back to normal : ODE-trunk-jdk6 #376

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-jdk6/376/>



Build failed in Hudson: ODE-trunk-jdk6 #375

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/ODE-trunk-jdk6/375/>

------------------------------------------
Started by user vanto
Building remotely on solaris2
Updating http://svn.apache.org/repos/asf/ode/trunk
SCM check out aborted
Recording test results
ERROR: Failed to update http://svn.apache.org/repos/asf/ode/trunk
org.tmatesoft.svn.core.SVNException: svn: null
svn: PROPFIND request failed on '/repos/asf/ode/trunk'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:126)
	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getVCCPath(DAVUtil.java:162)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.runReport(DAVRepository.java:1256)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:820)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.update(SVNUpdateClient.java:558)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:401)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:699)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:660)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1899)
	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(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.InterruptedIOException
	at java.net.SocketOutputStream.socketWrite0(Native Method)
	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
	at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.sendData(HTTPConnection.java:226)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:166)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:345)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:273)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:261)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doPropfind(DAVConnection.java:126)
	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getProperties(DAVUtil.java:63)
	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getResourceProperties(DAVUtil.java:69)
	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getStartingProperties(DAVUtil.java:93)
	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:115)
	... 17 more