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/21 08:48:25 UTC

Build failed in Hudson: CXF-trunk-deploy » Apache CXF JAX-RS System Tests #313

See <http://hudson.zones.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/313/changes>

Changes:

[sergeyb] Fixing CXF JAXRS issue to do with Form beans processing and typo in ws/security/DefaultSecurityContext

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF JAX-RS System Tests
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/target> (included: [**], excluded: [])
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
Downloading: http://repo1.maven.org/maven2/jetty/jsp-api/2.1-6.0.2/jsp-api-2.1-6.0.2.pom
Downloading: http://repo1.maven.org/maven2/jetty/jsp/2.1-6.0.2/jsp-2.1-6.0.2.pom
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/main/java>
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/main/resources>
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/main/resources-filtered>
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/target/generated/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 91 resources
[INFO] Copying 40 resources
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/target/generated/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 121 source files to <http://hudson.zones.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/target/test-classes>
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/pom.xml> to /export/home/hudson/hudson/jobs/CXF-trunk-deploy/modules/org.apache.cxf.systests$cxf-systests-jaxrs/builds/2010-04-21_06-03-43/archive/org.apache.cxf.systests/cxf-systests-jaxrs/2.3.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<http://hudson.zones.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSSoapBookTest.java>:[294,19] getTheBook4(org.apache.cxf.systest.jaxrs.Book,org.apache.cxf.systest.jaxrs.Book,org.apache.cxf.systest.jaxrs.Book) in org.apache.cxf.systest.jaxrs.BookSubresource cannot be applied to (org.apache.cxf.systest.jaxrs.Book,org.apache.cxf.systest.jaxrs.Book,org.apache.cxf.systest.jaxrs.Book,org.apache.cxf.systest.jaxrs.Book)

<http://hudson.zones.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSSoapBookTest.java>:[309,29] cannot find symbol
symbol  : method addOrder(org.apache.cxf.systest.jaxrs.OrderBean)
location: interface org.apache.cxf.systest.jaxrs.BookSubresource


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:579)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
	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
	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
	at org.apache.maven.plugin.TestCompilerMojo.execute(TestCompilerMojo.java:102)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
	... 28 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 44 minutes 23 seconds
[INFO] Finished at: Wed Apr 21 06:48:18 UTC 2010
[INFO] Final Memory: 114M/181M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data


Hudson build is back to normal : CXF-trunk-deploy » Apache CXF JAX-RS System Tests #314

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/314/>