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 2007/06/14 04:13:16 UTC

[continuum] BUILD SUCCESSFUL: Archiva Base :: Scheduled Tasks

Online report : http://maven.zones.apache.org/continuum/buildResult.action?buildId=8398&projectId=292
Build statistics:
  State: Ok
  Previous State: Failed
  Started at: Thu 14 Jun 2007 02:12:38 +0000
  Finished at: Thu 14 Jun 2007 02:13:10 +0000
  Total time: 32s
  Build Trigger: Schedule
  Build Number: 1
  Exit code: 0
  Building machine hostname: maven.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_11(Sun Microsystems Inc.)

****************************************************************************
SCM Changes:
****************************************************************************
No files changed

****************************************************************************
SCM Changes since last success:
****************************************************************************
****************************************************************************
Dependencies Changes:
****************************************************************************
org.apache.maven.archiva:archiva-database:1.0-alpha-2-SNAPSHOT

org.apache.maven.archiva:archiva-repository-layer:1.0-alpha-2-SNAPSHOT

org.apache.maven.archiva:archiva-database-consumers:1.0-alpha-2-SNAPSHOT

****************************************************************************
Test Summary:
****************************************************************************
Tests: 5
Failures: 0
Total time: 11095

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Archiva Base :: Scheduled Tasks
[INFO]    task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /export/home/build/data/continuum/checkouts/292/target
[INFO] Deleting directory /export/home/build/data/continuum/checkouts/292/target/classes
[INFO] Deleting directory /export/home/build/data/continuum/checkouts/292/target/test-classes
[INFO] Deleting directory /export/home/build/data/continuum/checkouts/292/target/site
[INFO] [plexus:descriptor {execution: generate}]
[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}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] [plexus:merge-descriptors {execution: merge}]
[INFO] [compiler:compile]
[INFO] Compiling 10 source files to /export/home/build/data/continuum/checkouts/292/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 4 source files to /export/home/build/data/continuum/checkouts/292/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /export/home/build/data/continuum/checkouts/292/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.archiva.scheduled.executors.ArchivaRepositoryScanningTaskExecutorTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testExecutor
>>  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:testExecutor
>>  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

DEBUG|main|    0|BeanUtils                      -   setProperty(org.apache.commons.configuration.XMLConfiguration@cd43ce, fileName, /export/home/build/data/continuum/checkouts/292/src/test/resources/archiva-test.xml)
DEBUG|main|    0|ConvertUtils                   - Convert string '/export/home/build/data/continuum/checkouts/292/src/test/resources/archiva-test.xml' to class 'java.lang.String'
DEBUG|main|    0|ConvertUtils                   -   Using converter org.apache.commons.beanutils.converters.StringConverter@1eb0c6
DEBUG|main|    3|PropertyUtils                  - setSimpleProperty: Invoking method public void org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.setFileName(java.lang.String) with value /export/home/build/data/continuum/checkouts/292/src/test/resources/archiva-test.xml (class java.lang.String)
DEBUG|main|    4|ConfigurationUtils             - Configuration loaded from the absolute path /export/home/build/data/continuum/checkouts/292/src/test/resources/archiva-test.xml
[INFO] Initialized org.apache.maven.archiva.scheduled.executors.ArchivaRepositoryScanningTaskExecutor
[INFO] Executing task from queue with job name: testRepoTask
[INFO] Walk Started: [testRepo] file:///export/home/build/data/continuum/checkouts/292/src/test/repositories/default-repository
[INFO] Walk Finished: [testRepo] file:///export/home/build/data/continuum/checkouts/292/src/test/repositories/default-repository
[INFO] Finished repository task: 
.\ Scan of testRepo \.__________________________________________
  Repository URL    : file:///export/home/build/data/continuum/checkouts/292/src/test/repositories/default-repository
  Repository Name   : Test Repository
  Repository Layout : default
  Known Consumers   : (1 configured)
                      update-db-artifact
  Invalid Consumers : <none>
  Duration          : 183 Milliseconds
  When Gathered     : 6/14/07 2:13 AM
  Total File Count  : 31
  Avg Time Per File : 5 Milliseconds
______________________________________________________________
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.173 sec
Running org.apache.maven.archiva.scheduled.TestDatabaseUnprocessedConsumer
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.maven.archiva.scheduled.TestDatabaseCleanupConsumer
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.maven.archiva.scheduled.executors.ArchivaDatabaseUpdateTaskExecutorTest
JPOX SchemaTool : System Properties
>>  javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
>>  javax.jdo.option.ConnectionDriverName=org.hsqldb.jdbcDriver
>>  javax.jdo.option.ConnectionURL=jdbc:hsqldb:mem:testExecutor
>>  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:testExecutor
>>  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

DEBUG|main| 5236|BeanUtils                      -   setProperty(org.apache.commons.configuration.XMLConfiguration@863941, fileName, /export/home/build/data/continuum/checkouts/292/src/test/resources/archiva-test.xml)
DEBUG|main| 5237|ConvertUtils                   - Convert string '/export/home/build/data/continuum/checkouts/292/src/test/resources/archiva-test.xml' to class 'java.lang.String'
DEBUG|main| 5237|ConvertUtils                   -   Using converter org.apache.commons.beanutils.converters.StringConverter@1eb0c6
DEBUG|main| 5237|PropertyUtils                  - setSimpleProperty: Invoking method public void org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.setFileName(java.lang.String) with value /export/home/build/data/continuum/checkouts/292/src/test/resources/archiva-test.xml (class java.lang.String)
DEBUG|main| 5237|ConfigurationUtils             - Configuration loaded from the absolute path /export/home/build/data/continuum/checkouts/292/src/test/resources/archiva-test.xml
[INFO] Initialized org.apache.maven.archiva.scheduled.executors.ArchivaDatabaseUpdateTaskExecutor
[INFO] Executing task from queue with job name: testDataTask
[INFO] Task: Updating unprocessed artifacts
[INFO] Processing Artifact: javax.sql:jdbc:jar:2.0
[INFO] Task: Updating processed artifacts
[INFO] Finished database task in 33ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.946 sec

Results :
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: /export/home/build/data/continuum/checkouts/292/target/archiva-scheduled-1.0-alpha-2-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing /export/home/build/data/continuum/checkouts/292/target/archiva-scheduled-1.0-alpha-2-SNAPSHOT.jar to /export/home/build/.m2/repository/org/apache/maven/archiva/archiva-scheduled/1.0-alpha-2-SNAPSHOT/archiva-scheduled-1.0-alpha-2-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30 seconds
[INFO] Finished at: Thu Jun 14 02:13:10 GMT 2007
[INFO] Final Memory: 19M/325M
[INFO] ------------------------------------------------------------------------

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