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.zones.apache.org> on 2010/06/09 12:40:06 UTC

Hudson build is unstable: ODE-1.3.4.X-maven2 #60

See <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/60/>



Build failed in Hudson: ODE-1.3.4.X-maven2 #65

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/65/>

------------------------------------------
Failed to access build log

hudson.util.IOException2: remote file operation failed: /export/home/hudson/hudson-slave/workspace/ODE-1.3.4.X-maven2 at hudson.remoting.Channel@211cfb:hudson-solaris (Solaris)
	at hudson.FilePath.act(FilePath.java:743)
	at hudson.FilePath.act(FilePath.java:729)
	at hudson.FilePath.toURI(FilePath.java:784)
	at hudson.tasks.MailSender.createFailureMail(MailSender.java:259)
	at hudson.tasks.MailSender.getMail(MailSender.java:134)
	at hudson.tasks.MailSender.execute(MailSender.java:82)
	at hudson.maven.MavenModuleSetBuild$RunnerImpl.cleanUp(MavenModuleSetBuild.java:616)
	at hudson.model.Run.run(Run.java:1285)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:304)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:122)
Caused by: java.io.IOException: SSH channel is closed. (Close requested by remote)
	at com.trilead.ssh2.channel.ChannelManager.sendData(ChannelManager.java:383)
	at com.trilead.ssh2.channel.ChannelOutputStream.write(ChannelOutputStream.java:63)
	at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1838)
	at java.io.ObjectOutputStream$BlockDataOutputStream.writeByte(ObjectOutputStream.java:1876)
	at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1537)
	at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:329)
	at hudson.remoting.Channel.send(Channel.java:417)
	at hudson.remoting.Request.call(Request.java:105)
	at hudson.remoting.Channel.call(Channel.java:551)
	at hudson.FilePath.act(FilePath.java:736)
	... 10 more


Hudson build is unstable: ODE-1.3.4.X-maven2 #64

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/64/>



Build failed in Hudson: ODE-1.3.4.X-maven2 #63

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/63/>

------------------------------------------
Started by an SCM change
Building remotely on minerva.apache.org (Ubuntu)
Updating http://svn.apache.org/repos/asf/ode/branches/APACHE_ODE_1.3.4.X
ERROR: Failed to update http://svn.apache.org/repos/asf/ode/branches/APACHE_ODE_1.3.4.X
org.tmatesoft.svn.core.SVNException: svn: Connection reset
svn: OPTIONS request failed on '/repos/asf/ode/branches/APACHE_ODE_1.3.4.X'
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:616)
	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.exchangeCapabilities(DAVConnection.java:516)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1001)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryUUID(DAVRepository.java:146)
	at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:342)
	at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:330)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.update(SVNUpdateClient.java:535)
	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:2018)
	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: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)
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPParser.readPlainLine(HTTPParser.java:69)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPParser.readLine(HTTPParser.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPParser.parseStatus(HTTPParser.java:39)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.readHeader(HTTPConnection.java:195)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:175)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:345)
	... 22 more


Hudson build is unstable: ODE-1.3.4.X-maven2 #62

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/62/>



Build failed in Hudson: ODE-1.3.4.X-maven2 #61

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/61/>

------------------------------------------
[...truncated 2908 lines...]
[INFO] Copying 145 resources
[INFO] Copying 128 resources
[INFO] [resources:copy-resources {execution: copy-resources2}]
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 107 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 14 source files to <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.ode.jbi.msgmap.JbiWsdl11WrapperMapperTest
Retrieving document at '<http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi/target/test-classes/test.wsdl'.>
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec
Running org.apache.ode.jbi.OdeJbiComponentLifeCycleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 sec
Running org.apache.ode.jbi.OnEventAlarmJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.867 sec
Running org.apache.ode.jbi.MagicSessionJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.907 sec
Running org.apache.ode.jbi.DigestJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.24 sec
Running org.apache.ode.jbi.EmptyRespJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.697 sec
Running org.apache.ode.jbi.RetireJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.262 sec
Running org.apache.ode.jbi.CommunicationJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.249 sec
Running org.apache.ode.jbi.MagicSessionExternalJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.131 sec
Running org.apache.ode.jbi.ExtVarJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.068 sec
Running org.apache.ode.jbi.SpringPropertiesJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.589 sec
Running org.apache.ode.jbi.HelloWorldJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.788 sec
Running org.apache.ode.jbi.ReplayerJbiTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.412 sec

Results :

Tests run: 13, Failures: 0, Errors: 0, Skipped: 1

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi/target/ode-jbi-1.3.4.jar>
[INFO] [assembly:single {execution: jbi-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO]  already added, skipping
[INFO] Building zip: <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi/target/ode-jbi-1.3.4.zip>
[INFO]  already added, skipping
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi/target/ode-jbi-1.3.4.jar> to /export/home/hudson/.m2/repository/org/apache/ode/ode-jbi/1.3.4/ode-jbi-1.3.4.jar
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi/target/ode-jbi-1.3.4.zip> to /export/home/hudson/.m2/repository/org/apache/ode/ode-jbi/1.3.4/ode-jbi-1.3.4.zip
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi/pom.xml> to /export/home/hudson/hudson/jobs/ODE-1.3.4.X-maven2/modules/org.apache.ode$ode-jbi/builds/2010-06-09_14-06-19/archive/org.apache.ode/ode-jbi/1.3.4/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi/target/ode-jbi-1.3.4.jar> to /export/home/hudson/hudson/jobs/ODE-1.3.4.X-maven2/modules/org.apache.ode$ode-jbi/builds/2010-06-09_14-06-19/archive/org.apache.ode/ode-jbi/1.3.4/ode-jbi-1.3.4.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi/target/ode-jbi-1.3.4.zip> to /export/home/hudson/hudson/jobs/ODE-1.3.4.X-maven2/modules/org.apache.ode$ode-jbi/builds/2010-06-09_14-06-19/archive/org.apache.ode/ode-jbi/1.3.4/ode-jbi-1.3.4.zip
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: JBI Bundle
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi-bundle/target>
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 1 source file to <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi-bundle/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi-bundle/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] [bundle:bundle {execution: default-bundle}]
[HUDSON] Recording test results[WARNING] Include-Resource: overriding META-INF/spring/ode-jbi.xml=src/main/resources/META-INF/spring/ode-jbi.xml,META-INF/persistence.xml=src/main/resources/META-INF/persistence.xml with src/main/resources,@../dao-jpa-ojpa-derby/target/ode-dao-jpa-ojpa-derby-1.3.4.zip,@../dao-hibernate-db/target/ode-dao-hibernate-db-1.3.4.zip, (add {maven-resources} if you want to include the maven resources)

[WARNING] Warning building bundle org.apache.ode:ode-jbi-bundle:bundle:1.3.4 : Did not find matching referal for !junit.framework*
[WARNING] Warning building bundle org.apache.ode:ode-jbi-bundle:bundle:1.3.4 : Did not find matching referal for !org.apache.tools.ant*
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi-bundle/target/ode-jbi-bundle-1.3.4.jar> to /export/home/hudson/.m2/repository/org/apache/ode/ode-jbi-bundle/1.3.4/ode-jbi-bundle-1.3.4.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/export/home/hudson/.m2/repository/repository.xml
[INFO] Installing org/apache/ode/ode-jbi-bundle/1.3.4/ode-jbi-bundle-1.3.4.jar
[INFO] Writing OBR metadata
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi-bundle/pom.xml> to /export/home/hudson/hudson/jobs/ODE-1.3.4.X-maven2/modules/org.apache.ode$ode-jbi-bundle/builds/2010-06-09_14-06-20/archive/org.apache.ode/ode-jbi-bundle/1.3.4/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi-bundle/target/ode-jbi-bundle-1.3.4.jar> to /export/home/hudson/hudson/jobs/ODE-1.3.4.X-maven2/modules/org.apache.ode$ode-jbi-bundle/builds/2010-06-09_14-06-20/archive/org.apache.ode/ode-jbi-bundle/1.3.4/ode-jbi-bundle-1.3.4.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: JBI Karaf Features
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi-karaf/target>
[INFO] [resources:resources {execution: filter}]
[WARNING] File encoding has not been set, using platform encoding ISO646-US, i.e. build is platform dependent!
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [resources:resources {execution: default-resources}]
[WARNING] File encoding has not been set, using platform encoding ISO646-US, i.e. build is platform dependent!
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi-karaf/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi-karaf/target/ode-jbi-karaf-1.3.4.jar>
[INFO] [build-helper:attach-artifact {execution: attach-artifacts}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi-karaf/target/ode-jbi-karaf-1.3.4.jar> to /export/home/hudson/.m2/repository/org/apache/ode/ode-jbi-karaf/1.3.4/ode-jbi-karaf-1.3.4.jar
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi-karaf/target/classes/features.xml> to /export/home/hudson/.m2/repository/org/apache/ode/ode-jbi-karaf/1.3.4/ode-jbi-karaf-1.3.4-features.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi-karaf/pom.xml> to /export/home/hudson/hudson/jobs/ODE-1.3.4.X-maven2/modules/org.apache.ode$ode-jbi-karaf/builds/2010-06-09_14-06-20/archive/org.apache.ode/ode-jbi-karaf/1.3.4/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi-karaf/target/ode-jbi-karaf-1.3.4.jar> to /export/home/hudson/hudson/jobs/ODE-1.3.4.X-maven2/modules/org.apache.ode$ode-jbi-karaf/builds/2010-06-09_14-06-20/archive/org.apache.ode/ode-jbi-karaf/1.3.4/ode-jbi-karaf-1.3.4.jar
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/jbi-karaf/target/classes/features.xml> to /export/home/hudson/hudson/jobs/ODE-1.3.4.X-maven2/modules/org.apache.ode$ode-jbi-karaf/builds/2010-06-09_14-06-20/archive/org.apache.ode/ode-jbi-karaf/1.3.4/features.xml
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: Examples :: Ping Pong OSGi
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/distro/src/examples-jbi/maven2/ping-pong-osgi/target>
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 1 source file to <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/distro/src/examples-jbi/maven2/ping-pong-osgi/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ISO646-US actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/distro/src/examples-jbi/maven2/ping-pong-osgi/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Include-Resource: overriding META-INF/spring/xbean.xml=src/main/resources/META-INF/spring/xbean.xml,Pong.xsd=src/main/resources/Pong.xsd,common.wsdl=src/main/resources/common.wsdl,Pong.bpel=src/main/resources/Pong.bpel,Ping.wsdl=src/main/resources/Ping.wsdl,Ping.xsd=src/main/resources/Ping.xsd,Pong.wsdl=src/main/resources/Pong.wsdl,deploy.xml=src/main/resources/deploy.xml,Ping.bpel=src/main/resources/Ping.bpel with src/main/resources (add {maven-resources} if you want to include the maven resources)
[INFO] [install:install {execution: default-install}]
[HUDSON] Recording test results[INFO] Installing <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/distro/src/examples-jbi/maven2/ping-pong-osgi/target/ping-pong-bundle-1.3.4.jar> to /export/home/hudson/.m2/repository/org/apache/ode/examples/ping-pong-bundle/1.3.4/ping-pong-bundle-1.3.4.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/export/home/hudson/.m2/repository/repository.xml
[INFO] Installing org/apache/ode/examples/ping-pong-bundle/1.3.4/ping-pong-bundle-1.3.4.jar
[INFO] Writing OBR metadata

[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml> to /export/home/hudson/hudson/jobs/ODE-1.3.4.X-maven2/modules/org.apache.ode.examples$ping-pong-bundle/builds/2010-06-09_14-06-20/archive/org.apache.ode.examples/ping-pong-bundle/1.3.4/pom.xml
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/distro/src/examples-jbi/maven2/ping-pong-osgi/target/ping-pong-bundle-1.3.4.jar> to /export/home/hudson/hudson/jobs/ODE-1.3.4.X-maven2/modules/org.apache.ode.examples$ping-pong-bundle/builds/2010-06-09_14-06-20/archive/org.apache.ode.examples/ping-pong-bundle/1.3.4/ping-pong-bundle-1.3.4.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building ODE :: Axis2 Based Web Application
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/axis2-war/target>
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: war-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
Downloading: https://repository.apache.org/content/groups/public/com/sun/xml/fastinfoset/FastInfoset/1.2.1/FastInfoset-1.2.1.pom
[INFO] Unable to find resource 'com.sun.xml.fastinfoset:FastInfoset:pom:1.2.1' in repository servicemix-repo (https://repository.apache.org/content/groups/public)
Downloading: http://people.apache.org/~rr/saxon-repo/com/sun/xml/fastinfoset/FastInfoset/1.2.1/FastInfoset-1.2.1.pom
[INFO] Unable to find resource 'com.sun.xml.fastinfoset:FastInfoset:pom:1.2.1' in repository saxon-repo (http://people.apache.org/~rr/saxon-repo)
Downloading: http://ws.zones.apache.org/repository2/com/sun/xml/fastinfoset/FastInfoset/1.2.1/FastInfoset-1.2.1.pom
[INFO] Unable to find resource 'com.sun.xml.fastinfoset:FastInfoset:pom:1.2.1' in repository apache-ws-snapshots2 (http://ws.zones.apache.org/repository2)
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/com/sun/xml/fastinfoset/FastInfoset/1.2.1/FastInfoset-1.2.1.pom
[INFO] Unable to find resource 'com.sun.xml.fastinfoset:FastInfoset:pom:1.2.1' in repository tomcat-repository (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://people.apache.org/repo/m2-incubating-repository/com/sun/xml/fastinfoset/FastInfoset/1.2.1/FastInfoset-1.2.1.pom
[INFO] Unable to find resource 'com.sun.xml.fastinfoset:FastInfoset:pom:1.2.1' in repository apache-incubating (http://people.apache.org/repo/m2-incubating-repository)
Downloading: http://repo1.maven.org/eclipse/com/sun/xml/fastinfoset/FastInfoset/1.2.1/FastInfoset-1.2.1.pom
[INFO] Unable to find resource 'com.sun.xml.fastinfoset:FastInfoset:pom:1.2.1' in repository eclipse-repo (http://repo1.maven.org/eclipse)
Downloading: http://jibx.sourceforge.net/maven/com.sun.xml.fastinfoset/poms/FastInfoset-1.2.1.pom
[INFO] Unable to find resource 'com.sun.xml.fastinfoset:FastInfoset:pom:1.2.1' in repository jibx (http://jibx.sourceforge.net/maven)
Downloading: http://download.java.net/maven/1//com.sun.xml.fastinfoset/poms/FastInfoset-1.2.1.pom
170b downloaded  (FastInfoset-1.2.1.pom)
Downloading: http://download.java.net/maven/1//com.sun.xml.fastinfoset/poms/FastInfoset-1.2.1.pom
170b downloaded  (FastInfoset-1.2.1.pom)
[WARNING] Unable to get resource 'com.sun.xml.fastinfoset:FastInfoset:pom:1.2.1' from repository java.net (http://download.java.net/maven/1/): Checksum failed on download: local = '17865561afd5afc0e767035819794966'; remote = 'cd8a7b9f7126fca3a6af0bd1502e76bd'
Downloading: http://repo1.maven.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.1/FastInfoset-1.2.1.pom

Downloading: http://repo1.maven.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.1/FastInfoset-1.2.1.pom

[WARNING] Unable to get resource 'com.sun.xml.fastinfoset:FastInfoset:pom:1.2.1' from repository central (http://repo1.maven.org/maven2): Checksum failed on download: local = '17865561afd5afc0e767035819794966'; remote = 'cd8a7b9f7126fca3a6af0bd1502e76bd'
Downloading: https://repository.apache.org/content/groups/public/woodstox/wstx-asl/3.2.4/wstx-asl-3.2.4.pom
[INFO] Unable to find resource 'woodstox:wstx-asl:pom:3.2.4' in repository servicemix-repo (https://repository.apache.org/content/groups/public)
Downloading: http://people.apache.org/~rr/saxon-repo/woodstox/wstx-asl/3.2.4/wstx-asl-3.2.4.pom
[INFO] Unable to find resource 'woodstox:wstx-asl:pom:3.2.4' in repository saxon-repo (http://people.apache.org/~rr/saxon-repo)
Downloading: http://repo1.maven.org/maven2/woodstox/wstx-asl/3.2.4/wstx-asl-3.2.4.pom
[INFO] Unable to find resource 'woodstox:wstx-asl:pom:3.2.4' in repository central (http://repo1.maven.org/maven2)
[WARNING] Cannot include project artifact: org.apache.ode:ode-axis2-war:pom:1.3.4; it doesn't have an associated file or directory.
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'org.apache.axis2:axis2-jibx'
o  'org.jibx:jibx-bind'
o  'xml-resolver:xml-resolver'

[WARNING] Cannot include project artifact: org.apache.ode:ode-axis2-war:pom:1.3.4; it doesn't have an associated file or directory.
[INFO] WEB-INF/ already added, skipping
[INFO] WEB-INF/ already added, skipping
[INFO] Building war: <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/axis2-war/target/ode-axis2-war-1.3.4.war>
[INFO] WEB-INF/ already added, skipping
[INFO] WEB-INF/ already added, skipping
[INFO] [surefire:test {execution: test-axis2-web}]
[INFO] No tests to run.
[HUDSON] Recording test results
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/axis2-war/pom.xml> to /export/home/hudson/.m2/repository/org/apache/ode/ode-axis2-war/1.3.4/ode-axis2-war-1.3.4.pom
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/axis2-war/target/ode-axis2-war-1.3.4.war> to /export/home/hudson/.m2/repository/org/apache/ode/ode-axis2-war/1.3.4/ode-axis2-war-1.3.4.war
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/axis2-war/pom.xml> to /export/home/hudson/hudson/jobs/ODE-1.3.4.X-maven2/modules/org.apache.ode$ode-axis2-war/builds/2010-06-09_14-06-20/archive/org.apache.ode/ode-axis2-war/1.3.4/pom.xml
[HUDSON] Archiving /export/home/hudson/.m2/repository/org/apache/ode/ode-axis2-war/1.3.4/ode-axis2-war-1.3.4.pom to /export/home/hudson/hudson/jobs/ODE-1.3.4.X-maven2/modules/org.apache.ode$ode-axis2-war/builds/2010-06-09_14-06-20/archive/org.apache.ode/ode-axis2-war/1.3.4/ode-axis2-war-1.3.4.pom
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/ODE-1.3.4.X-maven2/ws/APACHE_ODE_1.3.4.X/axis2-war/target/ode-axis2-war-1.3.4.war> to /export/home/hudson/hudson/jobs/ODE-1.3.4.X-maven2/modules/org.apache.ode$ode-axis2-war/builds/2010-06-09_14-06-20/archive/org.apache.ode/ode-axis2-war/1.3.4/ode-axis2-war-1.3.4.war
Sending e-mails to: dev@ode.apache.org
ERROR: Failed to parse POMs
hudson.util.IOException2: Failed to join the process
	at hudson.Proc$RemoteProc.join(Proc.java:312)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:164)
	at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:480)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416)
	at hudson.model.Run.run(Run.java:1243)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:304)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:122)
Caused by: java.util.concurrent.ExecutionException: hudson.remoting.RequestAbortedException: java.io.EOFException
	at hudson.remoting.Request$1.get(Request.java:218)
	at hudson.remoting.Request$1.get(Request.java:172)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
	at hudson.Proc$RemoteProc.join(Proc.java:304)
	... 7 more
Caused by: hudson.remoting.RequestAbortedException: java.io.EOFException
	at hudson.remoting.Request.abort(Request.java:257)
	at hudson.remoting.Channel.terminate(Channel.java:598)
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:876)
Caused by: java.io.EOFException
	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2554)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1297)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:856)
FATAL: channel is already closed
hudson.remoting.ChannelClosedException: channel is already closed
	at hudson.remoting.Channel.send(Channel.java:412)
	at hudson.remoting.Request.call(Request.java:105)
	at hudson.remoting.Channel.call(Channel.java:551)
	at hudson.Launcher$RemoteLauncher.kill(Launcher.java:735)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:421)
	at hudson.model.Run.run(Run.java:1243)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:304)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:122)