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 Hudson Server <hu...@hudson.zones.apache.org> on 2010/04/01 18:20:07 UTC

Build failed in Hudson: CXF-Trunk-JDK15 » Apache CXF Runtime WS Security #1152

See <http://hudson.zones.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf$cxf-rt-ws-security/1152/changes>

Changes:

[dvaleri] [CXF-2639] Expose Cryptographic coverage checking code from PolicyBasedWSS4JInInterceptor in a non-WS-Policy based interceptor

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime WS Security
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf$cxf-rt-ws-security/ws/target> (included: [**], excluded: [])
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf$cxf-rt-ws-security/ws/pom.xml> to /export/home/hudson/hudson/jobs/CXF-Trunk-JDK15/modules/org.apache.cxf$cxf-rt-ws-security/builds/2010-04-01_15-57-36/archive/org.apache.cxf/cxf-rt-ws-security/2.3.0-SNAPSHOT/pom.xml
[INFO] [pmd:pmd {execution: pmd}]
[INFO] [pmd:check {execution: validate}]
[INFO] 
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[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 <http://hudson.zones.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf$cxf-rt-ws-security/ws/src/main/resources-filtered>
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 97 source files to <http://hudson.zones.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf$cxf-rt-ws-security/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<http://hudson.zones.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf$cxf-rt-ws-security/ws/src/main/java/org/apache/cxf/ws/security/wss4j/CryptoCoverageChecker.java>:[115,5] method does not override a method from its superclass


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
<http://hudson.zones.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf$cxf-rt-ws-security/ws/src/main/java/org/apache/cxf/ws/security/wss4j/CryptoCoverageChecker.java>:[115,5] method does not override a method from its superclass


	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:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:159)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:688)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:632)
	at hudson.remoting.UserRequest.perform(UserRequest.java:104)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:236)
	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
<http://hudson.zones.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf$cxf-rt-ws-security/ws/src/main/java/org/apache/cxf/ws/security/wss4j/CryptoCoverageChecker.java>:[115,5] method does not override a method from its superclass


	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
	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: 22 minutes 4 seconds
[INFO] Finished at: Thu Apr 01 16:19:52 UTC 2010
[INFO] Final Memory: 102M/188M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data


Hudson build is back to normal : CXF-Trunk-JDK15 » Apache CXF Runtime WS Security #1153

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf$cxf-rt-ws-security/1153/changes>