Geronimo Revision: 1028435 built with tests included
See the full build-1500.log file at
http://people.apache.org/builds/geronimo/server/binaries/trunk/20101028/build-1500.log
See the unit test reports at
http://people.apache.org/builds/geronimo/server/binaries/trunk/20101028/unit-test-reports
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory
/home/geronimo/geronimo/trunk/plugins/tomcat/geronimo-tomcat7/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 129 source files to
/home/geronimo/geronimo/trunk/plugins/tomcat/geronimo-tomcat7/target/classes
[WARNING]
/home/geronimo/geronimo/trunk/plugins/tomcat/geronimo-tomcat7/src/main/java/org/apache/geronimo/tomcat/LifecycleListenerGBean.java:[101,19]
[deprecation] addOperation(java.lang.String) in
org.apache.geronimo.gbean.GBeanInfoBuilder has been deprecated
[WARNING]
/home/geronimo/geronimo/trunk/plugins/tomcat/geronimo-tomcat7/src/main/java/org/apache/geronimo/tomcat/LifecycleListenerGBean.java:[102,19]
[deprecation] addOperation(java.lang.String) in
org.apache.geronimo.gbean.GBeanInfoBuilder has been deprecated
[WARNING]
/home/geronimo/geronimo/trunk/plugins/tomcat/geronimo-tomcat7/src/main/java/org/apache/geronimo/tomcat/ManagerGBean.java:[93,19]
[deprecation] addOperation(java.lang.String) in
org.apache.geronimo.gbean.GBeanInfoBuilder has been deprecated
[WARNING]
/home/geronimo/geronimo/trunk/plugins/tomcat/geronimo-tomcat7/src/main/java/org/apache/geronimo/tomcat/HostGBean.java:[171,19]
[deprecation] addOperation(java.lang.String) in
org.apache.geronimo.gbean.GBeanInfoBuilder has been deprecated
[WARNING]
/home/geronimo/geronimo/trunk/plugins/tomcat/geronimo-tomcat7/src/main/java/org/apache/geronimo/tomcat/TomcatEJBWebServiceContext.java:[241,20]
[deprecation] setStatus(int,java.lang.String) in
org.apache.catalina.connector.Response has been deprecated
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] skip non existing resourceDirectory
/home/geronimo/geronimo/trunk/plugins/tomcat/geronimo-tomcat7/src/test/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 9 source files to
/home/geronimo/geronimo/trunk/plugins/tomcat/geronimo-tomcat7/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory:
/home/geronimo/geronimo/trunk/plugins/tomcat/geronimo-tomcat7/target/surefire-reports
[org.apache.geronimo.tomcat.JACCSecurityTest] : Initialized
[org.apache.geronimo.tomcat.ContainerTest] : Initialized
[org.apache.geronimo.tomcat.TomcatServerGBeanTest] : Initialized
[org.apache.geronimo.tomcat.TomcatServerGBeanTest] : Initialized
[org.apache.geronimo.tomcat.TomcatServerGBeanTest] : Initialized
[org.apache.geronimo.tomcat.ApplicationTest] : Initialized
[org.apache.geronimo.tomcat.StatTest] : Initialized
[org.apache.geronimo.tomcat.JAASSecurityTest] : Initialized
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.geronimo.tomcat.ContainerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.246 sec
Running org.apache.geronimo.tomcat.BasicTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running org.apache.geronimo.tomcat.TomcatServerGBeanTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.388 sec
Running org.apache.geronimo.tomcat.ApplicationTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.751 sec <<<
FAILURE!
Running org.apache.geronimo.tomcat.JAASSecurityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.63 sec
Running org.apache.geronimo.tomcat.StatTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.72 sec <<<
FAILURE!
Running org.apache.geronimo.tomcat.JACCSecurityTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.617 sec <<<
FAILURE!
Results :
Tests in error:
testExplicitMapping(org.apache.geronimo.tomcat.JACCSecurityTest)
Tests run: 9, Failures: 0, Errors: 3, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to
/home/geronimo/geronimo/trunk/plugins/tomcat/geronimo-tomcat7/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/plugins/tomcat/geronimo-tomcat7/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/plugins/tomcat/geronimo-tomcat7/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: 24 minutes 32 seconds
[INFO] Finished at: Thu Oct 28 15:25:41 EDT 2010
[INFO] Final Memory: 544M/971M
[INFO] ------------------------------------------------------------------------