You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@cxf.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2011/08/04 12:55:13 UTC

Jenkins build became unstable: CXF-2.4.x #86

See <https://builds.apache.org/job/CXF-2.4.x/86/changes>



Jenkins build is back to normal : CXF-2.4.x #91

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-2.4.x/91/changes>



Build failed in Jenkins: CXF-2.4.x #90

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-2.4.x/90/changes>

Changes:

[sergeyb] Merged revisions 1154229 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1154229 | sergeyb | 2011-08-05 15:11:58 +0100 (Fri, 05 Aug 2011) | 1 line
  
  [CXF-3714] Adding property to customize the way http headers can be added
........

[sergeyb] Merged revisions 1154158,1154232 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1154158 | sergeyb | 2011-08-05 11:27:31 +0100 (Fri, 05 Aug 2011) | 1 line
  
  [CXF-3713] Replacing explicit InitialContext calls with reflection code
........
  r1154232 | sergeyb | 2011-08-05 15:15:40 +0100 (Fri, 05 Aug 2011) | 1 line
  
  [CXF-3713] Reverting reflection-based code but retaining Throwable catch
........

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2
Updating http://svn.apache.org/repos/asf/cxf/branches/2.4.x-fixes
U         rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/provider/AegisJSONProvider.java
U         rt/transports/http/src/test/java/org/apache/cxf/transport/servlet/servicelist/BaseUrlHelperTest.java
U         rt/transports/http/src/main/java/org/apache/cxf/transport/http/Headers.java
U         rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/ServletContextResourceResolver.java
U         rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/BaseUrlHelper.java
U         rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/STSClient.java
 U        .
At revision 1154296
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
Parsing POMs
ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com
com.google.inject.internal.util.$ComputationException: java.lang.NoClassDefFoundError: Could not initialize class com.google.inject.internal.cglib.core.$MethodWrapper
	at com.google.inject.internal.util.$MapMaker$StrategyImpl.compute(MapMaker.java:553)
	at com.google.inject.internal.util.$MapMaker$StrategyImpl.compute(MapMaker.java:419)
	at com.google.inject.internal.util.$CustomConcurrentHashMap$ComputingImpl.get(CustomConcurrentHashMap.java:2041)
	at com.google.inject.internal.FailableCache.get(FailableCache.java:50)
	at com.google.inject.internal.ConstructorInjectorStore.get(ConstructorInjectorStore.java:49)
	at com.google.inject.internal.ConstructorBindingImpl.initialize(ConstructorBindingImpl.java:125)
	at com.google.inject.internal.InjectorImpl.initializeBinding(InjectorImpl.java:507)
	at com.google.inject.internal.AbstractBindingProcessor$Processor$1.run(AbstractBindingProcessor.java:171)
	at com.google.inject.internal.ProcessedBindingData.initializeBindings(ProcessedBindingData.java:44)
	at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:122)
	at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:106)
	at com.google.inject.Guice.createInjector(Guice.java:95)
	at com.google.inject.Guice.createInjector(Guice.java:72)
	at com.google.inject.Guice.createInjector(Guice.java:62)
	at org.codehaus.plexus.DefaultPlexusContainer.addPlexusInjector(DefaultPlexusContainer.java:454)
	at org.codehaus.plexus.DefaultPlexusContainer.<init>(DefaultPlexusContainer.java:190)
	at org.codehaus.plexus.DefaultPlexusContainer.<init>(DefaultPlexusContainer.java:157)
	at hudson.maven.MavenEmbedderUtils.buildPlexusContainer(MavenEmbedderUtils.java:164)
	at hudson.maven.MavenEmbedderUtils.buildPlexusContainer(MavenEmbedderUtils.java:157)
	at hudson.maven.MavenEmbedder.<init>(MavenEmbedder.java:111)
	at hudson.maven.MavenEmbedder.<init>(MavenEmbedder.java:138)
	at hudson.maven.MavenUtil.createEmbedder(MavenUtil.java:208)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1271)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1110)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1979)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	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.NoClassDefFoundError: Could not initialize class com.google.inject.internal.cglib.core.$MethodWrapper
	at com.google.inject.internal.cglib.core.$DuplicatesPredicate.evaluate(DuplicatesPredicate.java:25)
	at com.google.inject.internal.cglib.core.$CollectionUtils.filter(CollectionUtils.java:52)
	at com.google.inject.internal.cglib.reflect.$FastClassEmitter.<init>(FastClassEmitter.java:69)
	at com.google.inject.internal.cglib.reflect.$FastClass$Generator.generateClass(FastClass.java:72)
	at com.google.inject.internal.cglib.core.$DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
	at com.google.inject.internal.cglib.core.$AbstractClassGenerator.create(AbstractClassGenerator.java:216)
	at com.google.inject.internal.cglib.reflect.$FastClass$Generator.create(FastClass.java:64)
	at com.google.inject.internal.BytecodeGen.newFastClass(BytecodeGen.java:214)
	at com.google.inject.internal.DefaultConstructionProxyFactory.create(DefaultConstructionProxyFactory.java:53)
	at com.google.inject.internal.ProxyFactory.create(ProxyFactory.java:153)
	at com.google.inject.internal.ConstructorInjectorStore.createConstructor(ConstructorInjectorStore.java:89)
	at com.google.inject.internal.ConstructorInjectorStore.access$000(ConstructorInjectorStore.java:28)
	at com.google.inject.internal.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:36)
	at com.google.inject.internal.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:32)
	at com.google.inject.internal.FailableCache$1.apply(FailableCache.java:39)
	at com.google.inject.internal.util.$MapMaker$StrategyImpl.compute(MapMaker.java:549)
	... 33 more
project=hudson.maven.MavenModuleSet@260db2a1[CXF-2.4.x]
project.getModules()=[hudson.maven.MavenModule@4b1a05a[CXF-2.4.x/org.apache.cxf:cxf][CXF-2.4.x/org.apache.cxf:cxf][relativePath:], hudson.maven.MavenModule@145733c2[CXF-2.4.x/org.apache.cxf:cxf-api][CXF-2.4.x/org.apache.cxf:cxf-api][relativePath:api], hudson.maven.MavenModule@6d69e3d7[CXF-2.4.x/org.apache.cxf:cxf-archetypes][CXF-2.4.x/org.apache.cxf:cxf-archetypes][relativePath:maven-plugins/archetypes], hudson.maven.MavenModule@3b85ead9[CXF-2.4.x/org.apache.cxf:cxf-codegen-plugin][CXF-2.4.x/org.apache.cxf:cxf-codegen-plugin][relativePath:maven-plugins/codegen-plugin], hudson.maven.MavenModule@31237b70[CXF-2.4.x/org.apache.cxf:cxf-common][CXF-2.4.x/org.apache.cxf:cxf-common][relativePath:common], hudson.maven.MavenModule@1d634758[CXF-2.4.x/org.apache.cxf:cxf-common-utilities][CXF-2.4.x/org.apache.cxf:cxf-common-utilities][relativePath:common/common], hudson.maven.MavenModule@2e451b94[CXF-2.4.x/org.apache.cxf:cxf-corbatools-maven-plugin][CXF-2.4.x/org.apache.cxf:cxf-corbatools-maven-plugin][relativePath:maven-plugins/corba], hudson.maven.MavenModule@6a1531ed[CXF-2.4.x/org.apache.cxf:cxf-integration][CXF-2.4.x/org.apache.cxf:cxf-integration][relativePath:integration], hudson.maven.MavenModule@30f2a0d3[CXF-2.4.x/org.apache.cxf:cxf-integration-jbi][CXF-2.4.x/org.apache.cxf:cxf-integration-jbi][relativePath:integration/jbi], hudson.maven.MavenModule@6f5d585d[CXF-2.4.x/org.apache.cxf:cxf-integration-jca][CXF-2.4.x/org.apache.cxf:cxf-integration-jca][relativePath:integration/jca], hudson.maven.MavenModule@5893efc3[CXF-2.4.x/org.apache.cxf:cxf-java2ws-plugin][CXF-2.4.x/org.apache.cxf:cxf-java2ws-plugin][relativePath:maven-plugins/java2ws-plugin], hudson.maven.MavenModule@3b96b89[CXF-2.4.x/org.apache.cxf:cxf-maven-plugins][CXF-2.4.x/org.apache.cxf:cxf-maven-plugins][relativePath:maven-plugins], hudson.maven.MavenModule@4ee0f004[CXF-2.4.x/org.apache.cxf:cxf-parent][CXF-2.4.x/org.apache.cxf:cxf-parent][relativePath:parent], hudson.maven.MavenModule@45d1122c[CXF-2.4.x/org.apache.cxf:cxf-rt][CXF-2.4.x/org.apache.cxf:cxf-rt][relativePath:rt], hudson.maven.MavenModule@5d6988d6[CXF-2.4.x/org.apache.cxf:cxf-rt-bindings][CXF-2.4.x/org.apache.cxf:cxf-rt-bindings][relativePath:rt/bindings], hudson.maven.MavenModule@76f8b22[CXF-2.4.x/org.apache.cxf:cxf-rt-bindings-coloc][CXF-2.4.x/org.apache.cxf:cxf-rt-bindings-coloc][relativePath:rt/bindings/coloc], hudson.maven.MavenModule@41e69be8[CXF-2.4.x/org.apache.cxf:cxf-rt-bindings-corba][CXF-2.4.x/org.apache.cxf:cxf-rt-bindings-corba][relativePath:rt/bindings/corba], hudson.maven.MavenModule@337fd2c3[CXF-2.4.x/org.apache.cxf:cxf-rt-bindings-http][CXF-2.4.x/org.apache.cxf:cxf-rt-bindings-http][relativePath:rt/bindings/http], hudson.maven.MavenModule@326baff1[CXF-2.4.x/org.apache.cxf:cxf-rt-bindings-jbi][CXF-2.4.x/org.apache.cxf:cxf-rt-bindings-jbi][relativePath:rt/bindings/jbi], hudson.maven.MavenModule@862a94b[CXF-2.4.x/org.apache.cxf:cxf-rt-bindings-object][CXF-2.4.x/org.apache.cxf:cxf-rt-bindings-object][relativePath:rt/bindings/object], hudson.maven.MavenModule@7bf385a7[CXF-2.4.x/org.apache.cxf:cxf-rt-bindings-soap][CXF-2.4.x/org.apache.cxf:cxf-rt-bindings-soap][relativePath:rt/bindings/soap], hudson.maven.MavenModule@4ecb8779[CXF-2.4.x/org.apache.cxf:cxf-rt-bindings-xml][CXF-2.4.x/org.apache.cxf:cxf-rt-bindings-xml][relativePath:rt/bindings/xml], hudson.maven.MavenModule@3b5316d4[CXF-2.4.x/org.apache.cxf:cxf-rt-core][CXF-2.4.x/org.apache.cxf:cxf-rt-core][relativePath:rt/core], hudson.maven.MavenModule@6875577e[CXF-2.4.x/org.apache.cxf:cxf-rt-databinding-aegis][CXF-2.4.x/org.apache.cxf:cxf-rt-databinding-aegis][relativePath:rt/databinding/aegis], hudson.maven.MavenModule@7da150[CXF-2.4.x/org.apache.cxf:cxf-rt-databinding-jaxb][CXF-2.4.x/org.apache.cxf:cxf-rt-databinding-jaxb][relativePath:rt/databinding/jaxb], hudson.maven.MavenModule@519bc06f[CXF-2.4.x/org.apache.cxf:cxf-rt-databinding-jibx][CXF-2.4.x/org.apache.cxf:cxf-rt-databinding-jibx][relativePath:rt/databinding/jibx], hudson.maven.MavenModule@146a4c90[CXF-2.4.x/org.apache.cxf:cxf-rt-databinding-sdo][CXF-2.4.x/org.apache.cxf:cxf-rt-databinding-sdo][relativePath:rt/databinding/sdo], hudson.maven.MavenModule@176a0755[CXF-2.4.x/org.apache.cxf:cxf-rt-databinding-xmlbeans][CXF-2.4.x/org.apache.cxf:cxf-rt-databinding-xmlbeans][relativePath:rt/databinding/xmlbeans], hudson.maven.MavenModule@2635068e[CXF-2.4.x/org.apache.cxf:cxf-rt-frontend-jaxrs][CXF-2.4.x/org.apache.cxf:cxf-rt-frontend-jaxrs][relativePath:rt/frontend/jaxrs], hudson.maven.MavenModule@70b7ca0[CXF-2.4.x/org.apache.cxf:cxf-rt-frontend-jaxws][CXF-2.4.x/org.apache.cxf:cxf-rt-frontend-jaxws][relativePath:rt/frontend/jaxws], hudson.maven.MavenModule@287ae776[CXF-2.4.x/org.apache.cxf:cxf-rt-frontend-js][CXF-2.4.x/org.apache.cxf:cxf-rt-frontend-js][relativePath:rt/frontend/js], hudson.maven.MavenModule@90d4437[CXF-2.4.x/org.apache.cxf:cxf-rt-frontend-simple][CXF-2.4.x/org.apache.cxf:cxf-rt-frontend-simple][relativePath:rt/frontend/simple], hudson.maven.MavenModule@a9b0627[CXF-2.4.x/org.apache.cxf:cxf-rt-javascript][CXF-2.4.x/org.apache.cxf:cxf-rt-javascript][relativePath:rt/javascript], hudson.maven.MavenModule@54930708[CXF-2.4.x/org.apache.cxf:cxf-rt-management][CXF-2.4.x/org.apache.cxf:cxf-rt-management][relativePath:rt/management], hudson.maven.MavenModule@2296ff51[CXF-2.4.x/org.apache.cxf:cxf-rt-management-web][CXF-2.4.x/org.apache.cxf:cxf-rt-management-web][relativePath:rt/management-web], hudson.maven.MavenModule@2b753bb9[CXF-2.4.x/org.apache.cxf:cxf-rt-transports-common][CXF-2.4.x/org.apache.cxf:cxf-rt-transports-common][relativePath:rt/transports/common], hudson.maven.MavenModule@7ca195da[CXF-2.4.x/org.apache.cxf:cxf-rt-transports-http][CXF-2.4.x/org.apache.cxf:cxf-rt-transports-http][relativePath:rt/transports/http], hudson.maven.MavenModule@4696de68[CXF-2.4.x/org.apache.cxf:cxf-rt-transports-http-jetty][CXF-2.4.x/org.apache.cxf:cxf-rt-transports-http-jetty][relativePath:rt/transports/http-jetty], hudson.maven.MavenModule@313a6b9[CXF-2.4.x/org.apache.cxf:cxf-rt-transports-jbi][CXF-2.4.x/org.apache.cxf:cxf-rt-transports-jbi][relativePath:rt/transports/jbi], hudson.maven.MavenModule@37e66f47[CXF-2.4.x/org.apache.cxf:cxf-rt-transports-jms][CXF-2.4.x/org.apache.cxf:cxf-rt-transports-jms][relativePath:rt/transports/jms], hudson.maven.MavenModule@3dc7faaa[CXF-2.4.x/org.apache.cxf:cxf-rt-transports-local][CXF-2.4.x/org.apache.cxf:cxf-rt-transports-local][relativePath:rt/transports/local], hudson.maven.MavenModule@70938cc[CXF-2.4.x/org.apache.cxf:cxf-rt-ws-addr][CXF-2.4.x/org.apache.cxf:cxf-rt-ws-addr][relativePath:rt/ws/addr], hudson.maven.MavenModule@50432755[CXF-2.4.x/org.apache.cxf:cxf-rt-ws-policy][CXF-2.4.x/org.apache.cxf:cxf-rt-ws-policy][relativePath:rt/ws/policy], hudson.maven.MavenModule@76dab03c[CXF-2.4.x/org.apache.cxf:cxf-rt-ws-rm][CXF-2.4.x/org.apache.cxf:cxf-rt-ws-rm][relativePath:rt/ws/rm], hudson.maven.MavenModule@511c109[CXF-2.4.x/org.apache.cxf:cxf-rt-ws-security][CXF-2.4.x/org.apache.cxf:cxf-rt-ws-security][relativePath:rt/ws/security], hudson.maven.MavenModule@70735555[CXF-2.4.x/org.apache.cxf:cxf-testutils][CXF-2.4.x/org.apache.cxf:cxf-testutils][relativePath:testutils], hudson.maven.MavenModule@45c4f850[CXF-2.4.x/org.apache.cxf:cxf-tools][CXF-2.4.x/org.apache.cxf:cxf-tools][relativePath:tools], hudson.maven.MavenModule@6fea5dd3[CXF-2.4.x/org.apache.cxf:cxf-tools-common][CXF-2.4.x/org.apache.cxf:cxf-tools-common][relativePath:tools/common], hudson.maven.MavenModule@31cc3e7c[CXF-2.4.x/org.apache.cxf:cxf-tools-corba][CXF-2.4.x/org.apache.cxf:cxf-tools-corba][relativePath:tools/corba], hudson.maven.MavenModule@1d29109e[CXF-2.4.x/org.apache.cxf:cxf-tools-java2ws][CXF-2.4.x/org.apache.cxf:cxf-tools-java2ws][relativePath:tools/javato/ws], hudson.maven.MavenModule@4cfa0a35[CXF-2.4.x/org.apache.cxf:cxf-tools-javato][CXF-2.4.x/org.apache.cxf:cxf-tools-javato][relativePath:tools/javato], hudson.maven.MavenModule@5d1c5b77[CXF-2.4.x/org.apache.cxf:cxf-tools-misctools][CXF-2.4.x/org.apache.cxf:cxf-tools-misctools][relativePath:tools/wsdlto/misc], hudson.maven.MavenModule@46f39584[CXF-2.4.x/org.apache.cxf:cxf-tools-validator][CXF-2.4.x/org.apache.cxf:cxf-tools-validator][relativePath:tools/validator], hudson.maven.MavenModule@1012b3e7[CXF-2.4.x/org.apache.cxf:cxf-tools-wadlto][CXF-2.4.x/org.apache.cxf:cxf-tools-wadlto][relativePath:tools/wadlto], hudson.maven.MavenModule@6ba520c[CXF-2.4.x/org.apache.cxf:cxf-tools-wadlto-jaxrs][CXF-2.4.x/org.apache.cxf:cxf-tools-wadlto-jaxrs][relativePath:tools/wadlto/jaxrs], hudson.maven.MavenModule@1b1d9c01[CXF-2.4.x/org.apache.cxf:cxf-tools-wsdlto][CXF-2.4.x/org.apache.cxf:cxf-tools-wsdlto][relativePath:tools/wsdlto], hudson.maven.MavenModule@45c182bd[CXF-2.4.x/org.apache.cxf:cxf-tools-wsdlto-core][CXF-2.4.x/org.apache.cxf:cxf-tools-wsdlto-core][relativePath:tools/wsdlto/core], hudson.maven.MavenModule@5996acc2[CXF-2.4.x/org.apache.cxf:cxf-tools-wsdlto-databinding-jaxb][CXF-2.4.x/org.apache.cxf:cxf-tools-wsdlto-databinding-jaxb][relativePath:tools/wsdlto/databinding/jaxb], hudson.maven.MavenModule@1084027e[CXF-2.4.x/org.apache.cxf:cxf-tools-wsdlto-frontend-javascript][CXF-2.4.x/org.apache.cxf:cxf-tools-wsdlto-frontend-javascript][relativePath:tools/wsdlto/frontend/javascript], hudson.maven.MavenModule@20b3461[CXF-2.4.x/org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws][CXF-2.4.x/org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws][relativePath:tools/wsdlto/frontend/jaxws], hudson.maven.MavenModule@21edc51e[CXF-2.4.x/org.apache.cxf:cxf-tools-wsdlto-test][CXF-2.4.x/org.apache.cxf:cxf-tools-wsdlto-test][relativePath:tools/wsdlto/test], hudson.maven.MavenModule@4830ac0d[CXF-2.4.x/org.apache.cxf:cxf-wadl2java-plugin][CXF-2.4.x/org.apache.cxf:cxf-wadl2java-plugin][relativePath:maven-plugins/wadl2java-plugin], hudson.maven.MavenModule@4b1a21ee[CXF-2.4.x/org.apache.cxf:cxf-wsdl-validator-plugin][CXF-2.4.x/org.apache.cxf:cxf-wsdl-validator-plugin][relativePath:maven-plugins/wsdl-validator-plugin], hudson.maven.MavenModule@f9d0201[CXF-2.4.x/org.apache.cxf:cxf-wstx-msv-validation][CXF-2.4.x/org.apache.cxf:cxf-wstx-msv-validation][relativePath:common/wstx-msv-validation], hudson.maven.MavenModule@1229db51[CXF-2.4.x/org.apache.cxf:cxf-xerces-xsd-validation][CXF-2.4.x/org.apache.cxf:cxf-xerces-xsd-validation][relativePath:common/xerces-xsd-validation], hudson.maven.MavenModule@588f7906[CXF-2.4.x/org.apache.cxf.archetype:cxf-jaxws-javafirst][CXF-2.4.x/org.apache.cxf.archetype:cxf-jaxws-javafirst][relativePath:maven-plugins/archetypes/cxf-jaxws-javafirst], hudson.maven.MavenModule@5fb08ca4[CXF-2.4.x/org.apache.cxf.systests:cxf-systests][CXF-2.4.x/org.apache.cxf.systests:cxf-systests][relativePath:systests], hudson.maven.MavenModule@632da81b[CXF-2.4.x/org.apache.cxf.systests:cxf-systests-ci-webapp][CXF-2.4.x/org.apache.cxf.systests:cxf-systests-ci-webapp][relativePath:systests/container-integration/webapp], hudson.maven.MavenModule@6786091b[CXF-2.4.x/org.apache.cxf.systests:cxf-systests-container-integration][CXF-2.4.x/org.apache.cxf.systests:cxf-systests-container-integration][relativePath:systests/container-integration], hudson.maven.MavenModule@17e9cdb6[CXF-2.4.x/org.apache.cxf.systests:cxf-systests-databinding][CXF-2.4.x/org.apache.cxf.systests:cxf-systests-databinding][relativePath:systests/databinding], hudson.maven.MavenModule@3826f29f[CXF-2.4.x/org.apache.cxf.systests:cxf-systests-jaxrs][CXF-2.4.x/org.apache.cxf.systests:cxf-systests-jaxrs][relativePath:systests/jaxrs], hudson.maven.MavenModule@3dd2790a[CXF-2.4.x/org.apache.cxf.systests:cxf-systests-jaxws][CXF-2.4.x/org.apache.cxf.systests:cxf-systests-jaxws][relativePath:systests/jaxws], hudson.maven.MavenModule@51eaed4b[CXF-2.4.x/org.apache.cxf.systests:cxf-systests-transport-jms][CXF-2.4.x/org.apache.cxf.systests:cxf-systests-transport-jms][relativePath:systests/transport-jms], hudson.maven.MavenModule@337f0274[CXF-2.4.x/org.apache.cxf.systests:cxf-systests-transports][CXF-2.4.x/org.apache.cxf.systests:cxf-systests-transports][relativePath:systests/transports], hudson.maven.MavenModule@44a29867[CXF-2.4.x/org.apache.cxf.systests:cxf-systests-uncategorized][CXF-2.4.x/org.apache.cxf.systests:cxf-systests-uncategorized][relativePath:systests/uncategorized], hudson.maven.MavenModule@33193e3b[CXF-2.4.x/org.apache.cxf.systests:cxf-systests-ws-security][CXF-2.4.x/org.apache.cxf.systests:cxf-systests-ws-security][relativePath:systests/ws-security], hudson.maven.MavenModule@70cd7d24[CXF-2.4.x/org.apache.cxf.systests:cxf-systests-ws-specs][CXF-2.4.x/org.apache.cxf.systests:cxf-systests-ws-specs][relativePath:systests/ws-specs], hudson.maven.MavenModule@6ab39ec9[CXF-2.4.x/org.apache.cxf.systests:cxf-wsdl-maven][CXF-2.4.x/org.apache.cxf.systests:cxf-wsdl-maven][relativePath:systests/wsdl_maven], hudson.maven.MavenModule@7e1adcb4[CXF-2.4.x/org.apache.cxf.systests.wsdl_maven:cxf-systests-codegen][CXF-2.4.x/org.apache.cxf.systests.wsdl_maven:cxf-systests-codegen][relativePath:systests/wsdl_maven/codegen], hudson.maven.MavenModule@66b9b45f[CXF-2.4.x/org.apache.cxf.systests.wsdl_maven:cxf-systests-java2ws][CXF-2.4.x/org.apache.cxf.systests.wsdl_maven:cxf-systests-java2ws][relativePath:systests/wsdl_maven/java2ws]]
project.getRootModule()=hudson.maven.MavenModule@4b1a05a[CXF-2.4.x/org.apache.cxf:cxf][CXF-2.4.x/org.apache.cxf:cxf][relativePath:]
FATAL: java.lang.NoClassDefFoundError: Could not initialize class com.google.inject.internal.cglib.core.$MethodWrapper
com.google.inject.internal.util.$ComputationException: java.lang.NoClassDefFoundError: Could not initialize class com.google.inject.internal.cglib.core.$MethodWrapper
	at com.google.inject.internal.util.$MapMaker$StrategyImpl.compute(MapMaker.java:553)
	at com.google.inject.internal.util.$MapMaker$StrategyImpl.compute(MapMaker.java:419)
	at com.google.inject.internal.util.$CustomConcurrentHashMap$ComputingImpl.get(CustomConcurrentHashMap.java:2041)
	at com.google.inject.internal.FailableCache.get(FailableCache.java:50)
	at com.google.inject.internal.ConstructorInjectorStore.get(ConstructorInjectorStore.java:49)
	at com.google.inject.internal.ConstructorBindingImpl.initialize(ConstructorBindingImpl.java:125)
	at com.google.inject.internal.InjectorImpl.initializeBinding(InjectorImpl.java:507)
	at com.google.inject.internal.AbstractBindingProcessor$Processor$1.run(AbstractBindingProcessor.java:171)
	at com.google.inject.internal.ProcessedBindingData.initializeBindings(ProcessedBindingData.java:44)
	at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:122)
	at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:106)
	at com.google.inject.Guice.createInjector(Guice.java:95)
	at com.google.inject.Guice.createInjector(Guice.java:72)
	at com.google.inject.Guice.createInjector(Guice.java:62)
	at org.codehaus.plexus.DefaultPlexusContainer.addPlexusInjector(DefaultPlexusContainer.java:454)
	at org.codehaus.plexus.DefaultPlexusContainer.<init>(DefaultPlexusContainer.java:190)
	at org.codehaus.plexus.DefaultPlexusContainer.<init>(DefaultPlexusContainer.java:157)
	at hudson.maven.MavenEmbedderUtils.buildPlexusContainer(MavenEmbedderUtils.java:164)
	at hudson.maven.MavenEmbedderUtils.buildPlexusContainer(MavenEmbedderUtils.java:157)
	at hudson.maven.MavenEmbedder.<init>(MavenEmbedder.java:111)
	at hudson.maven.MavenEmbedder.<init>(MavenEmbedder.java:138)
	at hudson.maven.MavenUtil.createEmbedder(MavenUtil.java:208)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1271)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1110)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1979)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	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.NoClassDefFoundError: Could not initialize class com.google.inject.internal.cglib.core.$MethodWrapper
	at com.google.inject.internal.cglib.core.$DuplicatesPredicate.evaluate(DuplicatesPredicate.java:25)
	at com.google.inject.internal.cglib.core.$CollectionUtils.filter(CollectionUtils.java:52)
	at com.google.inject.internal.cglib.reflect.$FastClassEmitter.<init>(FastClassEmitter.java:69)
	at com.google.inject.internal.cglib.reflect.$FastClass$Generator.generateClass(FastClass.java:72)
	at com.google.inject.internal.cglib.core.$DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
	at com.google.inject.internal.cglib.core.$AbstractClassGenerator.create(AbstractClassGenerator.java:216)
	at com.google.inject.internal.cglib.reflect.$FastClass$Generator.create(FastClass.java:64)
	at com.google.inject.internal.BytecodeGen.newFastClass(BytecodeGen.java:214)
	at com.google.inject.internal.DefaultConstructionProxyFactory.create(DefaultConstructionProxyFactory.java:53)
	at com.google.inject.internal.ProxyFactory.create(ProxyFactory.java:153)
	at com.google.inject.internal.ConstructorInjectorStore.createConstructor(ConstructorInjectorStore.java:89)
	at com.google.inject.internal.ConstructorInjectorStore.access$000(ConstructorInjectorStore.java:28)
	at com.google.inject.internal.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:36)
	at com.google.inject.internal.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:32)
	at com.google.inject.internal.FailableCache$1.apply(FailableCache.java:39)
	at com.google.inject.internal.util.$MapMaker$StrategyImpl.compute(MapMaker.java:549)
	... 33 more


Jenkins build is unstable: CXF-2.4.x #89

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-2.4.x/89/changes>



Build failed in Jenkins: CXF-2.4.x #88

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-2.4.x/88/changes>

Changes:

[dkulp] Blocked revisions 1153798,1153825,1153851 via svnmerge

........
  r1153798 | sergeyb | 2011-08-04 05:09:55 -0400 (Thu, 04 Aug 2011) | 1 line
  
  CXF-3661,CXF-3677: Minimizing the duplication to do with getting user names and passwords
........
  r1153825 | sergeyb | 2011-08-04 06:10:57 -0400 (Thu, 04 Aug 2011) | 1 line
  
  CXF-3661,CXF-3677: Adding encryption/sig test using shared encryption properties
........
  r1153851 | sergeyb | 2011-08-04 07:28:51 -0400 (Thu, 04 Aug 2011) | 1 line
  
  CXF-3661,CXF-3677: More refactoring to minimize the duplication
........

[dkulp] Recorded merge of revisions 1153820,1153843 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1153820 | coheigea | 2011-08-04 06:02:54 -0400 (Thu, 04 Aug 2011) | 1 line
  
  [CXF-3708] - A validated and transformed SAML Token is not cached in the STSTokenValidator
........
  r1153843 | coheigea | 2011-08-04 06:55:48 -0400 (Thu, 04 Aug 2011) | 1 line
  
  Updating the STSProvider to support SOAP 1.2 faults.
........

[dkulp] Merged revisions 1153930 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1153930 | dkulp | 2011-08-04 13:05:14 -0400 (Thu, 04 Aug 2011) | 1 line
  
  [CXF-3710, CXF-3711] Some client shutdown enhancements and optimizations
........

------------------------------------------
[...truncated 3227 lines...]
-------------------------------------------------------
Running org.apache.cxf.ws.policy.AssertionBuilderRegistryImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 sec
Running org.apache.cxf.ws.policy.EffectivePolicyImplTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 sec
Running org.apache.cxf.ws.policy.EndpointPolicyImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Running org.apache.cxf.ws.policy.NormalizeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 sec
Running org.apache.cxf.ws.policy.PolicyAnnotationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.074 sec
Running org.apache.cxf.ws.policy.PolicyBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.apache.cxf.ws.policy.PolicyEngineImplInitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 sec
Running org.apache.cxf.ws.policy.PolicyEngineTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Running org.apache.cxf.ws.policy.PolicyExtensionsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec
Running org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistryImplTest
[JENKINS] Recording test resultsTests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.cxf.ws.policy.PolicyInterceptorsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.apache.cxf.ws.policy.PolicyRegistryImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.cxf.ws.policy.PolicyVerificationInFaultInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.cxf.ws.policy.PolicyVerificationInInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.cxf.ws.policy.PolicyVerificationOutInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.cxf.ws.policy.attachment.external.ExternalAttachmentProviderTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.cxf.ws.policy.attachment.external.PolicyAttachmentTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.cxf.ws.policy.attachment.reference.ReferenceResolverTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProviderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 sec
Running org.apache.cxf.ws.policy.selector.FirstAlternativeSelectorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.cxf.ws.policy.selector.MinimalMaximalAlternativeSelectorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.cxf.ws.policy.spring.PolicyBeansTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.apache.cxf.ws.policy.spring.PolicyFeatureTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec

Results :

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


[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/policy/target/cxf-rt-ws-policy-2.4.2-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/policy/target/cxf-rt-ws-policy-2.4.2-SNAPSHOT.jar> to <https://builds.apache.org/job/CXF-2.4.x/ws/.repository/org/apache/cxf/cxf-rt-ws-policy/2.4.2-SNAPSHOT/cxf-rt-ws-policy-2.4.2-SNAPSHOT.jar>
[JENKINS] Archiving <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/policy/pom.xml> to /home/hudson/hudson/jobs/CXF-2.4.x/modules/org.apache.cxf$cxf-rt-ws-policy/builds/2011-08-04_18-13-11/archive/org.apache.cxf/cxf-rt-ws-policy/2.4.2-SNAPSHOT/cxf-rt-ws-policy-2.4.2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/policy/target/cxf-rt-ws-policy-2.4.2-SNAPSHOT.jar> to /home/hudson/hudson/jobs/CXF-2.4.x/modules/org.apache.cxf$cxf-rt-ws-policy/builds/2011-08-04_18-13-11/archive/org.apache.cxf/cxf-rt-ws-policy/2.4.2-SNAPSHOT/cxf-rt-ws-policy-2.4.2-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime WS Reliable Messaging
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/target>
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 10 resources
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/src/main/resources-filtered>
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 78 source files to <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/src/test/resources>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/target/generated/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 24 source files to <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.ws.rm.AbstractEndpointTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 sec
Running org.apache.cxf.ws.rm.AbstractRMInterceptorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running org.apache.cxf.ws.rm.AbstractSequenceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.cxf.ws.rm.DestinationSequenceTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.434 sec
Running org.apache.cxf.ws.rm.DestinationTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.apache.cxf.ws.rm.ProxyTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
Running org.apache.cxf.ws.rm.RMContextUtilsTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cxf.ws.rm.RMEndpointTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 sec
Running org.apache.cxf.ws.rm.RMInInterceptorTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.apache.cxf.ws.rm.RMManagerConfigurationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.162 sec
Running org.apache.cxf.ws.rm.RMManagerTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running org.apache.cxf.ws.rm.RMOutInterceptorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.apache.cxf.ws.rm.RMUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.cxf.ws.rm.ServantTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.ws.rm.SourceSequenceTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 sec
Running org.apache.cxf.ws.rm.persistence.PersistenceUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running org.apache.cxf.ws.rm.persistence.RMLargeMessageTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.cxf.ws.rm.persistence.RMMessageTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreConfigurationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.746 sec
Running org.apache.cxf.ws.rm.policy.PolicyUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.cxf.ws.rm.soap.RMSoapInterceptorTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec
Running org.apache.cxf.ws.rm.soap.RetransmissionQueueImplTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Running org.apache.cxf.ws.rm.soap.SoapFaultFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec

Results :

Tests run: 177, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/target/cxf-rt-ws-rm-2.4.2-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/target/cxf-rt-ws-rm-2.4.2-SNAPSHOT.jar> to <https://builds.apache.org/job/CXF-2.4.x/ws/.repository/org/apache/cxf/cxf-rt-ws-rm/2.4.2-SNAPSHOT/cxf-rt-ws-rm-2.4.2-SNAPSHOT.jar>
[JENKINS] Archiving <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/pom.xml> to /home/hudson/hudson/jobs/CXF-2.4.x/modules/org.apache.cxf$cxf-rt-ws-rm/builds/2011-08-04_18-13-11/archive/org.apache.cxf/cxf-rt-ws-rm/2.4.2-SNAPSHOT/cxf-rt-ws-rm-2.4.2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/target/cxf-rt-ws-rm-2.4.2-SNAPSHOT.jar> to /home/hudson/hudson/jobs/CXF-2.4.x/modules/org.apache.cxf$cxf-rt-ws-rm/builds/2011-08-04_18-13-11/archive/org.apache.cxf/cxf-rt-ws-rm/2.4.2-SNAPSHOT/cxf-rt-ws-rm-2.4.2-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime WS Security
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/target>
[INFO] [dependency:copy {execution: create-endorsed-dir}]
[INFO] Configured Artifact: xerces:xercesImpl:?:jar
[INFO] Configured Artifact: xml-apis:xml-apis:1.3.04:jar
[INFO] Copying xercesImpl-2.9.1.jar to <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/target/endorsed/xercesImpl-2.9.1.jar>
[INFO] Copying xml-apis-1.3.04.jar to <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/target/endorsed/xml-apis-1.3.04.jar>
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/src/main/resources-filtered>
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 206 source files to <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/STSTokenValidator.java>:[73,49] cannot find symbol
symbol  : method getSignatureValue()
location: class org.apache.ws.security.saml.ext.AssertionWrapper
[INFO] 1 error
[INFO] -------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/pom.xml> to /home/hudson/hudson/jobs/CXF-2.4.x/modules/org.apache.cxf$cxf-rt-ws-security/builds/2011-08-04_18-13-11/archive/org.apache.cxf/cxf-rt-ws-security/2.4.2-SNAPSHOT/cxf-rt-ws-security-2.4.2-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/STSTokenValidator.java>:[73,49] cannot find symbol
symbol  : method getSignatureValue()
location: class org.apache.ws.security.saml.ext.AssertionWrapper

[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
<https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/STSTokenValidator.java>:[73,49] cannot find symbol
symbol  : method getSignatureValue()
location: class org.apache.ws.security.saml.ext.AssertionWrapper

	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:185)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:987)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:918)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	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:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
<https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/STSTokenValidator.java>:[73,49] cannot find symbol
symbol  : method getSignatureValue()
location: class org.apache.ws.security.saml.ext.AssertionWrapper

	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 28 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16 minutes 32 seconds
[INFO] Finished at: Thu Aug 04 18:30:24 UTC 2011
[INFO] Final Memory: 196M/240M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: notifications@cxf.apache.org
channel stopped


Build failed in Jenkins: CXF-2.4.x #87

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-2.4.x/87/changes>

Changes:

[coheigea] Updating the STSProvider to support SOAP 1.2 faults.

------------------------------------------
[...truncated 3225 lines...]
Running org.apache.cxf.ws.policy.AssertionBuilderRegistryImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 sec
Running org.apache.cxf.ws.policy.EffectivePolicyImplTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 sec
Running org.apache.cxf.ws.policy.EndpointPolicyImplTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running org.apache.cxf.ws.policy.NormalizeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 sec
Running org.apache.cxf.ws.policy.PolicyAnnotationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.101 sec
Running org.apache.cxf.ws.policy.PolicyBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.apache.cxf.ws.policy.PolicyEngineImplInitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 sec
Running org.apache.cxf.ws.policy.PolicyEngineTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
Running org.apache.cxf.ws.policy.PolicyExtensionsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec
Running org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistryImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.cxf.ws.policy.PolicyInterceptorsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.apache.cxf.ws.policy.PolicyRegistryImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.cxf.ws.policy.PolicyVerificationInFaultInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.apache.cxf.ws.policy.PolicyVerificationInInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.apache.cxf.ws.policy.PolicyVerificationOutInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.cxf.ws.policy.attachment.external.DomainExpressionBuilderRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.ws.policy.attachment.external.EndpointReferenceDomainExpressionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.cxf.ws.policy.attachment.external.ExternalAttachmentProviderTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.cxf.ws.policy.attachment.external.PolicyAttachmentTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cxf.ws.policy.attachment.reference.ReferenceResolverTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.cxf.ws.policy.attachment.wsdl11.Wsdl11AttachmentPolicyProviderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 sec
Running org.apache.cxf.ws.policy.selector.FirstAlternativeSelectorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.cxf.ws.policy.selector.MinimalMaximalAlternativeSelectorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.cxf.ws.policy.spring.PolicyBeansTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.apache.cxf.ws.policy.spring.PolicyFeatureTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec

Results :

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

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/policy/target/cxf-rt-ws-policy-2.4.2-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/policy/target/cxf-rt-ws-policy-2.4.2-SNAPSHOT.jar> to <https://builds.apache.org/job/CXF-2.4.x/ws/.repository/org/apache/cxf/cxf-rt-ws-policy/2.4.2-SNAPSHOT/cxf-rt-ws-policy-2.4.2-SNAPSHOT.jar>
[JENKINS] Archiving <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/policy/pom.xml> to /home/hudson/hudson/jobs/CXF-2.4.x/modules/org.apache.cxf$cxf-rt-ws-policy/builds/2011-08-04_11-11-08/archive/org.apache.cxf/cxf-rt-ws-policy/2.4.2-SNAPSHOT/cxf-rt-ws-policy-2.4.2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/policy/target/cxf-rt-ws-policy-2.4.2-SNAPSHOT.jar> to /home/hudson/hudson/jobs/CXF-2.4.x/modules/org.apache.cxf$cxf-rt-ws-policy/builds/2011-08-04_11-11-08/archive/org.apache.cxf/cxf-rt-ws-policy/2.4.2-SNAPSHOT/cxf-rt-ws-policy-2.4.2-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime WS Reliable Messaging
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/target>
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 10 resources
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/src/main/resources-filtered>
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 78 source files to <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/src/test/resources>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/target/generated/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 24 source files to <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cxf.ws.rm.AbstractEndpointTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 sec
Running org.apache.cxf.ws.rm.AbstractRMInterceptorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.apache.cxf.ws.rm.AbstractSequenceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.cxf.ws.rm.DestinationSequenceTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.401 sec
Running org.apache.cxf.ws.rm.DestinationTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.apache.cxf.ws.rm.ProxyTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 sec
Running org.apache.cxf.ws.rm.RMContextUtilsTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.apache.cxf.ws.rm.RMEndpointTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.577 sec
Running org.apache.cxf.ws.rm.RMInInterceptorTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running org.apache.cxf.ws.rm.RMManagerConfigurationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.855 sec
Running org.apache.cxf.ws.rm.RMManagerTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
Running org.apache.cxf.ws.rm.RMOutInterceptorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.apache.cxf.ws.rm.RMUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.cxf.ws.rm.ServantTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.cxf.ws.rm.SourceSequenceTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 sec
Running org.apache.cxf.ws.rm.persistence.PersistenceUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.apache.cxf.ws.rm.persistence.RMLargeMessageTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.cxf.ws.rm.persistence.RMMessageTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreConfigurationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running org.apache.cxf.ws.rm.persistence.jdbc.RMTxStoreTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.409 sec
Running org.apache.cxf.ws.rm.policy.PolicyUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.cxf.ws.rm.soap.RMSoapInterceptorTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.apache.cxf.ws.rm.soap.RetransmissionQueueImplTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running org.apache.cxf.ws.rm.soap.SoapFaultFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec

Results :

Tests run: 177, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/target/cxf-rt-ws-rm-2.4.2-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/target/cxf-rt-ws-rm-2.4.2-SNAPSHOT.jar> to <https://builds.apache.org/job/CXF-2.4.x/ws/.repository/org/apache/cxf/cxf-rt-ws-rm/2.4.2-SNAPSHOT/cxf-rt-ws-rm-2.4.2-SNAPSHOT.jar>
[JENKINS] Archiving <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/pom.xml> to /home/hudson/hudson/jobs/CXF-2.4.x/modules/org.apache.cxf$cxf-rt-ws-rm/builds/2011-08-04_11-11-08/archive/org.apache.cxf/cxf-rt-ws-rm/2.4.2-SNAPSHOT/cxf-rt-ws-rm-2.4.2-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/rm/target/cxf-rt-ws-rm-2.4.2-SNAPSHOT.jar> to /home/hudson/hudson/jobs/CXF-2.4.x/modules/org.apache.cxf$cxf-rt-ws-rm/builds/2011-08-04_11-11-08/archive/org.apache.cxf/cxf-rt-ws-rm/2.4.2-SNAPSHOT/cxf-rt-ws-rm-2.4.2-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime WS Security
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/target>
[INFO] [dependency:copy {execution: create-endorsed-dir}]
[INFO] Configured Artifact: xerces:xercesImpl:?:jar
[INFO] Configured Artifact: xml-apis:xml-apis:1.3.04:jar
[INFO] Copying xercesImpl-2.9.1.jar to <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/target/endorsed/xercesImpl-2.9.1.jar>
[INFO] Copying xml-apis-1.3.04.jar to <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/target/endorsed/xml-apis-1.3.04.jar>
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [cxf-xjc:xsdtojava {execution: generate-sources}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/src/main/resources-filtered>
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 206 source files to <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/STSTokenValidator.java>:[73,49] cannot find symbol
symbol  : method getSignatureValue()
location: class org.apache.ws.security.saml.ext.AssertionWrapper
[INFO] 1 error
[INFO] -------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/pom.xml> to /home/hudson/hudson/jobs/CXF-2.4.x/modules/org.apache.cxf$cxf-rt-ws-security/builds/2011-08-04_11-11-08/archive/org.apache.cxf/cxf-rt-ws-security/2.4.2-SNAPSHOT/cxf-rt-ws-security-2.4.2-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/STSTokenValidator.java>:[73,49] cannot find symbol
symbol  : method getSignatureValue()
location: class org.apache.ws.security.saml.ext.AssertionWrapper

[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
<https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/STSTokenValidator.java>:[73,49] cannot find symbol
symbol  : method getSignatureValue()
location: class org.apache.ws.security.saml.ext.AssertionWrapper

	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:185)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:987)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:918)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	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:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
<https://builds.apache.org/job/CXF-2.4.x/ws/2.4.x-fixes/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/STSTokenValidator.java>:[73,49] cannot find symbol
symbol  : method getSignatureValue()
location: class org.apache.ws.security.saml.ext.AssertionWrapper

	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 28 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 minutes 22 seconds
[INFO] Finished at: Thu Aug 04 11:24:09 UTC 2011
[INFO] Final Memory: 200M/256M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: notifications@cxf.apache.org coheigea@apache.org
Sending e-mails to: notifications@cxf.apache.org
channel stopped