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.apache.org> on 2011/03/14 19:08:16 UTC

Build failed in Jenkins: CXF-2.3.x » Apache CXF Runtime Management #261

See <https://hudson.apache.org/hudson/job/CXF-2.3.x/org.apache.cxf$cxf-rt-management/261/changes>

Changes:

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

........
  r1081468 | dkulp | 2011-03-14 12:58:21 -0400 (Mon, 14 Mar 2011) | 1 line
  
  Fix compile failure on Java5
........

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

........
  r1081445 | dkulp | 2011-03-14 12:24:44 -0400 (Mon, 14 Mar 2011) | 5 lines
  
  [CXF-3396] Make sure the standalone MBeanServer lookups are done
  properly to prevent multiple MBeanServers from being created when they
  shouldn't be.
  
  Patch from Aki Yoshida applied.
........

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime Management
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://hudson.apache.org/hudson/job/CXF-2.3.x/org.apache.cxf$cxf-rt-management/ws/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 4 resources
[INFO] Copying 4 resources
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/CXF-2.3.x/org.apache.cxf$cxf-rt-management/ws/src/main/resources-filtered>
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 28 source files to <https://hudson.apache.org/hudson/job/CXF-2.3.x/org.apache.cxf$cxf-rt-management/ws/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/CXF-2.3.x/org.apache.cxf$cxf-rt-management/ws/target/generated/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 15 source files to <https://hudson.apache.org/hudson/job/CXF-2.3.x/org.apache.cxf$cxf-rt-management/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://hudson.apache.org/hudson/job/CXF-2.3.x/org.apache.cxf$cxf-rt-management/ws/src/test/java/org/apache/cxf/management/jmx/BusRegistrationTest.java>:[71,13] method does not override a method from its superclass
[INFO] 1 error
[INFO] -------------------------------------------------------------
[JENKINS] Archiving <https://hudson.apache.org/hudson/job/CXF-2.3.x/org.apache.cxf$cxf-rt-management/ws/pom.xml> to /home/hudson/hudson/jobs/CXF-2.3.x/modules/org.apache.cxf$cxf-rt-management/builds/2011-03-14_18-02-33/archive/org.apache.cxf/cxf-rt-management/2.3.4-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://hudson.apache.org/hudson/job/CXF-2.3.x/org.apache.cxf$cxf-rt-management/ws/src/test/java/org/apache/cxf/management/jmx/BusRegistrationTest.java>:[71,13] method does not override a method from its superclass

[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
<https://hudson.apache.org/hudson/job/CXF-2.3.x/org.apache.cxf$cxf-rt-management/ws/src/test/java/org/apache/cxf/management/jmx/BusRegistrationTest.java>:[71,13] 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:173)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:872)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:803)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	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://hudson.apache.org/hudson/job/CXF-2.3.x/org.apache.cxf$cxf-rt-management/ws/src/test/java/org/apache/cxf/management/jmx/BusRegistrationTest.java>:[71,13] 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: 5 minutes 14 seconds
[INFO] Finished at: Mon Mar 14 18:08:15 UTC 2011
[INFO] Final Memory: 96M/158M
[INFO] ------------------------------------------------------------------------


Jenkins build is back to normal : CXF-2.3.x » Apache CXF Runtime Management #262

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/CXF-2.3.x/org.apache.cxf$cxf-rt-management/262/changes>