You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Apache Jenkins Server <hu...@hudson.apache.org> on 2011/05/05 10:30:16 UTC

Build failed in Jenkins: Camel #1213

See <https://builds.apache.org/hudson/job/Camel/1213/changes>

Changes:

[ningjiang] CAMEL-3879 Fixed the test error of camel-soap and update the bus extensions file of camel transport

[ningjiang] CAMEL-3880 JMS cache replication OSGi unit test

[ningjiang] CAMEL-3867 Added OSGi integration tests for the camel-cache

[ningjiang] CAMEL-3867 improve ehcache configuration by reference RegisteredEventListeners and CacheLoaders

------------------------------------------
Started by user ningjiang
Building remotely on ubuntu2
Updating http://svn.apache.org/repos/asf/camel/trunk
AU        components/camel-cache/src/test/java/org/apache/camel/component/cache/CacheRoutesManagementTest.java
AU        components/camel-cache/src/test/java/org/apache/camel/component/cache/CacheRegistryRefTest.java
U         components/camel-cache/src/main/java/org/apache/camel/processor/cache/CacheBasedTokenReplacer.java
U         components/camel-cache/src/main/java/org/apache/camel/processor/cache/CacheBasedMessageBodyReplacer.java
U         components/camel-cache/src/main/java/org/apache/camel/processor/cache/CacheBasedXPathReplacer.java
D         components/camel-cache/src/main/java/org/apache/camel/component/cache/CacheEventListenerFactory.java
U         components/camel-cache/src/main/java/org/apache/camel/component/cache/CacheConsumer.java
AU        components/camel-cache/src/main/java/org/apache/camel/component/cache/CacheLoaderRegistry.java
U         components/camel-cache/src/main/java/org/apache/camel/component/cache/CacheEndpoint.java
AU        components/camel-cache/src/main/java/org/apache/camel/component/cache/CacheEventListenerRegistry.java
U         components/camel-cache/src/main/java/org/apache/camel/component/cache/CacheComponent.java
U         components/camel-cache/src/main/java/org/apache/camel/component/cache/CacheManagerFactory.java
U         components/camel-cache/src/main/java/org/apache/camel/component/cache/CacheProducer.java
U         components/camel-cache/src/main/java/org/apache/camel/component/cache/CacheConfiguration.java
AU        components/camel-cache/src/main/java/org/apache/camel/component/cache/CacheLoaderWrapper.java
U         components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelTransportFactory.java
D         components/camel-cxf/src/main/resources/bus-extensions.xml
AU        components/camel-cxf/src/main/resources/META-INF/cxf/bus-extensions.txt
A         tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/cache/CacheRoutesManagementTest.java
U         tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/cache/CacheManagerFactoryRefTest.java
A         tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/cache/replication
AU        tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/cache/replication/TestingCacheManagerFactory.java
AU        tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/cache/replication/WrappedJMSCacheLoader.java
AU        tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/cache/replication/CacheReplicationTest.java
A         tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/cache/replication
AU        tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/cache/replication/JMSReplicationCache1.xml
AU        tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/cache/replication/ehcache_jms_test.xml
AU        tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/cache/replication/JMSReplicationCache2.xml
AU        tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/cache/replication/JMSReplicationCache3.xml
AU        tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/osgi/cache/replication/JMSReplicationCamelContext.xml
U         tests/camel-itest-osgi/pom.xml
At revision 1099714
ERROR: Ignore Problem expanding maven opts macros org.jenkinsci.plugins.tokenmacro.TokenMacro
Found mavenVersion 2.2.1 from file jar:file:/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Parsing POMs
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
ERROR: Failed to parse POMs
hudson.util.IOException2: remote file operation failed: <https://builds.apache.org/hudson/job/Camel/ws/camel-trunk> at hudson.remoting.Channel@777c864:ubuntu2
	at hudson.FilePath.act(FilePath.java:753)
	at hudson.FilePath.act(FilePath.java:739)
	at hudson.maven.MavenModuleSetBuild$RunnerImpl.parsePoms(MavenModuleSetBuild.java:817)
	at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:617)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:423)
	at hudson.model.Run.run(Run.java:1362)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:467)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:145)
Caused by: java.io.IOException: Remote call on ubuntu2 failed
	at hudson.remoting.Channel.call(Channel.java:652)
	at hudson.FilePath.act(FilePath.java:746)
	... 8 more
Caused by: java.lang.Error: Failed to deserialize the Callable object.
	at hudson.remoting.UserRequest.perform(UserRequest.java:104)
	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:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.ClassCastException: cannot assign instance of hudson.model.StreamBuildListener to field hudson.maven.MavenModuleSetBuild$PomParser.listener of type hudson.model.BuildListener in instance of hudson.maven.MavenModuleSetBuild$PomParser
	at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2056)
	at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1229)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1969)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1963)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:182)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	... 8 more


Jenkins build is back to normal : Camel #1214

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/Camel/1214/>