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 01:45:40 UTC

Build failed in Hudson: CXF-2.2.x-JDK15 » Apache CXF JAX-RS System Tests #405

See <http://hudson.zones.apache.org/hudson/job/CXF-2.2.x-JDK15/org.apache.cxf.systests$cxf-systests-jaxrs/405/changes>

Changes:

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

........
  r935995 | sergeyb | 2010-04-20 18:06:28 +0100 (Tue, 20 Apr 2010) | 1 line
  
  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, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/CXF-2.2.x-JDK15/org.apache.cxf.systests$cxf-systests-jaxrs/ws/target> (included: [**], excluded: [])
Downloading: http://repo1.maven.org/maven2/jetty/jsp-api/2.1-6.0.2/jsp-api-2.1-6.0.2.pom
[INFO] Unable to find resource 'jetty:jsp-api:pom:2.1-6.0.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/jetty/jsp/2.1-6.0.2/jsp-2.1-6.0.2.pom
[INFO] Unable to find resource 'jetty:jsp:pom:2.1-6.0.2' in repository central (http://repo1.maven.org/maven2)
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
Audit done.

[INFO] Preparing pmd:check
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/CXF-2.2.x-JDK15/org.apache.cxf.systests$cxf-systests-jaxrs/ws/pom.xml> to /export/home/hudson/hudson/jobs/CXF-2.2.x-JDK15/modules/org.apache.cxf.systests$cxf-systests-jaxrs/builds/2010-04-20_23-11-19/archive/org.apache.cxf.systests/cxf-systests-jaxrs/2.2.8-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] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/CXF-2.2.x-JDK15/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/main/java>
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/CXF-2.2.x-JDK15/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/main/resources>
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/CXF-2.2.x-JDK15/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-2.2.x-JDK15/org.apache.cxf.systests$cxf-systests-jaxrs/ws/target/generated/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 87 resources
[INFO] Copying 34 resources
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/CXF-2.2.x-JDK15/org.apache.cxf.systests$cxf-systests-jaxrs/ws/target/generated/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 111 source files to <http://hudson.zones.apache.org/hudson/job/CXF-2.2.x-JDK15/org.apache.cxf.systests$cxf-systests-jaxrs/ws/target/test-classes>
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<http://hudson.zones.apache.org/hudson/job/CXF-2.2.x-JDK15/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-2.2.x-JDK15/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: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:585)
	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:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	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: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: 34 minutes 5 seconds
[INFO] Finished at: Tue Apr 20 23:45:36 UTC 2010
[INFO] Final Memory: 116M/209M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data