Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 36068 invoked from network); 28 Jun 2010 16:13:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Jun 2010 16:13:00 -0000 Received: (qmail 48670 invoked by uid 500); 28 Jun 2010 16:12:59 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 48615 invoked by uid 500); 28 Jun 2010 16:12:59 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 48608 invoked by uid 99); 28 Jun 2010 16:12:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 16:12:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.106] (HELO hudson.zones.apache.org) (140.211.11.106) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 16:12:51 +0000 Received: from hudson.zones.apache.org (localhost [127.0.0.1]) by hudson.zones.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5SG4xhc008834 for ; Mon, 28 Jun 2010 12:04:59 -0400 (EDT) Date: Mon, 28 Jun 2010 16:04:59 +0000 (UTC) From: Apache Hudson Server To: dev@jackrabbit.apache.org Message-ID: <13647339.291277741099476.JavaMail.hudson@hudson.zones.apache.org> Subject: Build failed in Hudson: Jackrabbit-trunk #1179 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org See Changes: [mreutegg] JCR-2647: Reduce temporary memory usage of hierarchy cache initialization [Jukka Zitting] JCR-2455: Automatic staging of the non-Maven release artefacts Minor tweaks [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-1457: Restart of RMI-component fails (because it's not released while shutdown) Explicitly unexport both the RMI repository and the RMI registry [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. ------------------------------------------ [...truncated 717 lines...] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:172) at org.apache.felix.obrplugin.ObrUpdate.parseFile(ObrUpdate.java:347) at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:324) at org.apache.felix.obrplugin.ObrInstall.execute(ObrInstall.java:140) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451) at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) at org.apache.maven.cli.MavenCli.main(MavenCli.java:287) 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 hudson.maven.agent.Main.launch(Main.java:165) at hudson.maven.MavenBuilder.call(MavenBuilder.java:159) at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:688) at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:632) at hudson.remoting.UserRequest.perform(UserRequest.java:114) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:270) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) at java.util.concurrent.FutureTask.run(FutureTask.java:123) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676) at java.lang.Thread.run(Thread.java:595) [INFO] Writing OBR metadata [TASKS] Skipping maven reporter: there is already a result available.[INFO] [deploy:deploy] [INFO] Retrieving previous build number from apache.snapshots.https Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/jackrabbit/jackrabbit-spi-commons/2.2-SNAPSHOT/jackrabbit-spi-commons-2.2-20100628.155427-69.jar 709K uploaded [INFO] Retrieving previous metadata from apache.snapshots.https [INFO] Uploading repository metadata for: 'artifact org.apache.jackrabbit:jackrabbit-spi-commons' [INFO] Retrieving previous metadata from apache.snapshots.https [INFO] Uploading repository metadata for: 'snapshot org.apache.jackrabbit:jackrabbit-spi-commons:2.2-SNAPSHOT' [INFO] Uploading project information for jackrabbit-spi-commons 2.2-20100628.155427-69 [TASKS] Skipping maven reporter: there is already a result available.[INFO] [bundle:deploy] [INFO] Remote OBR update disabled (enable with -DremoteOBR) [TASKS] Skipping maven reporter: there is already a result available. [HUDSON] Archiving to /export/home/hudson/hudson/jobs/Jackrabbit-trunk/modules/org.apache.jackrabbit$jackrabbit-spi-commons/builds/2010-06-28_15-53-55/archive/org.apache.jackrabbit/jackrabbit-spi-commons/2.2-SNAPSHOT/pom.xml [HUDSON] Archiving to /export/home/hudson/hudson/jobs/Jackrabbit-trunk/modules/org.apache.jackrabbit$jackrabbit-spi-commons/builds/2010-06-28_15-53-55/archive/org.apache.jackrabbit/jackrabbit-spi-commons/2.2-20100628.155427-69/jackrabbit-spi-commons-2.2-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] Building Jackrabbit Core [INFO] task-segment: [clean, deploy] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting file set: (included: [**], excluded: []) [TASKS] Scanning folder ' for tasks ... [TASKS] Found 190. [TASKS] Scanning folder ' for tasks ... [TASKS] Found 25. [TASKS] Scanning folder ' for tasks ... [TASKS] Found 0. [TASKS] Scanning folder ' for tasks ... [TASKS] Found 0. [TASKS] Scanning folder ' 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 [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 [copy] Copying 34 files to [INFO] Executed tasks [TASKS] Skipping maven reporter: there is already a result available. [INFO] [compiler:testCompile] [INFO] Compiling 292 source files to [TASKS] Skipping maven reporter: there is already a result available. [INFO] [surefire:test] [INFO] Surefire report directory: ------------------------------------------------------- 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: [TASKS] Skipping maven reporter: there is already a result available. [INFO] [surefire:test {execution: do_test}] [INFO] Surefire report directory: ------------------------------------------------------- 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 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 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 Sending e-mails to: dev@jackrabbit.apache.org channel stopped [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released