See <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/1179/changes>
Changes: [mreutegg] JCR-2647: Reduce temporary memory usage of hierarchy cache initialization [Jukka Zitting] JCR-890: concurrent read-only access to a session Handle Session.logout() in a way that prevents concurrent session access. Also move the SessionContext argument from perform() to a member variable of SessionOperation. [Jukka Zitting] JCR-890: concurrent read-only access to a session Turn Session.move() into a SessionOperation [Jukka Zitting] JCR-890: concurrent read-only access to a session Re-introduce SessionState.checkAlive() to optimize sanity checks [Jukka Zitting] JCR-890: concurrent read-only access to a session Clean up PropertyImpl.setValue methods [Jukka Zitting] JCR-890: concurrent read-only access to a session Turn setProperty() into a SessionOperation [Jukka Zitting] JCR-890: concurrent read-only access to a session Leverage SessionContext in more places. [Jukka Zitting] JCR-890: concurrent read-only access to a session Turn Item.refresh() into a SessionOperation [Jukka Zitting] JCR-890: concurrent read-only access to a session Streamline the new ItemSaveOperation and related classes. [Jukka Zitting] JCR-890: concurrent read-only access to a session Extract session operations to separate classes. [Jukka Zitting] JCR-890: concurrent read-only access to a session Leverage SessionContext in more places. [Jukka Zitting] JCR-890: concurrent read-only access to a session Move ItemManager into SessionContext. [Jukka Zitting] JCR-890: concurrent read-only access to a session Move SessionItemStateManager and HierarchyManager into SessionContext. [Jukka Zitting] JCR-890: concurrent read-only access to a session Introduce a SessionContext parameter to SessionOperation.perform() so that we'll have an easier time breaking dependencies in SessionOperation subclasses. [Jukka Zitting] JCR-890: concurrent read-only access to a session Improved logging. [Jukka Zitting] JCR-890: concurrent read-only access to a session Turn Item.save() into a managed operation. Introduce SessionContext to avoid having to pass a yet another reference around. [Jukka Zitting] JCR-890: concurrent read-only access to a session Simplify use of SessionOperations. Turn Session.refresh() into a managed operation. [Jukka Zitting] JCR-890: concurrent read-only access to a session Use an explicit lock instead of Java synchronization to be able to log warnings about concurrent session use. [Jukka Zitting] JCR-890: concurrent read-only access to a session Add SessionState.perform(SessionOperation) for centralizing the control of any kinds of session operations. [Jukka Zitting] JCR-890: concurrent read-only access to a session Introduce an initial SessionState concept for separating the session internals from SessionImpl. ------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] Building Jackrabbit Core [INFO] task-segment: [clean, deploy] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/target> (included: [**], excluded: []) [TASKS] Scanning folder '<http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/main/java'> for tasks ... [TASKS] Found 190. [TASKS] Scanning folder '<http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/test/java'> for tasks ... [TASKS] Found 25. [TASKS] Scanning folder '<http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/main/resources'> for tasks ... [TASKS] Found 0. [TASKS] Scanning folder '<http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/main/resources-filtered'> for tasks ... [TASKS] Found 0. [TASKS] Scanning folder '<http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/src/test/resources'> for tasks ... [TASKS] Found 0. [INFO] snapshot org.apache.jackrabbit:jackrabbit-api:2.2-SNAPSHOT: checking for updates from apache.snapshots [INFO] snapshot org.apache.jackrabbit:jackrabbit-spi-commons:2.2-SNAPSHOT: checking for updates from apache.snapshots [INFO] [remote-resources:process {execution: default}] [TASKS] Skipping maven reporter: there is already a result available. [INFO] [resources:resources] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 72 resources [INFO] Copying 1 resource [INFO] Copying 3 resources [TASKS] Skipping maven reporter: there is already a result available. [INFO] [compiler:compile] [INFO] Compiling 694 source files to <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/target/classes> [TASKS] Skipping maven reporter: there is already a result available.[INFO] [resources:testResources] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 20 resources [INFO] Copying 3 resources [TASKS] Skipping maven reporter: there is already a result available. [INFO] [antrun:run {execution: process-test-resources}] [INFO] Executing tasks [copy] Copying 34 files to <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/target/repository> [copy] Copying 34 files to <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/target/repository-2> [INFO] Executed tasks [TASKS] Skipping maven reporter: there is already a result available. [INFO] [compiler:testCompile] [INFO] Compiling 292 source files to <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/target/test-classes> [TASKS] Skipping maven reporter: there is already a result available. [INFO] [surefire:test] [INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.jackrabbit.core.version.TestAll Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 86.252 sec Running org.apache.jackrabbit.core.security.authorization.principalbased.TestAll Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.841 sec Running org.apache.jackrabbit.core.security.authorization.acl.TestAll Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.736 sec Running org.apache.jackrabbit.api.security.TestAll Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running org.apache.jackrabbit.core.config.TestAll Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 sec Running org.apache.jackrabbit.core.query.lucene.directory.TestAll Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec Running org.apache.jackrabbit.core.security.user.TestAll Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.44 sec Running org.apache.jackrabbit.core.security.authentication.TestAll Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running org.apache.jackrabbit.core.journal.TestAll Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.628 sec Running org.apache.jackrabbit.core.state.TestAll Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.241 sec Running org.apache.jackrabbit.api.security.principal.TestAll Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec Running org.apache.jackrabbit.core.lock.TestAll Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running org.apache.jackrabbit.core.security.TestAll Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.979 sec Running org.apache.jackrabbit.core.util.TestAll Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.24 sec Running org.apache.jackrabbit.core.security.principal.TestAll Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec Running org.apache.jackrabbit.api.security.user.TestAll Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.637 sec Running org.apache.jackrabbit.core.cluster.TestAll Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running org.apache.jackrabbit.core.nodetype.xml.TestAll Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.898 sec Running org.apache.jackrabbit.core.TestAll Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.006 sec Running org.apache.jackrabbit.core.fs.TestAll Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.98 sec Running org.apache.jackrabbit.core.security.authorization.combined.TestAll Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 sec Running org.apache.jackrabbit.core.xml.TestAll Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec Running org.apache.jackrabbit.core.util.db.TestAll Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.776 sec Running org.apache.jackrabbit.core.observation.TestAll Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec Running org.apache.jackrabbit.core.retention.TestAll Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec Running org.apache.jackrabbit.core.value.TestAll Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec Running org.apache.jackrabbit.core.nodetype.TestAll Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 sec Running org.apache.jackrabbit.core.id.TestAll Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.apache.jackrabbit.core.query.lucene.TestAll Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.303 sec Running org.apache.jackrabbit.core.query.TestAll Tests run: 162, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.373 sec Running org.apache.jackrabbit.core.security.authorization.TestAll Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec Running org.apache.jackrabbit.core.data.TestAll Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.267 sec Results : Tests run: 1106, Failures: 0, Errors: 0, Skipped: 0 [TASKS] Skipping maven reporter: there is already a result available. [HUDSON] Recording test results [INFO] [jar:jar] [INFO] Building jar: <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/target/jackrabbit-core-2.2-SNAPSHOT.jar> [TASKS] Skipping maven reporter: there is already a result available. [INFO] [surefire:test {execution: do_test}] [INFO] Surefire report directory: <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.jackrabbit.core.integration.MassiveWildcardTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.262 sec Running org.apache.jackrabbit.core.integration.BackwardsCompatibilityTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.732 sec Running org.apache.jackrabbit.core.integration.RepositoryLockTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.667 sec Running org.apache.jackrabbit.core.integration.AxisQueryTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.656 sec Running org.apache.jackrabbit.core.integration.SessionImplTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec Running org.apache.jackrabbit.core.integration.RestoreSameNameSiblingTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec Running org.apache.jackrabbit.core.integration.ConcurrentQueriesWithUpdatesTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.812 sec Running org.apache.jackrabbit.core.integration.WorkspaceInitTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.042 sec Running org.apache.jackrabbit.core.integration.GQLTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.617 sec Running org.apache.jackrabbit.core.integration.NodeImplTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec Running org.apache.jackrabbit.core.integration.MassiveRangeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.947 sec Running org.apache.jackrabbit.core.integration.JCRAPITest Tests run: 1897, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.303 sec Running org.apache.jackrabbit.core.integration.RepositoryFactoryImplTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.595 sec Running org.apache.jackrabbit.core.integration.VersioningTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec Running org.apache.jackrabbit.core.integration.ConcurrentQueryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.261 sec Results : Tests run: 1937, Failures: 0, Errors: 0, Skipped: 0 [TASKS] Skipping maven reporter: there is already a result available. [HUDSON] Recording test results [INFO] [apache-rat:check {execution: default}] [INFO] Exclude: src/main/javadoc/**/*.uxf [INFO] Exclude: src/test/repository/** [INFO] Exclude: src/test/resources/**/*.txt [INFO] Exclude: src/test/resources/**/*.rtf [INFO] Exclude: src/test/resources/**/*.cnd [INFO] Exclude: src/test/compatibility/**/target/** [INFO] Exclude: src/test/compatibility/**/.*/** [INFO] Exclude: src/test/compatibility/repositories.zip [INFO] Exclude: repository/** [INFO] Exclude: *.log [TASKS] Skipping maven reporter: there is already a result available. [HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/pom.xml> to /export/home/hudson/hudson/jobs/Jackrabbit-trunk/modules/org.apache.jackrabbit$jackrabbit-core/builds/2010-06-28_15-53-54/archive/org.apache.jackrabbit/jackrabbit-core/2.2-SNAPSHOT/pom.xml [HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/ws/target/jackrabbit-core-2.2-SNAPSHOT.jar> to /export/home/hudson/hudson/jobs/Jackrabbit-trunk/modules/org.apache.jackrabbit$jackrabbit-core/builds/2010-06-28_15-53-54/archive/org.apache.jackrabbit/jackrabbit-core/2.2-SNAPSHOT/jackrabbit-core-2.2-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Too many unapproved licenses: 1 [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9 minutes 17 seconds [INFO] Finished at: Mon Jun 28 16:03:28 UTC 2010 [INFO] Final Memory: 70M/297M [INFO] ------------------------------------------------------------------------ Waiting for Hudson to finish collecting data
