Jenkins build is back to normal : Apache Jackrabbit Oak matrix » latest1.7,Ubuntu,DOCUMENT_RDB,unittesting #65

2015-03-30 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=latest1.7,label=Ubuntu,nsfixtures=DOCUMENT_RDB,profile=unittesting/65/changes



Jenkins build is back to normal : Apache Jackrabbit Oak matrix » latest1.7,Ubuntu,DOCUMENT_NS,unittesting #65

2015-03-30 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=latest1.7,label=Ubuntu,nsfixtures=DOCUMENT_NS,profile=unittesting/65/changes



Re: Efficiently process observation event for local changes

2015-03-30 Thread Michael Marth
fwiw: I think separating queues for listeners interested in local events from a 
queue for listeners interested in global events is a a very promising approach.

Cheers
Michael

 On 23 Mar 2015, at 16:03, Chetan Mehrotra chetan.mehro...@gmail.com wrote:
 
 After discussing this further with Marcel and Michael we came to conclusion
 that we can achieve similar performance by make use of persistent cache for
 storing the diff. This would require slight change in way we interpret the
 diff JSOP. This should not require any change in current logic related to
 observation event generation. Opened OAK-2669 to track that.
 
 One thing that we might still want to do is to use separate queue size for
 listeners interested in local events only and those which can work with
 external event. On a system like AEM there 180 listeners which listen for
 external changes and ~20 which only listen to local changes. So makes sense
 to have bigger queues for such listners
 
 Chetan Mehrotra
 
 On Mon, Mar 23, 2015 at 4:09 PM, Michael Dürig mdue...@apache.org wrote:
 
 
 
 On 23.3.15 11:03 , Stefan Egli wrote:
 
 Going one step further we could also discuss to completely moving the
 handling of the 'observation queues' to an actual messaging system.
 Whether this would be embedded to an oak instance or whether it would be
 shared between instances in an oak cluster might be a different question
 (the embedded variant would have less implication on the overall oak
 model, esp also timing-wise). But the observation model quite exactly
 matches the publish-subscribe semantics - it actually matches pub-sub more
 than it fits into the 'cache semantics' to me.
 
 
 Definitely something to try out, given someone find the time for it. ;-)
 Mind you that some time ago I implemented persisting events to Apache Kafka
 [1], which wasn't greeted with great enthusiasm though...
 
 OTOH the same concern regarding pushing the bottleneck to IO applies here.
 Furthermore filtering the persisted events through access control is
 something we need yet to figure out as AC is a) sessions scoped and b)
 depends on the tree hierarchy.
 
 Michael
 
 
 [1] https://github.com/mduerig/oak-kafka
 
 
 
 .. just saying ..
 
 On 3/23/15 10:47 AM, Michael Dürig mdue...@apache.org wrote:
 
 
 
 On 23.3.15 5:04 , Chetan Mehrotra wrote:
 
 B - Proposed Changes
 ---
 
 1. Move the notion of listening to local events to Observer level - So
 upon
 any new change detected we only push the change to a given queue if its
 local and bounded listener is only interested in local. Currently we
 push
 all changes which later do get filter out but we avoid doing that first
 level itself and keep queue content limited to local changes only
 
 
 I think there is no change needed in the Observer API itself as you can
 already figure out from the passed CommitInfo whether a commit is
 external or not. BTW please take care with the term local as there is
 also the concept of session local commits.
 
 
 2. Attach the calculated diff as part of commit info which is attached
 to
 the given change. This would allow eliminating the chances of the cache
 miss altogether and would ensure observation is not delayed due to slow
 processing of diff. This can be done on best effort basis if the diff
 is to
 large then we do not attach it and in that case we diff again
 
 3. For listener which are only interested in local events we can use a
 different queue size limit i.e. allow larger queues for such listener.
 
 Later we can also look into using a journal (or persistent queue) for
 local
 event processing.
 
 
 Definitely something to try out. A few points to consider:
 
 * There doesn't seem to be too much of a difference to me whether this
 is routed via a cache or directly attached to commits. In wither way it
 adds additional memory requirements and churn, which need to be managed.
 
 * When introducing persisted queuing we need to be careful not to just
 move the bottleneck to IO.
 
 * An eventual implementation should not break the fundamental design.
 Either hide it in the implementation or find a clean way to put this
 into the overall design.
 
 Michael
 
 
 
 



New Jenkins instance

2015-03-30 Thread Michael Dürig


Hi,

As you noticed we have a new Jenkins instance [1]. Thanks to Tommaso who 
did most of the work setting it up and getting the builds to pass [2].


Currently there is still quite a hight number of tests failures. Most of 
which seem to be related to the test setup. I will keep an eye on the 
instance and report JIRA issue when necessary.


Also the Windows part of the build matrix is currently disabled. 
Enabling it increases the build time from about 1h to roughly 9h. We 
figured that the shorter turn around time is more valuable to us 
currently. For now we will setup a separate build matrix for Windows.


If you need access to this Jenkins instance just ping me and I'll set 
you up.


Michael


[1] https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/
[2] https://issues.apache.org/jira/browse/OAK-2476


Re: [VOTE] move travis to attic

2015-03-30 Thread Marcel Reutegger
Hi,

we still need the travis build for the MongoMK test coverage for
now. I would also like to get rid of travis eventually, but only
once we have MongoDB dependent tests running on some other CI
infrastructure. Progress is tracked in OAK-2629.

-1

Regards
 Marcel


On 30/03/15 11:21, Davide Giannella dav...@apache.org wrote:

Hello Team,

as we now have apache jenkins notifications, apache buildbot
notifications and travis notifications, I'd like to move the .travis.yml
into the attic. This I guess, should disable the travis build.

It's been inconsistent anyhow for long.

Cheers
Davide





[VOTE] move travis to attic

2015-03-30 Thread Davide Giannella
Hello Team,

as we now have apache jenkins notifications, apache buildbot
notifications and travis notifications, I'd like to move the .travis.yml
into the attic. This I guess, should disable the travis build.

It's been inconsistent anyhow for long.

Cheers
Davide




[VOTE][RESULT] retire oak-mk into attic

2015-03-30 Thread Angela Schreiber
The vote results are as follows:

+1 Marcel Reutegger
+1 Michael Dürig
+1 Thomas Mueller(for moving oak-mk and oak-mk-api to attic and
removing all other MicroKernel implementations)
+1 Stefan Guggisberg (for removing oak-mk, oak-mk-api and all MicroKernel
implementations)

-1 Stefan Guggisberg (for removing oak-mk but keeping oak-mk-api)

+1 Angela Schreiber

Not sure, what the correct procedure is now. Shall I cancel
this vote and start a new one for

   moving oak-mk and oak-mk-api to attic and removing all other
MicroKernel implementations

? Or should I rather extend this very vote to make sure everyone
would be comfortable with the extended scope as proposed by Stefan?

Please advise
Regards

Angela



On 26/03/15 15:26, Angela Schreiber anch...@adobe.com wrote:

Dear Oak Team

During initial phase of building a new JCR content repository (OAK),
we introduced a new persistence layer API (called MicroKernel API)
originally implemented by the oak-mk module, which since then has
been part of the Oak project.

In the mean time the overall architecture and design has evolved and
matured and we ended up replacing the original MicroKernel persistence
API by the NodeStore API. Nowadays we only use the MicroKernel API as
wrapper around the NodeStore API but abandoned the original default
implementation.

Our recommended and maintained Oak setup currently includes the following
options for the persistence layer:

- Segment Nodestore (aka Tar-MK)
- Document Nodestore (Mongo, Memory, RDB)

Given these developments in our code base, I came to believe that we no
longer need the original MK implementation.

Since the duplicate persistence API and the mismatch between
documentation,
project structure and recommendation used to cause quite some confusion
for people getting started with Oak, and to minimise the maintenance for
the Oak code base on the other hand, I would therefore like to suggest
that
we retire the oak-mk module (e.g. moving it to attic) and removing it of
the main oak pom.xml.

The corresponding JIRA component description should only be adjusted to
reflect this but will continue to exist.

So, please case your vote for this proposal.

In case of objection I kindly ask you for some technical description on
why we need to keep oak-mk in the productive oak project and perform
regular releases.

Thanks and kind regards
Angela







buildbot failure in ASF Buildbot on oak-trunk

2015-03-30 Thread buildbot
The Buildbot has detected a new failure on builder oak-trunk while building ASF 
Buildbot. Full details are available at:
http://ci.apache.org/builders/oak-trunk/builds/1222

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-oak-commit' triggered 
this build
Build Source Stamp: [branch jackrabbit/oak/trunk] 1670001
Blamelist: angela

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





Re: jackrabbit-oak build #5359: Errored

2015-03-30 Thread Marcel Reutegger
On 30/03/15 13:49, Marcel Reutegger mreut...@adobe.com wrote:
the failure is:

The log length has exceeded the limit of 4 Megabytes (this usually means
that test suite is raising the same exception over and over).

The build has been terminated.

I'll check if there is a way to run maven less verbose...

see: https://issues.apache.org/jira/browse/OAK-2696

regards
 marcel



Re: [VOTE][RESULT] retire oak-mk into attic

2015-03-30 Thread Angela Schreiber
see https://issues.apache.org/jira/browse/OAK-2697

On 30/03/15 12:49, Michael Dürig mdue...@apache.org wrote:



On 30.3.15 10:01 , Angela Schreiber wrote:
 Not sure, what the correct procedure is now. Shall I cancel
 this vote and start a new one for

 moving oak-mk and oak-mk-api to attic and removing all other
 MicroKernel implementations

 ? Or should I rather extend this very vote to make sure everyone
 would be comfortable with the extended scope as proposed by Stefan?

 Please advise

This vote didn't pass.

But there is strong indication that we have a consensus for Stefan's
proposal. The most controversial part is probably the timing of such a
change, which it turn depends on its complexity and impact. I think it
is best to start with an JIRA issue for this and prepare a bunch of
patches for people to review and take it from there then.


Michael





Re: [VOTE][RESULT] retire oak-mk into attic

2015-03-30 Thread Angela Schreiber
for the record:
michael, marcel and myself had a short discussion in the office.
based on the indication that we can reach consensus for stefans
proposal, we went ahead deprecating the mk api for 1.2 as initial
step for the cleanup. all subsequent cleanup work will be done
once the stable 1.2 release is out giving us enough time to
get rid of the few remaining usages of the mk-api in oak-core
and oak-it. see subtasks for OAK-2697 for the proposed sequence
of steps.

kind regards
angela 

On 30/03/15 14:16, Angela Schreiber anch...@adobe.com wrote:

see https://issues.apache.org/jira/browse/OAK-2697

On 30/03/15 12:49, Michael Dürig mdue...@apache.org wrote:



On 30.3.15 10:01 , Angela Schreiber wrote:
 Not sure, what the correct procedure is now. Shall I cancel
 this vote and start a new one for

 moving oak-mk and oak-mk-api to attic and removing all other
 MicroKernel implementations

 ? Or should I rather extend this very vote to make sure everyone
 would be comfortable with the extended scope as proposed by Stefan?

 Please advise

This vote didn't pass.

But there is strong indication that we have a consensus for Stefan's
proposal. The most controversial part is probably the timing of such a
change, which it turn depends on its complexity and impact. I think it
is best to start with an JIRA issue for this and prepare a bunch of
patches for people to review and take it from there then.


Michael






jackrabbit-oak build #5363: Passed

2015-03-30 Thread Travis CI
Build Update for apache/jackrabbit-oak
-

Build: #5363
Status: Passed

Duration: 1760 seconds
Commit: c980bb747673c49818841c5df393dc2d465c8f62 (trunk)
Author: Michael Duerig
Message: OAK-2680: Report a full observation queue situation to the logfile
Leave the logging to clients but provide accessor for the max queue length

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1670092 
13f79535-47bb-0310-9956-ffa450edef68

View the changeset: 
https://github.com/apache/jackrabbit-oak/compare/aa33d18b971f...c980bb747673

View the full build log and details: 
https://travis-ci.org/apache/jackrabbit-oak/builds/56414537

--
sent by Jukka's Travis notification gateway


Re: [VOTE] move travis to attic

2015-03-30 Thread Marcel Reutegger
Hi,

On 30/03/15 15:37, Davide Giannella dav...@apache.org wrote:
On 30/03/2015 11:28, Chetan Mehrotra wrote:
 On Mon, Mar 30, 2015 at 3:34 PM, Marcel Reutegger mreut...@adobe.com
 wrote:

 one more thing to consider: travis also builds branches, while
 the current apache jenkins job we have does not.

 The branch aspect is important. So we should only remove travis once we
 support for that in Jenkins.

One thing we could do then, to reduce the noise on oak-dev is to leave
travis be; but disable the email notifications. It's easy through the
travis interface to locate the appropriate commit.

I would rather like to fix the issue then or skip tests that cause
issues with the travis infrastructure. trunk builds on travis are
now mostly stable and green. I'd really like to keep email notifications
for now.

on the 1.0 branch the build is killed most of the time because of
the HeavyWriteIT. We have a workaround in trunk to simply skip the
test on travis. I'll merge this to the branch as well.

Regards
 Marcel



Re: jackrabbit-oak build #5359: Errored

2015-03-30 Thread Marcel Reutegger
the failure is:

The log length has exceeded the limit of 4 Megabytes (this usually means
that test suite is raising the same exception over and over).

The build has been terminated.

I'll check if there is a way to run maven less verbose...

Regards
 Marcel


On 30/03/15 13:06, Travis CI ju...@apache.org wrote:

Build Update for apache/jackrabbit-oak
-

Build: #5359
Status: Errored

Duration: 1056 seconds
Commit: 69e8c2e38c707b1f6e86932845b3507c98b853dc (trunk)
Author: Chetan Mehrotra
Message: OAK-2694 - Avoid unneeded unboxing in PropertiesUtil

Applying patch from Robert

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1670042
13f79535-47bb-0310-9956-ffa450edef68

View the changeset:
https://github.com/apache/jackrabbit-oak/compare/e9b42e31464d...69e8c2e38c
70

View the full build log and details:
https://travis-ci.org/apache/jackrabbit-oak/builds/56395571

--
sent by Jukka's Travis notification gateway



Re: [VOTE] Release Apache Jackrabbit Oak 1.1.8

2015-03-30 Thread Michael Dürig



On 30.3.15 5:20 , Davide Giannella wrote:

[X] +1 Release this package as Apache Jackrabbit Oak 1.1.8


Michael


jackrabbit-oak build #5365: Passed

2015-03-30 Thread Travis CI
Build Update for apache/jackrabbit-oak
-

Build: #5365
Status: Passed

Duration: 1761 seconds
Commit: 843ae35419096b6fd65e75357d74c6e61e773403 (jackrabbit-oak-1.1.8)
Author: Davide Giannella
Message: [maven-release-plugin]  copy for tag jackrabbit-oak-1.1.8

git-svn-id: 
https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.1.8@1670115
 13f79535-47bb-0310-9956-ffa450edef68

View the changeset: https://github.com/apache/jackrabbit-oak/commit/843ae3541909

View the full build log and details: 
https://travis-ci.org/apache/jackrabbit-oak/builds/56423291

--
sent by Jukka's Travis notification gateway


Build failed in Jenkins: Apache Jackrabbit Oak matrix » jdk1.8.0_11,Ubuntu,SEGMENT_MK,pedantic #67

2015-03-30 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/67/changes

Changes:

[davide] [maven-release-plugin] prepare release jackrabbit-oak-1.1.8

[angela] minor improvement

[davide] OAK-2593 - Release Oak 1.1.8

- release notes

[angela] OAK-2674 : Fix FindBug Issues (Unused Imports)

[angela] OAK-2674 : Fix FindBug Issues (Unused Imports, add @SuppressWarning 
annotation)

[angela] OAK-2674 : Fix FindBug Issues (Unused Imports)

[angela] OAK-2674 : Fix FindBug Issues (Unused Imports)

[angela] OAK-2674 : Fix FindBug Issues (Unused Imports)

[angela] OAK-2674 : Fix FindBug Issues ( Redundant 'public' modifier. )

--
[...truncated 7329 lines...]
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
oak-it-osgi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
oak-it-osgi ---
[INFO] Compiling 1 source file to 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/ws/oak-it/osgi/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oak-it-osgi ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:report (post-unit-test) @ 
oak-it-osgi ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oak-it-osgi ---
[INFO] Building jar: 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/ws/oak-it/osgi/target/oak-it-osgi-1.1.8.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
oak-it-osgi ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.2.1:single (default) @ oak-it-osgi ---
[INFO] Reading assembly descriptor: test-bundles.xml
[INFO] Copying files to 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/ws/oak-it/osgi/target/test-bundles
[INFO] 
[INFO] --- apache-rat-plugin:0.10:check (default) @ oak-it-osgi ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] No excludes explicitly specified.
[INFO] 6 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 
'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 
approved: 6 licence.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (default) @ oak-it-osgi ---
[INFO] 
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (default) @ oak-it-osgi 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ oak-it-osgi ---
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (default) @ oak-it-osgi 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (default) @ oak-it-osgi ---
[INFO] 
[INFO] 
[INFO] Building Oak Integration Tests 1.1.8
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oak-it ---
[INFO] Deleting 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/ws/oak-it/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (pre-unit-test) 
@ oak-it ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] test.opts.coverage set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ oak-it ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:report (post-unit-test) @ 
oak-it ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ oak-it 
---
[INFO] 
[INFO] --- apache-rat-plugin:0.10:check (default) @ oak-it ---
[INFO] 53 implicit excludes (use -debug for more details).
[INFO] No excludes explicitly specified.
[INFO] 1 resources included 

[VOTE] Release Apache Jackrabbit Oak 1.1.8

2015-03-30 Thread Davide Giannella
A candidate for the Jackrabbit Oak 1.1.8 release is available at:

https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.1.8/

The release candidate is a zip archive of the sources in:

   
https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.1.8/

The SHA1 checksum of the archive is
e10c943670279bea0327c4f06cc9cb276405835a.

A staged Maven repository is available for review at:

https://repository.apache.org/

The command for running automated checks against this release candidate is:

$ sh check-release.sh oak 1.1.8 e10c943670279bea0327c4f06cc9cb276405835a

Please vote on releasing this package as Apache Jackrabbit Oak 1.1.8.
The vote is open for the next 72 hours and passes if a majority of at
least three +1 Jackrabbit PMC votes are cast.

[ ] +1 Release this package as Apache Jackrabbit Oak 1.1.8
[ ] -1 Do not release this package because...

My vote is +1

-- Davide



Build failed in Jenkins: Apache Jackrabbit Oak matrix » latest1.7,Ubuntu,DOCUMENT_RDB,unittesting #69

2015-03-30 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=latest1.7,label=Ubuntu,nsfixtures=DOCUMENT_RDB,profile=unittesting/69/changes

Changes:

[mduerig] OAK-2384: SegmentNotFoundException when keeping JCR Value references
re-enable and update test with correct test expectation

--
[...truncated 1243 lines...]
at 
org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.setProperty(MemoryNodeBuilder.java:513)
at 
org.apache.jackrabbit.oak.plugins.nodetype.TypeRegistration.validateAndCompileType(TypeRegistration.java:326)
at 
org.apache.jackrabbit.oak.plugins.nodetype.TypeRegistration.apply(TypeRegistration.java:140)
at 
org.apache.jackrabbit.oak.plugins.nodetype.TypeEditorProvider.getRootEditor(TypeEditorProvider.java:67)
at 
org.apache.jackrabbit.oak.spi.commit.CompositeEditorProvider.getRootEditor(CompositeEditorProvider.java:80)
at 
org.apache.jackrabbit.oak.spi.commit.EditorHook.processCommit(EditorHook.java:53)
at 
org.apache.jackrabbit.oak.spi.commit.CompositeHook.processCommit(CompositeHook.java:60)
at 
org.apache.jackrabbit.oak.spi.commit.CompositeHook.processCommit(CompositeHook.java:60)
at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch$Persisted$3.call(DocumentNodeStoreBranch.java:632)
at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch$Persisted$3.call(DocumentNodeStoreBranch.java:629)
at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch.withCurrentBranch(DocumentNodeStoreBranch.java:335)
at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch.access$500(DocumentNodeStoreBranch.java:52)
at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch$Persisted.merge(DocumentNodeStoreBranch.java:629)
at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch.merge0(DocumentNodeStoreBranch.java:234)
... 38 more

Running org.apache.jackrabbit.oak.jcr.MoveTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.apache.jackrabbit.oak.jcr.RepositoryTest
Tests run: 117, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 95.149 sec
Running org.apache.jackrabbit.oak.jcr.LongPathTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.858 sec
Running org.apache.jackrabbit.oak.jcr.ItemSaveTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 6.561 sec
Running org.apache.jackrabbit.oak.jcr.NameAndPathPropertyTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.856 sec
Running org.apache.jackrabbit.oak.jcr.ReferencesTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec
Running org.apache.jackrabbit.oak.jcr.ValueFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.607 sec
Running org.apache.jackrabbit.oak.jcr.CopyTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.16 sec
Running org.apache.jackrabbit.oak.jcr.nodetype.MixinTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.apache.jackrabbit.oak.jcr.nodetype.NodeDefinitionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.apache.jackrabbit.oak.jcr.nodetype.NodeTypeTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.531 sec
Running org.apache.jackrabbit.oak.jcr.nodetype.NodeTypeEqualsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.jackrabbit.oak.jcr.NamePathTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.448 sec
Running org.apache.jackrabbit.oak.jcr.xml.ImportTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.jackrabbit.oak.jcr.security.user.RemappingTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec
Running org.apache.jackrabbit.oak.jcr.security.user.NestedGroupTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.apache.jackrabbit.oak.jcr.security.user.UserImportTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.052 sec
Running org.apache.jackrabbit.oak.jcr.security.user.UserManagerTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 sec
Running org.apache.jackrabbit.oak.jcr.security.user.GroupImportTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.076 sec
Running org.apache.jackrabbit.oak.jcr.security.user.SystemUserTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec
Running org.apache.jackrabbit.oak.jcr.security.user.UserQueryTest
Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.274 sec
Running org.apache.jackrabbit.oak.jcr.security.user.UserImportBestEffortTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec
Running 

buildbot failure in ASF Buildbot on oak-trunk

2015-03-30 Thread buildbot
The Buildbot has detected a new failure on builder oak-trunk while building ASF 
Buildbot. Full details are available at:
http://ci.apache.org/builders/oak-trunk/builds/1228

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-oak-commit' triggered 
this build
Build Source Stamp: [branch jackrabbit/oak/trunk] 1670137
Blamelist: mduerig

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





Build failed in Jenkins: Apache Jackrabbit Oak matrix » jdk1.8.0_11,Ubuntu,SEGMENT_MK,pedantic #69

2015-03-30 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/69/changes

Changes:

[mduerig] OAK-2384: SegmentNotFoundException when keeping JCR Value references
re-enable and update test with correct test expectation

--
[...truncated 2055 lines...]
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
oak-it-osgi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
oak-it-osgi ---
[INFO] Compiling 1 source file to 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/ws/oak-it/osgi/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oak-it-osgi ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:report (post-unit-test) @ 
oak-it-osgi ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oak-it-osgi ---
[INFO] Building jar: 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/ws/oak-it/osgi/target/oak-it-osgi-1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
oak-it-osgi ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.2.1:single (default) @ oak-it-osgi ---
[INFO] Reading assembly descriptor: test-bundles.xml
[INFO] Copying files to 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/ws/oak-it/osgi/target/test-bundles
[INFO] 
[INFO] --- apache-rat-plugin:0.10:check (default) @ oak-it-osgi ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] No excludes explicitly specified.
[INFO] 6 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 
'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 
approved: 6 licence.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (default) @ oak-it-osgi ---
[INFO] 
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (default) @ oak-it-osgi 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ oak-it-osgi ---
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (default) @ oak-it-osgi 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (default) @ oak-it-osgi ---
[INFO] 
[INFO] 
[INFO] Building Oak Integration Tests 1.1-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oak-it ---
[INFO] Deleting 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/ws/oak-it/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (pre-unit-test) 
@ oak-it ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] test.opts.coverage set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ oak-it ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:report (post-unit-test) @ 
oak-it ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ oak-it 
---
[INFO] 
[INFO] --- apache-rat-plugin:0.10:check (default) @ oak-it ---
[INFO] 53 implicit excludes (use -debug for more details).
[INFO] No excludes explicitly specified.
[INFO] 1 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: 

Re: Build failed in Jenkins: Apache Jackrabbit Oak matrix » jdk1.8.0_11,Ubuntu,SEGMENT_MK,pedantic #68

2015-03-30 Thread Michael Dürig



On 30.3.15 5:15 , Michael Dürig wrote:



On 30.3.15 5:03 , Apache Jenkins Server wrote:

[ERROR] Failed to execute goal
org.apache.rat:apache-rat-plugin:0.10:check (default) on project
jackrabbit-oak: Too many files with unapproved license: 7 See RAT
report in: /x1/jenkins/jenkins-slave/workspace/Apache Jackrabbit Oak
matrix/jdk/jdk1.8.0_11/label/Ubuntu/nsfixtures/SEGMENT_MK/profile/pedantic/target/rat.txt

- [Help 1]


This doesn't fail for me locally. Back to debugging tools again...



Managed to get my hands on the rat.txt reports through some trickery. 
None of them contained any report of unapproved licenses despite the 
erroring build. I moved the pedantic build to the 1.7 JDK for now.


How I love playing 'shooting in the dark' with archaic tools

Michael


Build failed in Jenkins: Apache Jackrabbit Oak matrix » jdk1.8.0_11,Ubuntu,SEGMENT_MK,pedantic #72

2015-03-30 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/72/

--
[...truncated 2032 lines...]
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
oak-it-osgi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
oak-it-osgi ---
[INFO] Compiling 1 source file to 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/ws/oak-it/osgi/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oak-it-osgi ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:report (post-unit-test) @ 
oak-it-osgi ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oak-it-osgi ---
[INFO] Building jar: 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/ws/oak-it/osgi/target/oak-it-osgi-1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
oak-it-osgi ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.2.1:single (default) @ oak-it-osgi ---
[INFO] Reading assembly descriptor: test-bundles.xml
[INFO] Copying files to 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/ws/oak-it/osgi/target/test-bundles
[INFO] 
[INFO] --- apache-rat-plugin:0.10:check (default) @ oak-it-osgi ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] No excludes explicitly specified.
[INFO] 6 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 
'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 
approved: 6 licence.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (default) @ oak-it-osgi ---
[INFO] 
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (default) @ oak-it-osgi 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ oak-it-osgi ---
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (default) @ oak-it-osgi 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (default) @ oak-it-osgi ---
[INFO] 
[INFO] 
[INFO] Building Oak Integration Tests 1.1-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oak-it ---
[INFO] Deleting 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/ws/oak-it/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (pre-unit-test) 
@ oak-it ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] test.opts.coverage set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ oak-it ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:report (post-unit-test) @ 
oak-it ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ oak-it 
---
[INFO] 
[INFO] --- apache-rat-plugin:0.10:check (default) @ oak-it ---
[INFO] 53 implicit excludes (use -debug for more details).
[INFO] No excludes explicitly specified.
[INFO] 1 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 
'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 

Build failed in Jenkins: Apache Jackrabbit Oak matrix » jdk1.8.0_11,Ubuntu,DOCUMENT_NS,unittesting #72

2015-03-30 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=DOCUMENT_NS,profile=unittesting/72/

--
[...truncated 1807 lines...]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
oak-auth-external ---
[INFO] Compiling 3 source files to 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=DOCUMENT_NS,profile=unittesting/ws/oak-auth-external/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oak-auth-external 
---
[INFO] Surefire report directory: 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=DOCUMENT_NS,profile=unittesting/ws/oak-auth-external/target/surefire-reports

---
 T E S T S
---
Running 
org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalLoginModuleTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.941 sec

Results :

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:report (post-unit-test) @ 
oak-auth-external ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.0:bundle (default-bundle) @ 
oak-auth-external ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
oak-auth-external ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ oak-auth-external ---
[INFO] Building jar: 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=DOCUMENT_NS,profile=unittesting/ws/oak-auth-external/target/oak-auth-external-1.1-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.0:baseline (baseline) @ oak-auth-external ---
[INFO] Baseline analisys complete, 0 error(s), 0 warning(s)
[INFO] 
[INFO] 
[INFO] Building Oak LDAP Authentication Support 1.1-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oak-auth-ldap ---
[INFO] Deleting 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=DOCUMENT_NS,profile=unittesting/ws/oak-auth-ldap/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (pre-unit-test) 
@ oak-auth-ldap ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] test.opts.coverage set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ oak-auth-ldap 
---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
oak-auth-ldap ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=DOCUMENT_NS,profile=unittesting/ws/oak-auth-ldap/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
oak-auth-ldap ---
[INFO] Compiling 10 source files to 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=DOCUMENT_NS,profile=unittesting/ws/oak-auth-ldap/target/classes
[INFO] 
[INFO] --- maven-scr-plugin:1.16.0:scr (generate-scr-scrdescriptor) @ 
oak-auth-ldap ---
[INFO] Generating 1 MetaType Descriptors in 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=DOCUMENT_NS,profile=unittesting/ws/oak-auth-ldap/target/classes/OSGI-INF/metatype/org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapProviderConfig.xml
[INFO] Writing 1 Service Component Descriptors to 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=DOCUMENT_NS,profile=unittesting/ws/oak-auth-ldap/target/classes/OSGI-INF/org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
oak-auth-ldap ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
oak-auth-ldap ---
[INFO] Compiling 8 source files to 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=DOCUMENT_NS,profile=unittesting/ws/oak-auth-ldap/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oak-auth-ldap ---
[INFO] Surefire report directory: 

Re: Jenkins build is back to normal : Apache Jackrabbit Oak matrix » jdk1.8.0_11,Ubuntu,SEGMENT_MK,pedantic #75

2015-03-30 Thread Michael Dürig


Finally. The apache-rat-plugin setup was completely off. I wonder why 
this even passed earlier.


Michael

On 31.3.15 12:06 , Apache Jenkins Server wrote:

See 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/75/changes



Build failed in Jenkins: Apache Jackrabbit Oak matrix » jdk1.8.0_11,Ubuntu,SEGMENT_MK,pedantic #76

2015-03-30 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/76/

--
[...truncated 2127 lines...]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:report (post-unit-test) @ 
oak-it-osgi ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oak-it-osgi ---
[INFO] Building jar: 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/ws/oak-it/osgi/target/oak-it-osgi-1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
oak-it-osgi ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.2.1:single (default) @ oak-it-osgi ---
[INFO] Reading assembly descriptor: test-bundles.xml
[INFO] Copying files to 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/ws/oak-it/osgi/target/test-bundles
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (default) @ oak-it-osgi ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] No excludes explicitly specified.
[INFO] 6 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 
'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 
approved: 6 licence.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (default) @ oak-it-osgi ---
[INFO] 
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (default) @ oak-it-osgi 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ oak-it-osgi ---
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (default) @ oak-it-osgi 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:check (default) @ oak-it-osgi ---
[INFO] 
[INFO] 
[INFO] Building Oak Integration Tests 1.1-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oak-it ---
[INFO] Deleting 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/ws/oak-it/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (pre-unit-test) 
@ oak-it ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] test.opts.coverage set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ oak-it ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:report (post-unit-test) @ 
oak-it ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ oak-it 
---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (default) @ oak-it ---
[INFO] 53 implicit excludes (use -debug for more details).
[INFO] No excludes explicitly specified.
[INFO] 1 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 
'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 
approved: 1 licence.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (default) @ oak-it ---
[INFO] 
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (default) @ oak-it 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ oak-it ---
[INFO] 
[INFO]  findbugs-maven-plugin:3.0.0:check (default) @ 

buildbot success in ASF Buildbot on oak-trunk

2015-03-30 Thread buildbot
The Buildbot has detected a restored build on builder oak-trunk while building 
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/oak-trunk/builds/1229

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-oak-commit' triggered 
this build
Build Source Stamp: [branch jackrabbit/oak/trunk] 1670203
Blamelist: mduerig

Build succeeded!

Sincerely,
 -The Buildbot





Jenkins build is back to normal : Apache Jackrabbit Oak matrix » jdk-1.6u45,Ubuntu,DOCUMENT_RDB,unittesting #72

2015-03-30 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk-1.6u45,label=Ubuntu,nsfixtures=DOCUMENT_RDB,profile=unittesting/72/



Jenkins build is back to normal : Apache Jackrabbit Oak matrix » jdk1.8.0_11,Ubuntu,SEGMENT_MK,pedantic #75

2015-03-30 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=pedantic/75/changes



Jenkins build is back to normal : Apache Jackrabbit Oak matrix » latest1.7,Ubuntu,SEGMENT_MK,unittesting #76

2015-03-30 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=latest1.7,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=unittesting/76/



Build failed in Jenkins: Apache Jackrabbit Oak matrix » jdk-1.6u45,Ubuntu,SEGMENT_MK,integrationTesting #76

2015-03-30 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk-1.6u45,label=Ubuntu,nsfixtures=SEGMENT_MK,profile=integrationTesting/76/changes

Changes:

[mduerig] OAK-2476: Move our CI to Jenkins
Fix apache-rat-plugin setup

--
[...truncated 463 lines...]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.147 sec
Running org.apache.jackrabbit.oak.plugins.document.MongoDocumentStoreIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec
Running org.apache.jackrabbit.oak.plugins.segment.HeavyWriteIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 132.731 sec
Running 
org.apache.jackrabbit.oak.plugins.segment.file.LargeNumberOfPropertiesTestIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec
Running 
org.apache.jackrabbit.oak.plugins.segment.file.SegmentReferenceLimitTestIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec
Running org.apache.jackrabbit.oak.core.RootFuzzIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.484 sec

Results :

Tests run: 13, Failures: 0, Errors: 0, Skipped: 6

[INFO] 
[INFO] --- maven-bundle-plugin:2.5.0:baseline (baseline) @ oak-core ---
[ERROR] org.apache.jackrabbit.oak.api: Version increase required; detected 
1.0.0, suggested 1.1.0
[ERROR] org.apache.jackrabbit.oak.api.jmx: Version increase required; detected 
1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.kernel: Version increase required; detected 
1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.management: Version increase required; 
detected 1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.namepath: Version increase required; detected 
1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.plugins.backup: Version increase required; 
detected 1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.plugins.commit: Version increase required; 
detected 1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.plugins.identifier: Version increase 
required; detected 1.0.0, suggested 1.1.0
[ERROR] org.apache.jackrabbit.oak.plugins.index: Version increase required; 
detected 1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.plugins.index.property: Version increase 
required; detected 1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.plugins.memory: Version increase required; 
detected 1.0.0, suggested 1.1.0
[ERROR] org.apache.jackrabbit.oak.plugins.nodetype: Version increase required; 
detected 1.0.0, suggested 1.1.0
[ERROR] org.apache.jackrabbit.oak.plugins.nodetype.write: Version increase 
required; detected 1.0.0, suggested 1.1.0
[ERROR] org.apache.jackrabbit.oak.plugins.observation.filter: Version increase 
required; detected 1.0.0, suggested 1.1.0
[ERROR] org.apache.jackrabbit.oak.plugins.segment: Version increase required; 
detected 1.1.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.plugins.segment.file: Version increase 
required; detected 1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.plugins.version: Version increase required; 
detected 1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.query: Version increase required; detected 
1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.query.fulltext: Version increase required; 
detected 1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.security: Version increase required; detected 
1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.spi.commit: Version increase required; 
detected 1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.spi.gc: Version increase required; detected 
1.0.0, suggested 1.1.0
[ERROR] org.apache.jackrabbit.oak.spi.query: Version increase required; 
detected 1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.spi.security: Version increase required; 
detected 1.0.0, suggested 1.1.0
[ERROR] org.apache.jackrabbit.oak.spi.security.authentication: Version increase 
required; detected 1.0.0, suggested 1.1.0
[ERROR] org.apache.jackrabbit.oak.spi.security.authentication.token: Version 
increase required; detected 1.0.0, suggested 1.1.0
[ERROR] org.apache.jackrabbit.oak.spi.security.authorization: Version increase 
required; detected 1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.spi.security.authorization.permission: 
Version increase required; detected 1.0.0, suggested 1.1.0
[ERROR] org.apache.jackrabbit.oak.spi.security.authorization.restriction: 
Version increase required; detected 1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.spi.security.principal: Version increase 
required; detected 1.0.0, suggested 1.1.0
[ERROR] org.apache.jackrabbit.oak.spi.security.privilege: Version increase 
required; detected 1.0.0, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.spi.security.user: Version increase required; 
detected 1.0.0, suggested 1.1.0
[ERROR] org.apache.jackrabbit.oak.spi.security.user.action: Version increase 
required; detected 1.0.0, suggested 1.0.1
[ERROR] 

Jenkins build is back to normal : Apache Jackrabbit Oak matrix » jdk1.8.0_11,Ubuntu,DOCUMENT_NS,unittesting #76

2015-03-30 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/jdk=jdk1.8.0_11,label=Ubuntu,nsfixtures=DOCUMENT_NS,profile=unittesting/76/changes



buildbot success in ASF Buildbot on oak-trunk

2015-03-30 Thread buildbot
The Buildbot has detected a restored build on builder oak-trunk while building 
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/oak-trunk/builds/1227

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-oak-commit' triggered 
this build
Build Source Stamp: [branch jackrabbit/oak/trunk] 1670116
Blamelist: angela,davide,mduerig

Build succeeded!

Sincerely,
 -The Buildbot