Build failed in Jenkins: sling-trunk-1.6 » Apache Sling Resource-Based Discovery Service #1665

2013-05-21 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.discovery.impl/1665/

--
[INFO] 
[INFO] 
[INFO] Building Apache Sling Resource-Based Discovery Service 0.1.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
org.apache.sling.discovery.impl ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-java) @ 
org.apache.sling.discovery.impl ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run 
(set-bundle-required-execution-environment) @ org.apache.sling.discovery.impl 
---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ 
org.apache.sling.discovery.impl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
org.apache.sling.discovery.impl ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (check-memory-task) @ 
org.apache.sling.discovery.impl ---
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
org.apache.sling.discovery.impl ---
[INFO] 
[INFO] --- maven-scr-plugin:1.12.0:scr (generate-scr-scrdescriptor) @ 
org.apache.sling.discovery.impl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
org.apache.sling.discovery.impl ---
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
org.apache.sling.discovery.impl ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ 
org.apache.sling.discovery.impl ---
[INFO] Deleting 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.discovery.impl/ws/target
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Executing tasks

main:
 [echo]  WARNING (SLING-443/SLING-1782) 
**
 [echo] On most platforms, you'll get OutOfMemoryErrors when building 
unless you set
 [echo] on 32bit platforms: MAVEN_OPTS=-Xmx256M -XX:MaxPermSize=256M, see 
SLING-443
 [echo] on 64bit platforms: MAVEN_OPTS=-Xmx512M -XX:MaxPermSize=512M, see 
SLING-1782
 [echo] 
**
[INFO] Executed tasks
[INFO] Compiling 29 source files to 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.discovery.impl/ws/target/classes
[WARNING] 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.discovery.impl/ws/src/main/java/org/apache/sling/discovery/impl/topology/connector/TopologyConnectorServlet.java
 [0:0]: Property sling.servlet.paths in class 
org.apache.sling.discovery.impl.topology.connector.TopologyConnectorServlet is 
set as private. This is redundant as no metatype will be generated.
[INFO] Generating 1 MetaType Descriptors in 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.discovery.impl/ws/target/scr-plugin-generated/OSGI-INF/metatype/org.apache.sling.discovery.impl.Config.xml
[INFO] Writing 1 Service Component Descriptors to 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.discovery.impl/ws/target/scr-plugin-generated/OSGI-INF/org.apache.sling.discovery.impl.cluster.ClusterViewServiceImpl.xml
[INFO] Writing 1 Service Component Descriptors to 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.discovery.impl/ws/target/scr-plugin-generated/OSGI-INF/org.apache.sling.discovery.impl.cluster.voting.VotingHandler.xml
[INFO] Writing 1 Service Component Descriptors to 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.discovery.impl/ws/target/scr-plugin-generated/OSGI-INF/org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler.xml
[INFO] Writing 1 Service Component Descriptors to 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.discovery.impl/ws/target/scr-plugin-generated/OSGI-INF/org.apache.sling.discovery.impl.Config.xml
[INFO] Writing 1 Service Component Descriptors to 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.discovery.impl/ws/target/scr-plugin-generated/OSGI-INF/org.apache.sling.discovery.impl.topology.announcement.AnnouncementRegistryImpl.xml
[INFO] Writing 1 Service Component Descriptors to 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.discovery.impl/ws/target/scr-plugin-generated/OSGI-INF/org.apache.sling.discovery.impl.topology.TopologyChangeHandler.xml
[INFO] Writing 1 Service Component Descriptors to 

Re: Releasing discovery

2013-05-21 Thread Bertrand Delacretaz
On Fri, May 17, 2013 at 9:33 AM, Carsten Ziegeler cziege...@apache.org wrote:
 ...I'm planning to cut a release of the discovery modules next week...

Can we have some docs about these modules? Dan's probably not the only
one wondering what they're about.

Even something minimal like I did for the health check module (just
what's that and how to play with it) at
http://sling.apache.org/documentation/bundles/sling-health-check-tool.html
is good to have IMO, so that a web search for sling discovery
modules lands in a place that has at least basic info.

-Bertrand


Re: Integration Tests

2013-05-21 Thread Bertrand Delacretaz
Hi Dan,

On Mon, May 20, 2013 at 7:39 PM, Dan Klco dan.k...@sixdimensions.com wrote:
 For doing some end-to-end testing of the new Resource Access Tags, I added 
 some integration tests into the project.
 These tests take approximately 16 seconds to run and require starting up an 
 instance of Sling on a random port.
 Should these tests be included as part of the default build or moved into a 
 profile or be put into a separate integration testing project?...

IMO you can integrate these new tests under
launchpad/integration-tests - if the module that you test is included
in the default launchpad.

If that's not the case, we should either discuss a way for extensions
to contribute tests to the launchpad integration test suite, or create
a simpler way of testing those extensions in a Sling context.

-Bertrand


Re: Releasing discovery

2013-05-21 Thread Bertrand Delacretaz
On Fri, May 17, 2013 at 9:33 AM, Carsten Ziegeler cziege...@apache.org wrote:
 ...If you see any issues with releasing this stuff, please speak up now...

In InstanceDescription, two constants have the same value:

String PROPERTY_NAME = org.apache.sling.instance.name;
String PROPERTY_DESCRIPTION = org.apache.sling.instance.name;

-Bertrand


Re: Releasing discovery

2013-05-21 Thread Bertrand Delacretaz
On Fri, May 17, 2013 at 9:33 AM, Carsten Ziegeler cziege...@apache.org wrote:
 ...If you see any issues with releasing this stuff, please speak up now...

I had another (quick) look at the tests, and unless I missed something
it's still mostly or only happy cases that are tested.

I personally wouldn't trust this stuff until torture tests that break
it are implemented...multi-instance discovery and consensus will
usually break when someone pulls power and network plugs randomly, and
the question is then how robust the recovery algorithms are.

Such simulations can be hard to implement, but maybe just running lots
of test threads and killing some of them at random would help discover
how the discovery implementation handles unexpected failures and
timeouts. We can let such tests run on Jenkins even if they are slow.

This doesn't prevent us from releasing the API, of course, but for the
implementation it might be good to include a note about what level of
testing exists so far, to avoid unrealistic expectations.

-Bertrand


Re: Releasing discovery

2013-05-21 Thread Carsten Ziegeler
Thanks, I've fixed this


2013/5/21 Bertrand Delacretaz bdelacre...@apache.org

 On Fri, May 17, 2013 at 9:33 AM, Carsten Ziegeler cziege...@apache.org
 wrote:
  ...If you see any issues with releasing this stuff, please speak up
 now...

 In InstanceDescription, two constants have the same value:

 String PROPERTY_NAME = org.apache.sling.instance.name;
 String PROPERTY_DESCRIPTION = org.apache.sling.instance.name;

 -Bertrand




-- 
Carsten Ziegeler
cziege...@apache.org


Re: Releasing discovery

2013-05-21 Thread Carsten Ziegeler
I just realized that I don't have the time to release this in the next days
anyway, so we have time until a first release unless someone else wants to
cut one

Thanks everyone
Carsten


2013/5/21 Carsten Ziegeler cziege...@apache.org

 Thanks, I've fixed this


 2013/5/21 Bertrand Delacretaz bdelacre...@apache.org

 On Fri, May 17, 2013 at 9:33 AM, Carsten Ziegeler cziege...@apache.org
 wrote:
  ...If you see any issues with releasing this stuff, please speak up
 now...

 In InstanceDescription, two constants have the same value:

 String PROPERTY_NAME = org.apache.sling.instance.name;
 String PROPERTY_DESCRIPTION = org.apache.sling.instance.name;

 -Bertrand




 --
 Carsten Ziegeler
 cziege...@apache.org




-- 
Carsten Ziegeler
cziege...@apache.org


[jira] [Resolved] (SLING-2868) Improve and cleanup implementation

2013-05-21 Thread Carsten Ziegeler (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler resolved SLING-2868.
-

Resolution: Fixed

 Improve and cleanup implementation
 --

 Key: SLING-2868
 URL: https://issues.apache.org/jira/browse/SLING-2868
 Project: Sling
  Issue Type: Improvement
  Components: Extensions
Reporter: Carsten Ziegeler
Assignee: Carsten Ziegeler
 Fix For: Discovery Impl 1.0.0


 We now have a first implementation which might need some cleanup and 
 improvements here and there

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (SLING-2867) Improve implementation

2013-05-21 Thread Carsten Ziegeler (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-2867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler resolved SLING-2867.
-

Resolution: Fixed

 Improve implementation
 --

 Key: SLING-2867
 URL: https://issues.apache.org/jira/browse/SLING-2867
 Project: Sling
  Issue Type: Improvement
  Components: Extensions
Reporter: Carsten Ziegeler
Assignee: Carsten Ziegeler
 Fix For: Extensions Event 3.2.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Releasing discovery

2013-05-21 Thread Stefan Egli
On 5/21/13 11:13 AM, Bertrand Delacretaz bdelacre...@apache.org wrote:

On Fri, May 17, 2013 at 9:33 AM, Carsten Ziegeler cziege...@apache.org
wrote:
 ...I'm planning to cut a release of the discovery modules next week...

Can we have some docs about these modules? Dan's probably not the only
one wondering what they're about.

Even something minimal like I did for the health check module (just
what's that and how to play with it) at
http://sling.apache.org/documentation/bundles/sling-health-check-tool.html
is good to have IMO, so that a web search for sling discovery
modules lands in a place that has at least basic info.

I shall be looking into this.

Is the 'Misc' section under
http://sling.apache.org/documentation/bundles.html a good place?

Cheers,
Stefan


-Bertrand



Build failed in Jenkins: sling-trunk-1.6 » Apache Sling Launchpad Testing #1666

2013-05-21 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.launchpad.testing/1666/

--
[...truncated 55726 lines...]
  
testEarthResource(org.apache.sling.launchpad.webapp.integrationtest.resourceprovider.PlanetsResourceProviderTest):
 Sling services not available. Already checked in earlier tests.
  
testMoonResource(org.apache.sling.launchpad.webapp.integrationtest.resourceprovider.PlanetsResourceProviderTest):
 Sling services not available. Already checked in earlier tests.
  
testSelectorOne(org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.WarSelectorServletTest):
 Sling services not available. Already checked in earlier tests.
  
testSelectorTwo(org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.WarSelectorServletTest):
 Sling services not available. Already checked in earlier tests.
  
testSelectorOther(org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.WarSelectorServletTest):
 Sling services not available. Already checked in earlier tests.
  
testPostPathIsUnique(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletUpdateTest):
 Sling services not available. Already checked in earlier tests.
  
testUpdateWithChanges(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletUpdateTest):
 Sling services not available. Already checked in earlier tests.
  
testUpdateNoChanges(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletUpdateTest):
 Sling services not available. Already checked in earlier tests.
  
testUpdateSomeChanges(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletUpdateTest):
 Sling services not available. Already checked in earlier tests.
  
testMultivalueHint(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletUpdateTest):
 Sling services not available. Already checked in earlier tests.
  
testMixinTypes(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletUpdateTest):
 Sling services not available. Already checked in earlier tests.
  
testUpdatingNodetype(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletUpdateTest):
 Sling services not available. Already checked in earlier tests.
  
testUpdatePropertyPrivilegesAndEvents(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletUpdateTest):
 Sling services not available. Already checked in earlier tests.
  
testPrefixServletZeroPresent(org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.PrefixTest):
 Sling services not available. Already checked in earlier tests.
  
testPrefixServletMinusOnePresent(org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.PrefixTest):
 Sling services not available. Already checked in earlier tests.
  
testPrefixServletZeroWins(org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution.PrefixTest):
 Sling services not available. Already checked in earlier tests.
  
test_full_range(org.apache.sling.launchpad.webapp.integrationtest.RangeStreamingTest):
 Sling services not available. Already checked in earlier tests.
  
test_wrong_ranges(org.apache.sling.launchpad.webapp.integrationtest.RangeStreamingTest):
 Sling services not available. Already checked in earlier tests.
  
test_single_range(org.apache.sling.launchpad.webapp.integrationtest.RangeStreamingTest):
 Sling services not available. Already checked in earlier tests.
  
test_multiple_ranges(org.apache.sling.launchpad.webapp.integrationtest.RangeStreamingTest):
 Sling services not available. Already checked in earlier tests.
  
testRedirectToSelectorLoginFormAfterLoginError(org.apache.sling.launchpad.webapp.integrationtest.login.RedirectOnLoginErrorTest):
 Sling services not available. Already checked in earlier tests.
  
testRedirectToOpenIDLoginFormAfterLoginError(org.apache.sling.launchpad.webapp.integrationtest.login.RedirectOnLoginErrorTest):
 Sling services not available. Already checked in earlier tests.
  
testRedirectToLoginFormAfterLoginError(org.apache.sling.launchpad.webapp.integrationtest.login.RedirectOnLoginErrorTest):
 Sling services not available. Already checked in earlier tests.
  
testGetDefaultLoginPage(org.apache.sling.launchpad.webapp.integrationtest.login.RedirectOnLoginErrorTest):
 Sling services not available. Already checked in earlier tests.
  
testCustomPostResponseCreator(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostResponseCreatorTest):
 Sling services not available. Already checked in earlier tests.
  
testScriptExecution(org.apache.sling.launchpad.webapp.integrationtest.scripting.StandaloneScriptExecutionTest):
 Sling services not available. Already checked in earlier tests.
  
testWithoutForward(org.apache.sling.launchpad.webapp.integrationtest.JspForwardTest):
 Sling services not available. Already checked in earlier tests.
  

Re: Releasing discovery

2013-05-21 Thread Bertrand Delacretaz
On Tue, May 21, 2013 at 4:52 PM, Stefan Egli e...@adobe.com wrote:
 On 5/21/13 11:13 AM, Bertrand Delacretaz bdelacre...@apache.org wrote:
Can we have some docs about these modules?...

 I shall be looking into this.
 Is the 'Misc' section under
 http://sling.apache.org/documentation/bundles.html a good place?...

I think so - if it's your first time using the Apache CMS, the
simplest is to add the new .mdtext file at
https://svn.apache.org/repos/asf/sling/site/trunk/content/documentation/bundles
and then edit it and the bundles.mdtext page from
https://cms.apache.org/sling/

-Bertrand


[jira] [Created] (SLING-2876) Integration tests fail in large numbers following changes for SLING-2869

2013-05-21 Thread Robert Munteanu (JIRA)
Robert Munteanu created SLING-2876:
--

 Summary: Integration tests fail in large numbers following changes 
for SLING-2869
 Key: SLING-2876
 URL: https://issues.apache.org/jira/browse/SLING-2876
 Project: Sling
  Issue Type: Bug
  Components: Testing
Reporter: Robert Munteanu
Priority: Critical


To minimize the time needed, I have executed mvn clean install in just the 
launchpad/testing module ( after rebuilding the launchpad ).

Test results with current trunk at revision 1484769:

Failed tests:   
testModifyAceForUser(org.apache.sling.launchpad.webapp.integrationtest.accessManager.ModifyAceTest):
 expected:200 but was:500
  
testModifyAceForGroup(org.apache.sling.launchpad.webapp.integrationtest.accessManager.ModifyAceTest):
 expected:200 but was:500
  
testMergeAceForUser(org.apache.sling.launchpad.webapp.integrationtest.accessManager.ModifyAceTest):
 expected:200 but was:500
  
testMergeAceForUserSplitAggregatePrincipal(org.apache.sling.launchpad.webapp.integrationtest.accessManager.ModifyAceTest):
 expected:200 but was:500
  
testMergeAceForUserCombineAggregatePrivilege(org.apache.sling.launchpad.webapp.integrationtest.accessManager.ModifyAceTest):
 expected:200 but was:500
  
testMergeAceForUserDenyPrivilegeAfterGrantPrivilege(org.apache.sling.launchpad.webapp.integrationtest.accessManager.ModifyAceTest):
 expected:200 but was:500
  
testAddAceOrderByFirst(org.apache.sling.launchpad.webapp.integrationtest.accessManager.ModifyAceTest):
 expected:200 but was:500
  
testAddAceOrderByLast(org.apache.sling.launchpad.webapp.integrationtest.accessManager.ModifyAceTest):
 expected:200 but was:500
  
testAddAceOrderByBefore(org.apache.sling.launchpad.webapp.integrationtest.accessManager.ModifyAceTest):
 expected:200 but was:500
  
testAddAceOrderByAfter(org.apache.sling.launchpad.webapp.integrationtest.accessManager.ModifyAceTest):
 expected:200 but was:500
  
testAddAceOrderByNumeric(org.apache.sling.launchpad.webapp.integrationtest.accessManager.ModifyAceTest):
 expected:200 but was:500
  
testUpdateAcePreservePosition(org.apache.sling.launchpad.webapp.integrationtest.accessManager.ModifyAceTest):
 expected:200 but was:500
  
testModifyAceResponseAsJSON(org.apache.sling.launchpad.webapp.integrationtest.accessManager.ModifyAceTest):
 expected:200 but was:500
  
testDeniedWriteForUser(org.apache.sling.launchpad.webapp.integrationtest.accessManager.PrivilegesInfoTest):
 expected:200 but was:500
  
testGrantedWriteForUser(org.apache.sling.launchpad.webapp.integrationtest.accessManager.PrivilegesInfoTest):
 expected:200 but was:500
  
testDeniedWriteForGroup(org.apache.sling.launchpad.webapp.integrationtest.accessManager.PrivilegesInfoTest):
 expected:200 but was:500
  
testGrantedWriteForGroup(org.apache.sling.launchpad.webapp.integrationtest.accessManager.PrivilegesInfoTest):
 expected:200 but was:500
  
testSLING_1090(org.apache.sling.launchpad.webapp.integrationtest.accessManager.PrivilegesInfoTest):
 expected:200 but was:500
  
testDelete(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletDeleteTest):
 Delete must return expected status (3) expected:200 but was:500
  
testDeleteMultiple(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletDeleteTest):
 Delete must return expected status (3) expected:200 but was:500
  
testDeleteAllChildren(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletDeleteTest):
 Delete must return expected status expected:200 but was:500
  
testDeleteAllChildrenByPath(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletDeleteTest):
 Delete must return expected status expected:200 but was:500
  
testDeleteAllChildrenOfSubNode(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletDeleteTest):
 Delete must return expected status expected:200 but was:500
  
testDeleteOnly(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletAtDeleteTest):
 
http://localhost:39898/sling-tests/PostServletAtDeleteTest/1369152220354/some_value
 must be deleted expected:200 but was:500
  
testDeleteWithModify(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletAtDeleteTest):
 
http://localhost:39898/sling-tests/PostServletAtDeleteTest/1369152220399/some_value
 must be deleted expected:200 but was:500
  
test_500_errorhandling(org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler.ErrorHandlingTest):
 Content does not contain 'Internal Server Error (500) - custom error page' 
(content=!--(..)
  
testCopyNodeAbsoluteBelowDest(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletCopyTest):
 Expecting Copy Failure (dest must exist) expected:412 but was:500
  
testCopyNodeMultipleSourceValid(org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletCopyTest):
 

Build failed in Jenkins: sling-trunk-1.7 » Apache Sling JCR Installer #41

2013-05-21 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.installer.provider.jcr/41/

--
[...truncated 481 lines...]
16:56:59.846 INFO  [main] TransientRepository.java:423  Session closed
16:56:59.848 INFO  [main] TransientRepository.java:384  Session opened
16:56:59.851 INFO  [main] JcrInstaller.java:319 Activating Apache 
Sling JCR Installer
16:56:59.852 INFO  [JcrInstaller.16] JcrInstaller.java:218  Background thread 
JcrInstaller.16 starting
16:56:59.854 INFO  [JcrInstaller.16] TransientRepository.java:384 Session opened
16:56:59.854 INFO  [JcrInstaller.16] RootFolderListener.java:49 Watching /apps 
to detect potential changes in subfolders
16:56:59.855 INFO  [JcrInstaller.16] RootFolderListener.java:49 Watching /libs 
to detect potential changes in subfolders
16:56:59.856 INFO  [JcrInstaller.16] TransientRepository.java:384 Session opened
16:56:59.857 INFO  [JcrInstaller.16] JcrInstaller.java:469  Bundles root node 
/apps not found, ignored
16:56:59.857 INFO  [JcrInstaller.16] TransientRepository.java:423 Session closed
16:56:59.858 INFO  [JcrInstaller.16] TransientRepository.java:384 Session opened
16:56:59.859 INFO  [JcrInstaller.16] JcrInstaller.java:469  Bundles root node 
/libs not found, ignored
16:56:59.859 INFO  [JcrInstaller.16] TransientRepository.java:423 Session closed
16:57:00.901 INFO  [ObservationManager] JcrInstaller.java:563 Got event for 
root /libs, scheduling scanning of new folders
16:57:01.861 INFO  [JcrInstaller.16] TransientRepository.java:384 Session opened
16:57:01.862 INFO  [JcrInstaller.16] JcrInstaller.java:469  Bundles root node 
/apps not found, ignored
16:57:01.862 INFO  [JcrInstaller.16] TransientRepository.java:423 Session closed
16:57:01.863 INFO  [JcrInstaller.16] TransientRepository.java:384 Session opened
16:57:01.864 INFO  [JcrInstaller.16] TransientRepository.java:423 Session closed
16:57:01.864 INFO  [JcrInstaller.16] WatchedFolder.java:92  Watching folder 
/libs/foo/install (priority 100)
16:57:02.366 INFO  [JcrInstaller.16] TransientRepository.java:384 Session opened
16:57:02.367 INFO  [JcrInstaller.16] JcrInstaller.java:469  Bundles root node 
/apps not found, ignored
16:57:02.367 INFO  [JcrInstaller.16] TransientRepository.java:423 Session closed
16:57:02.368 INFO  [JcrInstaller.16] TransientRepository.java:384 Session opened
16:57:02.369 INFO  [JcrInstaller.16] TransientRepository.java:423 Session closed
16:57:03.370 INFO  [JcrInstaller.16] JcrInstaller.java:611  Registering 
resource with OSGi installer: [InstallableResource, priority=100, 
id=/libs/foo/install/somefile.jar]
16:57:03.372 INFO  [JcrInstaller.16] TransientRepository.java:384 Session opened
16:57:03.372 INFO  [JcrInstaller.16] JcrInstaller.java:469  Bundles root node 
/apps not found, ignored
16:57:03.373 INFO  [JcrInstaller.16] TransientRepository.java:423 Session closed
16:57:03.373 INFO  [JcrInstaller.16] TransientRepository.java:384 Session opened
16:57:03.374 INFO  [JcrInstaller.16] TransientRepository.java:423 Session closed
16:57:05.876 INFO  [JcrInstaller.16] TransientRepository.java:384 Session opened
16:57:05.877 INFO  [JcrInstaller.16] JcrInstaller.java:469  Bundles root node 
/apps not found, ignored
16:57:05.877 INFO  [JcrInstaller.16] TransientRepository.java:423 Session closed
16:57:05.878 INFO  [JcrInstaller.16] TransientRepository.java:384 Session opened
16:57:05.879 INFO  [JcrInstaller.16] TransientRepository.java:423 Session closed
16:57:05.880 INFO  [JcrInstaller.16] JcrInstaller.java:550  Deleting 
WatchedFolder:/libs/foo/install, path does not exist anymore
16:57:05.880 INFO  [JcrInstaller.16] JcrInstaller.java:635  Removing resource 
from OSGi installer (folder deleted): [/libs/foo/install/somefile.jar]
16:57:09.988 INFO  [ObservationManager] JcrInstaller.java:563 Got event for 
root /libs, scheduling scanning of new folders
16:57:10.883 INFO  [JcrInstaller.16] TransientRepository.java:384 Session opened
16:57:10.883 INFO  [JcrInstaller.16] JcrInstaller.java:469  Bundles root node 
/apps not found, ignored
16:57:10.884 INFO  [JcrInstaller.16] TransientRepository.java:423 Session closed
16:57:10.885 INFO  [JcrInstaller.16] TransientRepository.java:384 Session opened
16:57:10.885 INFO  [JcrInstaller.16] JcrInstaller.java:469  Bundles root node 
/libs not found, ignored
16:57:10.886 INFO  [JcrInstaller.16] TransientRepository.java:423 Session closed
16:57:12.096 INFO  [main] TransientRepository.java:423  Session closed
16:57:12.097 INFO  [main] JcrInstaller.java:380 Deactivating Apache 
Sling JCR Installer
16:57:12.098 INFO  [JcrInstaller.16] JcrInstaller.java:296  Background thread 
JcrInstaller.16 done
16:57:12.099 INFO  [main] TransientRepository.java:423  Session closed
16:57:12.101 INFO  [main] TransientRepository.java:384  Session opened
16:57:12.140 INFO  [main] JcrInstaller.java:319 Activating Apache 
Sling JCR Installer
16:57:12.141 INFO  

Jenkins build is still unstable: sling-trunk-1.7 » Apache Sling Event Support #41

2013-05-21 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.event/41/



Build failed in Jenkins: sling-trunk-1.7 #41

2013-05-21 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/41/changes

Changes:

[cziegeler] Fix constant

--
[...truncated 21357 lines...]
[INFO] Apache Sling Default GET Servlets . SUCCESS [5.501s]
[INFO] Apache Sling Default POST Servlets  SUCCESS [7.131s]
[INFO] Apache Sling Compat Servlets .. SUCCESS [2.989s]
[INFO] Apache Sling Scripting Implementation API . SUCCESS [3.152s]
[INFO] Apache Sling Scripting Core implementation  SUCCESS [5.495s]
[INFO] Apache Sling Scripting JavaScript Support . SUCCESS [19.763s]
[INFO] Apache Sling Scripting JSP Support  SUCCESS [7.098s]
[INFO] Apache Sling JSP Tag Library .. SUCCESS [5.747s]
[INFO] Apache Sling JSP Standard Tag Library . SUCCESS [4.194s]
[INFO] Apache Sling Adapter Manager Implementation ... SUCCESS [5.248s]
[INFO] Apache Sling Bundle Resource Provider . SUCCESS [3.512s]
[INFO] Apache Sling Discovery API  SUCCESS [3.541s]
[INFO] Apache Sling Resource-Based Discovery Service . SUCCESS [1:06.235s]
[INFO] Apache Sling Discovery Support Bundle . SUCCESS [3.362s]
[INFO] Apache Sling Discovery Standalone Implementation .. SUCCESS [4.886s]
[INFO] Apache Sling Event Support  SUCCESS [11:07.429s]
[INFO] Apache Sling Filesystem Resource Provider . SUCCESS [3.121s]
[INFO] Apache Sling javax.activation bundle .. SUCCESS [2.647s]
[INFO] Apache Sling Settings . SUCCESS [4.445s]
[INFO] Apache Sling Thread Dumper  SUCCESS [4.570s]
[INFO] Apache Sling Web Console Branding . SUCCESS [3.194s]
[INFO] Apache Sling Web Console Security Provider  SUCCESS [3.024s]
[INFO] Apache Sling Groovy Extensions  SUCCESS [5.883s]
[INFO] Apache Sling Explorer . SUCCESS [2.774s]
[INFO] Apache Sling Test Tools ... SUCCESS [3.753s]
[INFO] Apache Sling JUnit Core ... SUCCESS [4.552s]
[INFO] Apache Sling JUnit Scriptable Tests Provider .. SUCCESS [4.332s]
[INFO] Apache Sling JUnit Remote Tests Runners ... SUCCESS [4.637s]
[INFO] Apache Sling Testing Resource Resolver Mock ... SUCCESS [3.847s]
[INFO] Apache Sling Installer API  SUCCESS [7.484s]
[INFO] Apache Sling Installer  SUCCESS [8.700s]
[INFO] Apache Sling Installer WebConsole Plugin .. SUCCESS [3.719s]
[INFO] Apache Sling File Installer ... SUCCESS [3.878s]
[INFO] Apache Sling JCR Installer  FAILURE [2:48.469s]
[INFO] Apache Sling Installer Configuration Admin Support  SKIPPED
[INFO] Apache Sling Deployment Package Installer . SKIPPED
[INFO] Apache Sling Installer Integration Tests .. SKIPPED
[INFO] Apache Sling Launchpad API  SKIPPED
[INFO] Apache Sling Launchpad Base ... SKIPPED
[INFO] Apache Sling Launchpad Installer .. SKIPPED
[INFO] Apache Sling Launchpad Content  SKIPPED
[INFO] Apache Sling Launchpad Application Builder  SKIPPED
[INFO] Apache Sling Sample Server-Side Tests . SKIPPED
[INFO] Apache Sling Failing Server-Side Tests  SKIPPED
[INFO] Apache Sling Sample Integration Tests . SKIPPED
[INFO] Apache Sling Launchpad Testing Services ... SKIPPED
[INFO] Apache Sling Launchpad Testing Services WAR ... SKIPPED
[INFO] Apache Sling Launchpad Testing Fragment Bundle  SKIPPED
[INFO] Apache Sling Launchpad Test Bundles ... SKIPPED
[INFO] Apache Sling Integration Tests  SKIPPED
[INFO] Apache Sling Launchpad Testing  SKIPPED
[INFO] Apache Sling Launchpad Testing WAR version  SKIPPED
[INFO] Apache Sling (Builder)  SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 24:46.365s
[INFO] Finished at: Tue May 21 16:57:59 UTC 2013
[INFO] Final Memory: 154M/296M
[INFO] 
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled