See
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/1401/>
------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Jackrabbit Web Application
[INFO] task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set:
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/target>
(included: [**], excluded: [])
[TASKS] Scanning folder
'<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/src/main/java'>
for tasks ...
[TASKS] Found 2.
[TASKS] Scanning folder
'<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/src/test/java'>
for tasks ...
[TASKS] Found 0.
[TASKS] Scanning folder
'<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/src/main/resources'>
for tasks ...
[TASKS] Found 0.
[TASKS] Scanning folder
'<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/src/test/resources'>
for tasks ...
[TASKS] Found 0.
[INFO] [remote-resources:process {execution: default}]
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 12 source files to
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[TASKS] Skipping maven reporter: there is already a result available.
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/target/test-classes>
[TASKS] Skipping maven reporter: there is already a result available.[INFO]
[surefire:test {execution: default-test}]
[INFO] Surefire report directory:
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/target/surefire-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[TASKS] Skipping maven reporter: there is already a result available.
[HUDSON] Recording test results
[INFO] [war:war {execution: default-war}]
[INFO] Exploding webapp...
[INFO] Assembling webapp jackrabbit-webapp in
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/target/jackrabbit-webapp-2.3-SNAPSHOT>
[INFO] Copy webapp webResources to
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/target/jackrabbit-webapp-2.3-SNAPSHOT>
[INFO] Generating war
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/target/jackrabbit-webapp-2.3-SNAPSHOT.war>
[INFO] Building war:
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/target/jackrabbit-webapp-2.3-SNAPSHOT.war>
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [build-helper:attach-artifact {execution: attach-artifacts}]
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks
[jar] Building jar:
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/target/jackrabbit-webapp-2.3-SNAPSHOT.jar>
[INFO] Executed tasks
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [failsafe:integration-test {execution: default}]
[INFO] Failsafe report directory:
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/target/failsafe-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.jackrabbit.j2ee.TomcatIT
Dec 15, 2010 5:52:39 AM org.apache.catalina.startup.Embedded start
INFO: Starting tomcat server
Dec 15, 2010 5:52:40 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.29
Dec 15, 2010 5:52:41 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-12856
Dec 15, 2010 5:52:41 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-12856
Dec 15, 2010 5:52:48 AM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-12856
Dec 15, 2010 5:52:48 AM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [Timer-1]
but has failed to stop it. This is very likely to create a memory leak.
Dec 15, 2010 5:52:48 AM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named
[DynamicPooledExecutor] but has failed to stop it. This is very likely to
create a memory leak.
Dec 15, 2010 5:52:48 AM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [Timer-2]
but has failed to stop it. This is very likely to create a memory leak.
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.426 sec <<<
FAILURE!
Results :
Failed tests:
testTomcat(org.apache.jackrabbit.j2ee.TomcatIT)
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e.
build is platform dependent!
[TASKS] Skipping maven reporter: there is already a result available.
[HUDSON] Recording test results
[INFO] [apache-rat:check {execution: default}]
[INFO] Exclude: src/main/webapp/WEB-INF/log4j.dtd
[TASKS] Skipping maven reporter: there is already a result available.[INFO]
[failsafe:verify {execution: default}]
[INFO] Failsafe report directory:
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/target/failsafe-reports>
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e.
build is platform dependent!
[TASKS] Skipping maven reporter: there is already a result available.
[HUDSON] Archiving disabled - not archiving
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/pom.xml>
[HUDSON] Archiving disabled - not archiving
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/target/jackrabbit-webapp-2.3-SNAPSHOT.war>
[HUDSON] Archiving disabled - not archiving
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/target/jackrabbit-webapp-2.3-SNAPSHOT.jar>
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to
<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-webapp/ws/target/failsafe-reports>
for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11 minutes 5 seconds
[INFO] Finished at: Wed Dec 15 05:52:52 GMT-08:00 2010
[INFO] Final Memory: 88M/322M
[INFO] ------------------------------------------------------------------------