Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 25AB06DAE for ; Wed, 1 Jun 2011 15:14:27 +0000 (UTC) Received: (qmail 99121 invoked by uid 500); 1 Jun 2011 15:14:26 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 99033 invoked by uid 500); 1 Jun 2011 15:14:26 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 99026 invoked by uid 99); 1 Jun 2011 15:14:26 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 15:14:26 +0000 Received: by minotaur.apache.org (Postfix, from userid 1845) id 6CFB36DAA; Wed, 1 Jun 2011 15:14:26 +0000 (UTC) To: dev@geronimo.apache.org Subject: [BUILD] trunk: Failed for Revision: 1130142 Message-Id: <20110601151426.6CFB36DAA@minotaur.apache.org> Date: Wed, 1 Jun 2011 15:14:26 +0000 (UTC) From: gawor@apache.org (Jarek Gawor) Geronimo Revision: 1130142 built with tests included See the full build-0900.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20110601/build-0900.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/trunk/20110601/unit-test-reports T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [bundle:bundle {execution: default-bundle}] [INFO] [geronimo-osgi:verify-manifest {execution: verify-manifest}] [INFO] Resolving OSGi bundle: org.apache.geronimo.framework.geronimo-obr [INFO] OSGi bundle is resolved: org.apache.geronimo.framework.geronimo-obr [INFO] [ianal:verify-legal-files {execution: default}] [INFO] Checking legal files in: geronimo-obr-3.0-SNAPSHOT.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /home/geronimo/geronimo/trunk/framework/modules/geronimo-obr/target/geronimo-obr-3.0-SNAPSHOT.jar to /home/geronimo/.m2/repository/org/apache/geronimo/framework/geronimo-obr/3.0-SNAPSHOT/geronimo-obr-3.0-SNAPSHOT.jar [INFO] [bundle:install {execution: default-install}] [INFO] Parsing file:/home/geronimo/.m2/repository/repository.xml [INFO] Installing org/apache/geronimo/framework/geronimo-obr/3.0-SNAPSHOT/geronimo-obr-3.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Building Geronimo Framework, Modules :: Deployment [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] [genesis:validate-configuration {execution: default}] [INFO] [enforcer:enforce {execution: default}] [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 /home/geronimo/geronimo/trunk/framework/modules/geronimo-deployment/src/main/resources [INFO] skip non existing resourceDirectory /home/geronimo/geronimo/trunk/framework/modules/geronimo-deployment/src/main/filtered-resources [INFO] Copying 3 resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 33 source files to /home/geronimo/geronimo/trunk/framework/modules/geronimo-deployment/target/classes [INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/geronimo/geronimo/trunk/framework/modules/geronimo-deployment/src/test/resources [INFO] skip non existing resourceDirectory /home/geronimo/geronimo/trunk/framework/modules/geronimo-deployment/src/test/filtered-resources [INFO] Copying 3 resources [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Compiling 2 source files to /home/geronimo/geronimo/trunk/framework/modules/geronimo-deployment/target/test-classes [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: /home/geronimo/geronimo/trunk/framework/modules/geronimo-deployment/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.geronimo.deployment.SingleFileHotDeployerTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.126 sec Running org.apache.geronimo.deployment.DeploymentContextTest Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec <<< FAILURE! Results : Failed tests: testMainfestClassPath3(org.apache.geronimo.deployment.DeploymentContextTest) Tests run: 13, Failures: 1, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. Please refer to /home/geronimo/geronimo/trunk/framework/modules/geronimo-deployment/target/surefire-reports for the individual test results. [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.BuildFailureException: There are test failures. Please refer to /home/geronimo/geronimo/trunk/framework/modules/geronimo-deployment/target/surefire-reports for the individual test results. 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.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 org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60) 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 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures. Please refer to /home/geronimo/geronimo/trunk/framework/modules/geronimo-deployment/target/surefire-reports for the individual test results. at org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:575) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694) ... 17 more [INFO] ------------------------------------------------------------------------ [INFO] Total time: 117 minutes 1 second [INFO] Finished at: Wed Jun 01 10:58:31 EDT 2011 [INFO] Final Memory: 272M/479M [INFO] ------------------------------------------------------------------------