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 <hu...@hudson.apache.org> on 2011/05/13 12:30:34 UTC

Build failed in Jenkins: CXF-Trunk-JDK15 » Apache CXF JAX-WS System Tests #2050

See <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/2050/>

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF JAX-WS System Tests
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/target>
[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] skip non existing resourceDirectory <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/main/java>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/main/resources>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/main/resources-filtered>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/target/generated/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] Running wsdl2java in fork mode...
[INFO] Building jar: /tmp/cxf-tmp-389551/cxf-codegen5145185480868795615.jar
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 42 resources
[INFO] Copying 7 resources
[INFO] skip non existing resourceDirectory <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/target/generated/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 139 source files to <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java>:[29,5] method does not override a method from its superclass
[INFO] 1 error
[INFO] -------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/pom.xml> to /home/hudson/hudson/jobs/CXF-Trunk-JDK15/modules/org.apache.cxf.systests$cxf-systests-jaxws/builds/2011-05-13_10-06-51/archive/org.apache.cxf.systests/cxf-systests-jaxws/2.4.1-SNAPSHOT/cxf-systests-jaxws-2.4.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java>:[29,5] method does not override a method from its superclass

[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
<https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java>:[29,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: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/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java>:[29,5] method does not override a method from its superclass

	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
	at org.apache.maven.plugin.TestCompilerMojo.execute(TestCompilerMojo.java:161)
	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: 23 minutes 10 seconds
[INFO] Finished at: Fri May 13 10:30:33 UTC 2011
[INFO] Final Memory: 107M/192M
[INFO] ------------------------------------------------------------------------


Jenkins build is back to normal : CXF-Trunk-JDK15 » Apache CXF JAX-WS System Tests #2053

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/2053/changes>



Build failed in Jenkins: CXF-Trunk-JDK15 » Apache CXF JAX-WS System Tests #2052

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/2052/>

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF JAX-WS System Tests
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/target>
[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] skip non existing resourceDirectory <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/main/java>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/main/resources>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/main/resources-filtered>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/target/generated/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] Running wsdl2java in fork mode...
[INFO] Building jar: /tmp/cxf-tmp-146938/cxf-codegen394625996463756695.jar
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 42 resources
[INFO] Copying 7 resources
[INFO] skip non existing resourceDirectory <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/target/generated/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 139 source files to <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java>:[29,5] method does not override a method from its superclass
[INFO] 1 error
[INFO] -------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/pom.xml> to /home/hudson/hudson/jobs/CXF-Trunk-JDK15/modules/org.apache.cxf.systests$cxf-systests-jaxws/builds/2011-05-13_16-30-14/archive/org.apache.cxf.systests/cxf-systests-jaxws/2.4.1-SNAPSHOT/cxf-systests-jaxws-2.4.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java>:[29,5] method does not override a method from its superclass

[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
<https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java>:[29,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: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/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java>:[29,5] method does not override a method from its superclass

	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
	at org.apache.maven.plugin.TestCompilerMojo.execute(TestCompilerMojo.java:161)
	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: 24 minutes 8 seconds
[INFO] Finished at: Fri May 13 08:54:53 GMT-08:00 2011
[INFO] Final Memory: 106M/186M
[INFO] ------------------------------------------------------------------------


Build failed in Jenkins: CXF-Trunk-JDK15 » Apache CXF JAX-WS System Tests #2051

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/2051/>

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF JAX-WS System Tests
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/target>
[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] skip non existing resourceDirectory <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/main/java>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/main/resources>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/main/resources-filtered>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/target/generated/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
[INFO] Running wsdl2java in fork mode...
[INFO] Building jar: /tmp/cxf-tmp-443918/cxf-codegen3556355216567917832.jar
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 42 resources
[INFO] Copying 7 resources
[INFO] skip non existing resourceDirectory <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/target/generated/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 139 source files to <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java>:[29,5] method does not override a method from its superclass
[INFO] 1 error
[INFO] -------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/pom.xml> to /home/hudson/hudson/jobs/CXF-Trunk-JDK15/modules/org.apache.cxf.systests$cxf-systests-jaxws/builds/2011-05-13_15-41-18/archive/org.apache.cxf.systests/cxf-systests-jaxws/2.4.1-SNAPSHOT/cxf-systests-jaxws-2.4.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java>:[29,5] method does not override a method from its superclass

[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
<https://builds.apache.org/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java>:[29,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: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/hudson/job/CXF-Trunk-JDK15/org.apache.cxf.systests$cxf-systests-jaxws/ws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java>:[29,5] method does not override a method from its superclass

	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
	at org.apache.maven.plugin.TestCompilerMojo.execute(TestCompilerMojo.java:161)
	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: 24 minutes 8 seconds
[INFO] Finished at: Fri May 13 08:05:55 GMT-08:00 2011
[INFO] Final Memory: 100M/197M
[INFO] ------------------------------------------------------------------------