See <https://builds.apache.org/hudson/job/CXF-2.3-deploy/132/changes>
Changes: [dkulp] Merged revisions 1127624 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1127624 | dkulp | 2011-05-25 14:42:20 -0400 (Wed, 25 May 2011) | 3 lines [CXF-3467] Make sure the jibx and xmlbeans classes are generated into different packages as they map the underscores differently which is ok on unix/linux, but can cause issues on Windows. ........ [dkulp] Blocked revisions 1127606 via svnmerge ........ r1127606 | dkulp | 2011-05-25 14:07:40 -0400 (Wed, 25 May 2011) | 1 line Update recently added tests to use dynamic ports ........ [dkulp] Recorded merge of revisions 1127487 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1127487 | ay | 2011-05-25 08:03:47 -0400 (Wed, 25 May 2011) | 1 line [CXF-3548] EndpointImpl's hashCode changed; a unit test added ........ [dkulp] Merged revisions 1127605 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1127605 | dkulp | 2011-05-25 14:07:10 -0400 (Wed, 25 May 2011) | 1 line [CXF-3539] Fix NPE in STS if default namespace is used ........ [ay] [CXF-3548] EndpointImpl's hashCode changed; a unit test added [ffang] Merged revisions 1127459 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1127459 | ffang | 2011-05-25 18:12:26 +0800 (δΈ‰, 25 5 2011) | 1 line [CXF-3526]add testcase to demostrate how to use inherited nested map ........ ------------------------------------------ Started by an SCM change Building remotely on ubuntu1 Updating http://svn.apache.org/repos/asf/cxf/branches/2.3.x-fixes AU rt/core/src/test/java/org/apache/cxf/endpoint/EndpointImplTest.java U rt/core/src/main/java/org/apache/cxf/endpoint/EndpointImpl.java U common/common/src/main/java/org/apache/cxf/staxutils/StaxSource.java U systests/databinding/src/test/java/org/apache/cxf/systest/aegis/SportsService.java U systests/databinding/src/test/java/org/apache/cxf/systest/aegis/AegisClientServerTest.java U systests/databinding/src/test/java/org/apache/cxf/systest/aegis/SportsServiceImpl.java U systests/databinding/src/test/java/org/apache/cxf/systest/xmlbeans/ClientServerXmlBeansTest.java U systests/databinding/src/test/java/org/apache/cxf/systest/xmlbeans/GreeterImpl.java U systests/databinding/src/test/java/org/apache/cxf/systest/xmlbeans/cxf.xml U systests/databinding/src/test/java/org/apache/cxf/systest/xmlbeans/cxf_no_wsdl.xml U systests/databinding/src/test/resources/wsdl_systest_databinding/xmlbeans/hello_world.wsdl U . At revision 1127798 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/CXF-2.3-deploy/ws/cxf-2.3.x-fixes> at hudson.remoting.Channel@22ebdbe3:ubuntu1 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 ubuntu1 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
