You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by "Continuum@maven.zones.apache.org" <co...@maven.zones.apache.org> on 2008/02/21 06:11:28 UTC

[continuum] BUILD FAILURE: Archiva Database

Online report : http://maven.zones.apache.org/continuum/buildResult.action?buildId=42235&projectId=286

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Thu 21 Feb 2008 05:09:55 +0000
  Finished at: Thu 21 Feb 2008 05:11:22 +0000
  Total time: 1m 26s
  Build Trigger: Schedule
  Build Number: 244
  Exit code: 1
  Building machine hostname: maven.zones.apache.org
  Operating system : SunOS(unknown)
  Java Home version : 
          java version "1.5.0_14"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
          Java HotSpot(TM) Server VM (build 1.5.0_14-b03, mixed mode)
        
  Builder version :
          Maven version: 2.0.7
          Java version: 1.5.0_14
          OS name: "sunos" version: "5.10" arch: "x86"
    
****************************************************************************
SCM Changes:
****************************************************************************
No files changed

****************************************************************************
Dependencies Changes:
****************************************************************************
org.apache.maven.archiva:archiva-consumer-api:1.1-SNAPSHOT

org.apache.maven.archiva:archiva-model:1.1-SNAPSHOT

org.apache.maven.archiva:archiva:1.1-SNAPSHOT


****************************************************************************
Build Defintion:
****************************************************************************
POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode --non-recursive
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Description: 


****************************************************************************
Test Summary:
****************************************************************************
Tests: 57
Failures: 7
Total time: 73302

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Archiva Database
[INFO]    task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /export/home/build/data/continuum/checkouts/286/target
[INFO] [plexus:descriptor {execution: generate}]
[WARNING] POM for 'jpox:jpox:pom:1.1.9:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. for project jpox:jpox at /export/home/build/.m2/repository/jpox/jpox/1.1.9/jpox-1.1.9.pom
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[WARNING] Attempting to build MavenProject instance for Artifact of type: jar; constructing POM artifact instead.
[WARNING] Invalid project model for artifact [jpox:jpox:1.1.9]. It will be ignored by the remote resources Mojo.
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[WARNING] POM for 'jpox:jpox:pom:1.1.9:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. for project jpox:jpox at /export/home/build/.m2/repository/jpox/jpox/1.1.9/jpox-1.1.9.pom
[INFO] [compiler:compile]
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 2 resources
[WARNING] POM for 'jpox:jpox:pom:1.1.9:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. for project jpox:jpox at /export/home/build/.m2/repository/jpox/jpox/1.1.9/jpox-1.1.9.pom
[INFO] [compiler:testCompile]
[WARNING] POM for 'jpox:jpox:pom:1.1.9:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. for project jpox:jpox at /export/home/build/.m2/repository/jpox/jpox/1.1.9/jpox-1.1.9.pom
[INFO] [surefire:test]
[INFO] Surefire report directory: /export/home/build/data/continuum/checkouts/286/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.archiva.database.jdo.JdoProjectModelDAOTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testProjectModelCRUD
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testProjectModelCRUD
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testSaveGetRealProjectModel
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testSaveGetRealProjectModel
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.662 sec
Running org.apache.maven.archiva.database.constraints.UniqueGroupIdConstraintTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdParamCommonsLang
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdParamCommonsLang
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdParamNoRepos
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdParamNoRepos
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdParamNullRepos
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdParamNullRepos
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdParamOrg
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdParamOrg
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdParamOrgApache
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdParamOrgApache
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdParamOrgApacheMaven
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdParamOrgApacheMaven
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdParamOrgApacheSnapshotsOnly
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdParamOrgApacheSnapshotsOnly
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdParamOrgSnapshotsOnly
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdParamOrgSnapshotsOnly
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintNoGroupIdParam
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintNoGroupIdParam
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintNoGroupIdParamCentralAndSnapshots
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintNoGroupIdParamCentralAndSnapshots
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintNoGroupIdParamCentralOnly
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintNoGroupIdParamCentralOnly
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintNoGroupIdParamNoRepos
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintNoGroupIdParamNoRepos
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintNoGroupIdParamNullRepos
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintNoGroupIdParamNullRepos
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintNoGroupIdParamSnapshotsOnly
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintNoGroupIdParamSnapshotsOnly
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.717 sec
Running org.apache.maven.archiva.database.browsing.RepositoryBrowsingTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testBrowseIntoGroupWithSubgroups
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testBrowseIntoGroupWithSubgroups
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

2008-02-21 05:10:37,258 [main] WARN  ConfigurationFactory           - No configuration found. Configuring ehcache from ehcache-failsafe.xml  found in the classpath: jar:file:/export/home/build/.m2/repository/net/sf/ehcache/ehcache/1.3.0/ehcache-1.3.0.jar!/ehcache-failsafe.xml
[INFO] Disposing cache: [ name = url-failures-cache status = STATUS_ALIVE eternal = false overflowToDisk = false maxElementsInMemory = 1000 maxElementsOnDisk = 0 memoryStoreEvictionPolicy = LRU timeToLiveSeconds = 1800 timeToIdleSeconds = 2700 diskPersistent = true diskExpiryThreadIntervalSeconds = 600 cacheEventListeners:  hitCount = 0 memoryStoreHitCount = 0 diskStoreHitCount = 0 missCountNotFound = 0 missCountExpired = 0 ]
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testSimpleBrowse
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testSimpleBrowse
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

[INFO] Disposing cache: [ name = url-failures-cache status = STATUS_ALIVE eternal = false overflowToDisk = false maxElementsInMemory = 1000 maxElementsOnDisk = 0 memoryStoreEvictionPolicy = LRU timeToLiveSeconds = 1800 timeToIdleSeconds = 2700 diskPersistent = true diskExpiryThreadIntervalSeconds = 600 cacheEventListeners:  hitCount = 0 memoryStoreHitCount = 0 diskStoreHitCount = 0 missCountNotFound = 0 missCountExpired = 0 ]
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 2.511 sec <<< FAILURE!
Running org.apache.maven.archiva.database.updater.TestDatabaseCleanupConsumer
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.maven.archiva.database.updater.TestDatabaseUnprocessedConsumer
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.maven.archiva.database.constraints.RecentArtifactsByAgeConstraintTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraint
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraint
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 sec
Running org.apache.maven.archiva.database.constraints.ArtifactsRelatedConstraintTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraint
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraint
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.084 sec
Running org.apache.maven.archiva.database.jdo.JdoRepositoryContentStatisticsDAOTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testCRUD
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testCRUD
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.147 sec
Running org.apache.maven.archiva.database.constraints.UniqueFieldConstraintTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testArtifact
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testArtifact
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testRepoProblem
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testRepoProblem
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.122 sec
Running org.apache.maven.archiva.database.constraints.RepositoryProblemByRepositoryIdConstraintTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraint
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraint
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 sec
Running org.apache.maven.archiva.database.constraints.ArtifactsByChecksumConstraintTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintSHA1
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintSHA1
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintMD5
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintMD5
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintOR
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintOR
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.326 sec
Running org.apache.maven.archiva.database.jdo.JdoArchivaDAOTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testSubDAOs
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testSubDAOs
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.934 sec
Running org.apache.maven.archiva.database.constraints.ProjectsByArtifactUsageConstraintTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testContraint
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testContraint
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.215 sec
Running org.apache.maven.archiva.database.updater.DatabaseUpdaterTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testUpdateUnprocessed
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testUpdateUnprocessed
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.331 sec <<< FAILURE!
Running org.apache.maven.archiva.database.constraints.MostRecentRepositoryScanStatisticsTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testNotProcessedYet
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testNotProcessedYet
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testStats
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testStats
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.378 sec
Running org.apache.maven.archiva.database.constraints.RepositoryProblemByGroupIdConstraintTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraint
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraint
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 sec
Running org.apache.maven.archiva.database.constraints.OlderArtifactsByAgeConstraintTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraint
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraint
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.145 sec
Running org.apache.maven.archiva.database.constraints.RangeConstraintTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraint
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraint
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.103 sec
Running org.apache.maven.archiva.database.updater.DatabaseConsumersTest
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.201 sec <<< FAILURE!
Running org.apache.maven.archiva.database.jdo.JdoArtifactDAOTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testArtifactKey
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testArtifactKey
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testArtifactCRUD
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testArtifactCRUD
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.19 sec
Running org.apache.maven.archiva.database.constraints.RepositoryProblemConstraintTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testGroupIdConstraint
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testGroupIdConstraint
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testRepoIdConstraint
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testRepoIdConstraint
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.529 sec
Running org.apache.maven.archiva.database.constraints.ArtifactsProcessedConstraintTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testNotProcessed
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testNotProcessed
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testProcessed
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testProcessed
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testSinceRecent
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testSinceRecent
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testSinceOld
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testSinceOld
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5 sec
Running org.apache.maven.archiva.database.constraints.UniqueVersionConstraintTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdArtifactIdCommonsLang
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdArtifactIdCommonsLang
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdArtifactIdInvalid
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdArtifactIdInvalid
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdArtifactIdMavenSharedTestTwo
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdArtifactIdMavenSharedTestTwo
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdArtifactIdMavenSharedTestTwoCentralOnly
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdArtifactIdMavenSharedTestTwoCentralOnly
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdArtifactIdMavenSharedTestTwoSnapshotsOnly
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdArtifactIdMavenSharedTestTwoSnapshotsOnly
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdArtifactIdMavenTestOne
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdArtifactIdMavenTestOne
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdArtifactIdModelloLong
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraintGroupIdArtifactIdModelloLong
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.525 sec
Running org.apache.maven.archiva.database.constraints.UniqueArtifactIdConstraintTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraint
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraint
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.319 sec
Running org.apache.maven.archiva.database.constraints.OlderSnapshotArtifactsByAgeConstraintTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraint
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testConstraint
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.336 sec
Running org.apache.maven.archiva.database.constraints.RepositoryContentStatisticsByRepositoryConstraintTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testStats
>>  javax.jdo.option.ConnectionUserName=sa

JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testStats
>>  javax.jdo.option.ConnectionUserName=sa
>>  org.jpox.autoCreateConstraints=true
>>  org.jpox.autoCreateColumns=false
>>  org.jpox.validateTables=true
>>  org.jpox.validateColumns=true
>>  org.jpox.validateConstraints=true

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 sec

Results :

Tests in error: 
  testBrowseIntoGroupWithSubgroups(org.apache.maven.archiva.database.browsing.RepositoryBrowsingTest)
  testSimpleBrowse(org.apache.maven.archiva.database.browsing.RepositoryBrowsingTest)
  testUpdateUnprocessed(org.apache.maven.archiva.database.updater.DatabaseUpdaterTest)
  testGetAvailableCleanupConsumers(org.apache.maven.archiva.database.updater.DatabaseConsumersTest)
  testGetAvailableUnprocessedConsumers(org.apache.maven.archiva.database.updater.DatabaseConsumersTest)
  testGetSelectedCleanupConsumers(org.apache.maven.archiva.database.updater.DatabaseConsumersTest)
  testGetSelectedUnprocessedConsumers(org.apache.maven.archiva.database.updater.DatabaseConsumersTest)

Tests run: 57, Failures: 0, Errors: 7, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to /export/home/build/data/continuum/checkouts/286/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 24 seconds
[INFO] Finished at: Thu Feb 21 05:11:21 GMT+00:00 2008
[INFO] Final Memory: 18M/330M
[INFO] ------------------------------------------------------------------------

****************************************************************************