You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by Continuum VMBuild Server <co...@apache.org> on 2008/02/07 15:57:57 UTC

[continuum] BUILD FAILURE: Sling - Event Support

Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=47608&projectId=303

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Thu 7 Feb 2008 06:55:54 -0800
  Finished at: Thu 7 Feb 2008 06:57:41 -0800
  Total time: 1m 47s
  Build Trigger: Schedule
  Build Number: 46
  Exit code: 1
  Building machine hostname: vmbuild.apache.org
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.6.0"
          Java(TM) SE Runtime Environment (build 1.6.0-b105)
          Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)
        
  Builder version :
          Maven version: 2.0.7
          Java version: 1.6.0
          OS name: "linux" version: "2.6.20-16-server" arch: "i386"
    
****************************************************************************
SCM Changes:
****************************************************************************
No files changed

****************************************************************************
Dependencies Changes:
****************************************************************************
org.apache.sling:org.apache.sling.api:2.0.0-incubator-SNAPSHOT

org.apache.sling:org.apache.sling.scheduler:2.0.0-incubator-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: 7
Failures: 2
Total time: 75623

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
WAGON_VERSION: 1.0-beta-1
[INFO] ----------------------------------------------------------------------------
[INFO] Building Sling - Event Support
[INFO]    task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /home/continuum/data/working-directory/303/target
[INFO] Deleting directory /home/continuum/data/working-directory/303/target/classes
[INFO] Deleting directory /home/continuum/data/working-directory/303/target/test-classes
[INFO] Deleting directory /home/continuum/data/working-directory/303/target/site
[INFO] [enforcer:enforce {execution: enforce-java}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 8 source files to /home/continuum/data/working-directory/303/target/classes
[INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
[INFO] Generating 8 MetaType Descriptors to /home/continuum/data/working-directory/303/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
[INFO] Writing abstract service descriptor /home/continuum/data/working-directory/303/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml with 1 entries.
[INFO] Generating 3 Service Component Descriptors to /home/continuum/data/working-directory/303/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 3 source files to /home/continuum/data/working-directory/303/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /home/continuum/data/working-directory/303/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.sling.event.impl.DistributingEventHandlerTest
450 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - Starting repository...
480 [main] INFO org.apache.jackrabbit.core.fs.local.LocalFileSystem - LocalFileSystem initialized at path target/repository/repository
720 [main] INFO org.apache.jackrabbit.core.nodetype.NodeTypeRegistry - no custom node type definitions found
727 [main] INFO org.apache.jackrabbit.core.fs.local.LocalFileSystem - LocalFileSystem initialized at path target/repository/version
27968 [main] INFO org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager - Database: Apache Derby / 10.2.1.6 - (452058)
27968 [main] INFO org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager - Driver: Apache Derby Embedded JDBC Driver / 10.2.1.6 - (452058)
36314 [main] INFO org.apache.jackrabbit.core.fs.local.LocalFileSystem - LocalFileSystem initialized at path target/repository/version/blobs
37265 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - initializing workspace 'default'...
37276 [main] INFO org.apache.jackrabbit.core.fs.local.LocalFileSystem - LocalFileSystem initialized at path target/repository/workspaces/default
53242 [main] INFO org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager - Database: Apache Derby / 10.2.1.6 - (452058)
53242 [main] INFO org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager - Driver: Apache Derby Embedded JDBC Driver / 10.2.1.6 - (452058)
60005 [main] INFO org.apache.jackrabbit.core.fs.local.LocalFileSystem - LocalFileSystem initialized at path target/repository/workspaces/default/blobs
60157 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - workspace 'default' initialized
60324 [main] INFO org.apache.jackrabbit.core.fs.local.LocalFileSystem - LocalFileSystem initialized at path target/repository/repository/index
61715 [main] INFO org.apache.jackrabbit.core.query.lucene.SearchIndex - Index initialized: target/repository/repository/index Version: 2
61720 [main] INFO org.apache.jackrabbit.core.fs.local.LocalFileSystem - LocalFileSystem initialized at path target/repository/workspaces/default/index
61724 [main] INFO org.apache.jackrabbit.core.query.lucene.SearchIndex - Index initialized: target/repository/workspaces/default/index Version: 2
61724 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - Repository started
65392 [Thread-7] ERROR org.apache.sling.event.impl.DistributingEventHandler - Error during session starting.
javax.jcr.InvalidItemStateException: 8177bd3b-f2ed-437d-b0c6-0e9aea581e57 has been modified externally
	at org.apache.jackrabbit.core.ItemImpl.save(ItemImpl.java:1248)
	at org.apache.sling.event.impl.AbstractRepositoryEventHandler.createRepositoryPath(AbstractRepositoryEventHandler.java:227)
	at org.apache.sling.event.impl.AbstractRepositoryEventHandler.startSession(AbstractRepositoryEventHandler.java:184)
	at org.apache.sling.event.impl.DistributingEventHandler.startSession(DistributingEventHandler.java:177)
	at org.apache.sling.event.impl.AbstractRepositoryEventHandler$1.run(AbstractRepositoryEventHandler.java:119)
71145 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - Shutting down repository...
71814 [IndexMerger] INFO org.apache.jackrabbit.core.query.lucene.IndexMerger - IndexMerger terminated
71818 [main] INFO org.apache.jackrabbit.core.query.lucene.SearchIndex - Index closed: target/repository/repository/index
71819 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - shutting down workspace 'default'...
71819 [main] INFO org.apache.jackrabbit.core.observation.ObservationDispatcher - Notification of EventListeners stopped.
71819 [IndexMerger] INFO org.apache.jackrabbit.core.query.lucene.IndexMerger - IndexMerger terminated
71826 [main] INFO org.apache.jackrabbit.core.query.lucene.SearchIndex - Index closed: target/repository/workspaces/default/index
74175 [main] INFO org.apache.jackrabbit.core.persistence.db.DerbyPersistenceManager - Database 'target/repository/workspaces/default/db' shutdown.
74176 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - workspace 'default' has been shutdown
75546 [main] INFO org.apache.jackrabbit.core.persistence.db.DerbyPersistenceManager - Database 'target/repository/version/db' shutdown.
75547 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - Repository has been shutdown
Tests run: 5, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 75.631 sec <<< FAILURE!
Running org.apache.sling.event.EventUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec

Results :

Tests in error: 
  testWriteEvent(org.apache.sling.event.impl.DistributingEventHandlerTest)
  testWriteEvent(org.apache.sling.event.impl.DistributingEventHandlerTest)

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

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 30 seconds
[INFO] Finished at: Thu Feb 07 06:57:41 PST 2008
[INFO] Final Memory: 14M/26M
[INFO] ------------------------------------------------------------------------

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