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/11 11:16:23 UTC

Build failed in Jenkins: Camel #1220

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

Changes:

[davsclaus] CAMEL-3960: camel-test with junit4 now supports per class setup/shutdown of CamelContext. This allows to re-use the context when having multiple test methods for faster unit testing.

[davsclaus] Fixed camel model getTimeout returning null instead of 0 if timeout has not been set.

[ningjiang] CAMEL-3954 Fixed the CS errors of AbstractCamelContextFactoryBean and polish the code of CamelContextHelper

[davsclaus] CAMEL-3958: Simplified the code from last commit. You can do better Claus :)

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2
Updating http://svn.apache.org/repos/asf/camel/trunk
U         components/camel-test/src/test/java/org/apache/camel/test/patterns/FilterJUnit4Test.java
A         components/camel-test/src/test/java/org/apache/camel/test/patterns/FilterCreateCamelContextPerClassTest.java
U         components/camel-test/src/test/resources/log4j.properties
U         components/camel-test/src/main/java/org/apache/camel/test/TestSupportNodeIdFactory.java
U         components/camel-test/src/main/java/org/apache/camel/test/junit4/TestSupport.java
U         components/camel-test/src/main/java/org/apache/camel/test/junit4/CamelTestSupport.java
U         components/camel-jaxb/src/test/java/org/apache/camel/converter/jaxb/JaxbConverterTest.java
U         components/camel-core-xml/src/main/java/org/apache/camel/core/xml/AbstractCamelContextFactoryBean.java
U         camel-core/src/test/java/org/apache/camel/processor/interceptor/AdviceWithTasksSelectTest.java
U         camel-core/src/main/java/org/apache/camel/builder/AdviceWithTasks.java
U         camel-core/src/main/java/org/apache/camel/util/CamelContextHelper.java
U         camel-core/src/main/java/org/apache/camel/model/MulticastDefinition.java
U         camel-core/src/main/java/org/apache/camel/model/RecipientListDefinition.java
U         camel-core/src/main/java/org/apache/camel/model/SplitDefinition.java
At revision 1101793
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@60539ab4:ubuntu2
	at hudson.FilePath.act(FilePath.java:752)
	at hudson.FilePath.act(FilePath.java:738)
	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:429)
	at hudson.model.Run.run(Run.java:1374)
	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:745)
	... 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 #1221

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