Should be OK now. 2010/11/12 <[email protected]>
> Geronimo Revision: 1034097 built with tests included > > See the full build-1500.log file at > http://people.apache.org/builds/geronimo/server/binaries/trunk/20101111/build-1500.log > > > See the unit test reports at > http://people.apache.org/builds/geronimo/server/binaries/trunk/20101111/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 130 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.565 sec > Running org.apache.geronimo.tomcat.BasicTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec > Running org.apache.geronimo.tomcat.TomcatServerGBeanTest > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.605 sec > Running org.apache.geronimo.tomcat.ApplicationTest > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.326 sec > <<< FAILURE! > Running org.apache.geronimo.tomcat.JAASSecurityTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.355 sec > Running org.apache.geronimo.tomcat.StatTest > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.942 sec > <<< FAILURE! > Running org.apache.geronimo.tomcat.JACCSecurityTest > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.041 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: 43 minutes > [INFO] Finished at: Thu Nov 11 15:44:18 EST 2010 > [INFO] Final Memory: 348M/930M > [INFO] > ------------------------------------------------------------------------ > -- Ivan
