You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2010/06/08 20:51:40 UTC

Build failed in Hudson: Cayenne-trunk » HSQLDB,JDK 1.5 (latest),Ubuntu #317

See <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/317/changes>

Changes:

[aadamchik] CAY-1421 CayenneRuntime shutdown functionality

* shutdown integration tests
* a more robust EM shutdown method

------------------------------------------
[...truncated 74514 lines...]
[INFO] ------------------------------------------------------------------------
[INFO] Building Cayenne Framework Aggregator Project
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/framework/pom.xml> to /home/hudson/.m2/repository/org/apache/cayenne/parents/cayenne-framework-parent/3.1-SNAPSHOT/cayenne-framework-parent-3.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Cayenne Integration Tests Parent
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/itests/pom.xml> to /home/hudson/.m2/repository/org/apache/cayenne/itests/cayenne-itests-parent/3.1-SNAPSHOT/cayenne-itests-parent-3.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Integration Tests - Cayenne DI Stack
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/itests/cayenne-di-stack/target>
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 6 source files to <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/itests/cayenne-di-stack/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/itests/cayenne-di-stack/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/itests/cayenne-di-stack/target/test-classes>
[WARNING] DEPRECATED [systemProperties]: Use systemPropertyVariables instead.
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/itests/cayenne-di-stack/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cayenne.runtime.CayenneServerRuntimeIntegrationTest
Jun 8, 2010 6:51:05 PM org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader$DataSourceChildrenHandler createChildTagHandler
INFO: loading user name and password.
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger logPoolCreated
INFO: Created connection pool: jdbc:hsqldb:mem:DEFAULT
	Driver class: org.hsqldb.jdbcDriver
	Min. connections in the pool: 1
	Max. connections in the pool: 1
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger logConnect
INFO: Opening connection: jdbc:hsqldb:mem:DEFAULT
	Login: null
	Password: *******
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger logConnectSuccess
INFO: +++ Connecting: SUCCESS.
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger log
INFO: Detected and installed adapter: org.apache.cayenne.dba.hsqldb.HSQLDBAdapter
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.dbsync.CreateIfNoSchemaStrategy processSchemaUpdate
INFO: No schema detected, will create mapped tables
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: CREATE CACHED TABLE TABLE1 (ID BIGINT NOT NULL, NAME VARCHAR(255) NULL, PRIMARY KEY (ID))
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: CREATE TABLE AUTO_PK_SUPPORT (  TABLE_NAME CHAR(100) NOT NULL,  NEXT_ID BIGINT NOT NULL,  PRIMARY KEY(TABLE_NAME))
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: DELETE FROM AUTO_PK_SUPPORT WHERE TABLE_NAME IN ('TABLE1')
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('TABLE1', 200)
Jun 8, 2010 6:51:05 PM org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader$DataSourceChildrenHandler createChildTagHandler
INFO: loading user name and password.
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger logPoolCreated
INFO: Created connection pool: jdbc:hsqldb:mem:DEFAULT
	Driver class: org.hsqldb.jdbcDriver
	Min. connections in the pool: 1
	Max. connections in the pool: 1
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger logConnect
INFO: Opening connection: jdbc:hsqldb:mem:DEFAULT
	Login: null
	Password: *******
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger logConnectSuccess
INFO: +++ Connecting: SUCCESS.
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger log
INFO: Detected and installed adapter: org.apache.cayenne.dba.hsqldb.HSQLDBAdapter
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.dbsync.CreateIfNoSchemaStrategy processSchemaUpdate
INFO: Full or partial schema detected, skipping tables creation
Jun 8, 2010 6:51:05 PM org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader$DataSourceChildrenHandler createChildTagHandler
INFO: loading user name and password.
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger logPoolCreated
INFO: Created connection pool: jdbc:hsqldb:mem:DEFAULT
	Driver class: org.hsqldb.jdbcDriver
	Min. connections in the pool: 1
	Max. connections in the pool: 1
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger logConnect
INFO: Opening connection: jdbc:hsqldb:mem:DEFAULT
	Login: null
	Password: *******
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger logConnectSuccess
INFO: +++ Connecting: SUCCESS.
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger log
INFO: Detected and installed adapter: org.apache.cayenne.dba.hsqldb.HSQLDBAdapter
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.dbsync.CreateIfNoSchemaStrategy processSchemaUpdate
INFO: Full or partial schema detected, skipping tables creation
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger logQueryStart
INFO: --- will run 1 query.
Jun 8, 2010 6:51:05 PM org.apache.cayenne.access.QueryLogger logBeginTransaction
INFO: --- transaction started.
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: SELECT t0.NAME, t0.ID FROM TABLE1 t0 - prepared in 25 ms.
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logSelectCount
INFO: === returned 1 row. - took 32 ms.
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logCommitTransaction
INFO: +++ transaction committed.
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logQueryStart
INFO: --- will run 1 query.
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logBeginTransaction
INFO: --- transaction started.
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: SELECT t0.NAME, t0.ID FROM TABLE1 t0
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logSelectCount
INFO: === returned 1 row. - took 1 ms.
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logCommitTransaction
INFO: +++ transaction committed.
Jun 8, 2010 6:51:06 PM org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader$DataSourceChildrenHandler createChildTagHandler
INFO: loading user name and password.
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logPoolCreated
INFO: Created connection pool: jdbc:hsqldb:mem:DEFAULT
	Driver class: org.hsqldb.jdbcDriver
	Min. connections in the pool: 1
	Max. connections in the pool: 1
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logConnect
INFO: Opening connection: jdbc:hsqldb:mem:DEFAULT
	Login: null
	Password: *******
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logConnectSuccess
INFO: +++ Connecting: SUCCESS.
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger log
INFO: Detected and installed adapter: org.apache.cayenne.dba.hsqldb.HSQLDBAdapter
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.dbsync.CreateIfNoSchemaStrategy processSchemaUpdate
INFO: Full or partial schema detected, skipping tables creation
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logQueryStart
INFO: --- will run 2 queries.
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logBeginTransaction
INFO: --- transaction started.
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: SELECT NEXT_ID FROM AUTO_PK_SUPPORT WHERE TABLE_NAME = 'TABLE1'
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logSelectCount
INFO: === returned 1 row. - took 3 ms.
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: UPDATE AUTO_PK_SUPPORT SET NEXT_ID = NEXT_ID + 20 WHERE TABLE_NAME = 'TABLE1'
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logUpdateCount
INFO: === updated 1 row.
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logQueryStart
INFO: --- will run 1 query.
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO TABLE1 (ID, NAME) VALUES (?, ?)
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logQueryParameters
INFO: [bind: 1->ID:200, 2->NAME:'XmKK']
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logUpdateCount
INFO: === updated 1 row.
Jun 8, 2010 6:51:06 PM org.apache.cayenne.access.QueryLogger logCommitTransaction
INFO: +++ transaction committed.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.926 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/itests/cayenne-di-stack/target/cayenne-di-stack-3.1-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/itests/cayenne-di-stack/target/cayenne-di-stack-3.1-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/cayenne/itests/cayenne-di-stack/3.1-SNAPSHOT/cayenne-di-stack-3.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Cayenne Modeler Java
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] artifact org.objectstyle.woproject.maven2:maven-japplication-plugin: checking for updates from wocommunity.org/plugin/releases
[WARNING] repository metadata for: 'artifact org.objectstyle.woproject.maven2:maven-japplication-plugin' could not be retrieved from repository: wocommunity.org/plugin/releases due to an error: Error transferring file: Server returned HTTP response code: 503 for URL: http://wo-repository.moleque.com.br/nexus/content/repositories/releases/org/objectstyle/woproject/maven2/maven-japplication-plugin/maven-metadata.xml
[INFO] Repository 'wocommunity.org/plugin/releases' will be blacklisted
[INFO] artifact org.objectstyle.woproject.maven2:maven-japplication-plugin: checking for updates from Maven Central Repo
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/modeler/cayenne-modeler-java/target>
[INFO] [japplication:japplication {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/modeler/cayenne-modeler-java/src/test/resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[WARNING] DEPRECATED [systemProperties]: Use systemPropertyVariables instead.
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/modeler/cayenne-modeler-java/target/cayenne-modeler-java-3.1-SNAPSHOT.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/modeler/cayenne-modeler-java/target/cayenne-modeler-java-3.1-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/cayenne/cayenne-modeler-java/3.1-SNAPSHOT/cayenne-modeler-java-3.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Cayenne Modeler Parent
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/modeler/pom.xml> to /home/hudson/.m2/repository/org/apache/cayenne/parents/cayenne-modeler-parent/3.1-SNAPSHOT/cayenne-modeler-parent-3.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error installing artifact: Failed to copy full contents from <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/modeler/pom.xml> to /home/hudson/.m2/repository/org/apache/cayenne/parents/cayenne-modeler-parent/3.1-SNAPSHOT/cayenne-modeler-parent-3.1-SNAPSHOT.pom

[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Error installing artifact: Failed to copy full contents from <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/modeler/pom.xml> to /home/hudson/.m2/repository/org/apache/cayenne/parents/cayenne-modeler-parent/3.1-SNAPSHOT/cayenne-modeler-parent-3.1-SNAPSHOT.pom
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
	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:592)
	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.MojoExecutionException: Error installing artifact: Failed to copy full contents from <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/modeler/pom.xml> to /home/hudson/.m2/repository/org/apache/cayenne/parents/cayenne-modeler-parent/3.1-SNAPSHOT/cayenne-modeler-parent-3.1-SNAPSHOT.pom
	at org.apache.maven.plugin.install.InstallMojo.execute(InstallMojo.java:143)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 17 more
Caused by: org.apache.maven.artifact.installer.ArtifactInstallationException: Error installing artifact: Failed to copy full contents from <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/modeler/pom.xml> to /home/hudson/.m2/repository/org/apache/cayenne/parents/cayenne-modeler-parent/3.1-SNAPSHOT/cayenne-modeler-parent-3.1-SNAPSHOT.pom
	at org.apache.maven.artifact.installer.DefaultArtifactInstaller.install(DefaultArtifactInstaller.java:119)
	at org.apache.maven.plugin.install.InstallMojo.execute(InstallMojo.java:92)
	... 19 more
Caused by: java.io.IOException: Failed to copy full contents from <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/ws/trunk/modeler/pom.xml> to /home/hudson/.m2/repository/org/apache/cayenne/parents/cayenne-modeler-parent/3.1-SNAPSHOT/cayenne-modeler-parent-3.1-SNAPSHOT.pom
	at hidden.org.codehaus.plexus.util.FileUtils.copyFile(FileUtils.java:1018)
	at org.apache.maven.artifact.installer.DefaultArtifactInstaller.install(DefaultArtifactInstaller.java:98)
	... 20 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 19 seconds
[INFO] Finished at: Tue Jun 08 18:51:15 UTC 2010
[INFO] Final Memory: 66M/294M
[INFO] ------------------------------------------------------------------------
Recording test results


Hudson build is back to normal : Cayenne-trunk » HSQLDB,JDK 1.5 (latest),Ubuntu #319

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.5%20(latest),label=Ubuntu/319/changes>