See http://ci.sonatype.org/job/doxia/org.apache.maven.doxia$doxia-module-fml/4/changes
------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] Building Doxia :: FML Module [INFO] task-segment: [clean, deploy] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting directory http://ci.sonatype.org/job/doxia/org.apache.maven.doxia$doxia-module-fml/ws/target [WARNING] DEPRECATED [model]: Use models instead [INFO] [modello:java {execution: descriptor}] [INFO] outputDirectory: http://ci.sonatype.org/job/doxia/org.apache.maven.doxia$doxia-module-fml/ws/target/generated-sources/modello [INFO] Working on model: src/main/mdo/fml.mdo [INFO] Generating current version: 1.0.0 [WARNING] DEPRECATED [model]: Use models instead [INFO] [modello:xsd {execution: descriptor}] [INFO] outputDirectory: http://ci.sonatype.org/job/doxia/org.apache.maven.doxia$doxia-module-fml/ws/target/generated-site/xsd [INFO] Working on model: src/main/mdo/fml.mdo [INFO] Generating current version: 1.0.0 [INFO] [plexus:descriptor {execution: default}] [INFO] [remote-resources:process {execution: default}] [INFO] [resources:resources] [INFO] Using encoding: 'UTF-8' to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 7 source files to http://ci.sonatype.org/job/doxia/org.apache.maven.doxia$doxia-module-fml/ws/target/classes [INFO] [resources:testResources] [INFO] Using encoding: 'UTF-8' to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Compiling 2 source files to http://ci.sonatype.org/job/doxia/org.apache.maven.doxia$doxia-module-fml/ws/target/test-classes [INFO] [surefire:test] [INFO] Surefire report directory: http://ci.sonatype.org/job/doxia/org.apache.maven.doxia$doxia-module-fml/ws/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.maven.doxia.module.fml.FmlValidatorTest [HUDSON] Recording test results [HUDSON] Archiving http://ci.sonatype.org/job/doxia/org.apache.maven.doxia$doxia-module-fml/ws/pom.xml to /home/hudson/.hudson/jobs/doxia/modules/org.apache.maven.doxia$doxia-module-fml/builds/2008-10-10_08-31-23/archive/org.apache.maven.doxia/doxia-module-fml/1.0-beta-1-SNAPSHOT/pom.xml [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] org.apache.maven.doxia.module.fml.FmlValidatorTest; nested exception is java.lang.NoClassDefFoundError: org/apache/maven/scm/manager/ScmManager; nested exception is org.apache.maven.surefire.testset.TestSetFailedException: org.apache.maven.doxia.module.fml.FmlValidatorTest; nested exception is java.lang.NoClassDefFoundError: org/apache/maven/scm/manager/ScmManager [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: org.apache.maven.doxia.module.fml.FmlValidatorTest; nested exception is java.lang.NoClassDefFoundError: org/apache/maven/scm/manager/ScmManager; nested exception is org.apache.maven.surefire.testset.TestSetFailedException: org.apache.maven.doxia.module.fml.FmlValidatorTest; nested exception is java.lang.NoClassDefFoundError: org/apache/maven/scm/manager/ScmManager at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:583) 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:42) 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:597) 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:133) at hudson.maven.MavenBuilder.call(MavenBuilder.java:139) at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:543) at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:489) at hudson.remoting.UserRequest.perform(UserRequest.java:69) at hudson.remoting.UserRequest.perform(UserRequest.java:23) at hudson.remoting.Request$2.run(Request.java:213) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) at java.lang.Thread.run(Thread.java:619) Caused by: org.apache.maven.plugin.MojoExecutionException: org.apache.maven.doxia.module.fml.FmlValidatorTest; nested exception is java.lang.NoClassDefFoundError: org/apache/maven/scm/manager/ScmManager; nested exception is org.apache.maven.surefire.testset.TestSetFailedException: org.apache.maven.doxia.module.fml.FmlValidatorTest; nested exception is java.lang.NoClassDefFoundError: org/apache/maven/scm/manager/ScmManager at org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:545) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451) at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:159) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558) ... 28 more Caused by: org.apache.maven.surefire.booter.SurefireExecutionException: org.apache.maven.doxia.module.fml.FmlValidatorTest; nested exception is java.lang.NoClassDefFoundError: org/apache/maven/scm/manager/ScmManager; nested exception is org.apache.maven.surefire.testset.TestSetFailedException: org.apache.maven.doxia.module.fml.FmlValidatorTest; nested exception is java.lang.NoClassDefFoundError: org/apache/maven/scm/manager/ScmManager at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:353) at org.apache.maven.surefire.booter.SurefireBooter.run(SurefireBooter.java:241) at org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:537) ... 31 more Caused by: org.apache.maven.surefire.testset.TestSetFailedException: org.apache.maven.doxia.module.fml.FmlValidatorTest; nested exception is java.lang.NoClassDefFoundError: org/apache/maven/scm/manager/ScmManager at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:229) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) 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:597) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345) ... 33 more Caused by: java.lang.NoClassDefFoundError: org/apache/maven/scm/manager/ScmManager at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2427) at java.lang.Class.getDeclaredMethods(Class.java:1791) at junit.framework.TestSuite.<init>(TestSuite.java:138) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:197) ... 41 more [INFO] ------------------------------------------------------------------------ [INFO] Total time: 56 seconds [INFO] Finished at: Fri Oct 10 08:32:25 CDT 2008 [INFO] Final Memory: 51M/156M [INFO] ------------------------------------------------------------------------
