Re: buildbot failure in ASF Buildbot on oak-trunk

2015-04-16 Thread Marcel Reutegger
the failure is:

[ERROR] 
/home/buildslave3/slave3/oak-trunk/build/oak-jcr/src/main/java/org/apache/j
ackrabbit/oak/jcr/observation/ConsolidatedListenerMBeanImpl.java:[28,16]
cannot find symbol
symbol  : class Objects
location: package java.util

this class is only available in Java 7. According to our oak-parent/pom.xml
the minimum version is 1.6.

Regards
 Marcel 


On 16/04/15 14:09, build...@apache.org build...@apache.org wrote:

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/1292

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] 1674046
Blamelist: chetanm

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-12-17 Thread Michael Dürig


The silence on BUILDS-40 lead me to believe to be in the wrong place 
there. Tried again with https://issues.apache.org/jira/browse/INFRA-8891.


Michael

On 10.12.14 3:49 , Michael Dürig wrote:


Filed https://issues.apache.org/jira/browse/BUILDS-40

Michael

On 5.12.14 5:02 , Chetan Mehrotra wrote:

Failure due to some intermittent issue for now

---
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
on project oak-mk-api: Failed to clean project: Failed to delete
E:\slave14\oak-trunk-win7\build\oak-mk-api\target\oak-mk-api-1.1-SNAPSHOT.jar

- [Help 1]
---
Chetan Mehrotra


On Fri, Dec 5, 2014 at 9:24 PM,  build...@apache.org wrote:

The Buildbot has detected a new failure on builder oak-trunk-win7
while building ASF Buildbot. Full details are available at:
 http://ci.apache.org/builders/oak-trunk-win7/builds/902

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

Buildslave for this Build: bb-win7

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

BUILD FAILED: failed compile

Sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk

2014-12-11 Thread Chetan Mehrotra
Error occurred again in OSGiIT. Also see following warning in log.
Would fix that in LuceneIndexProviderService

main] INFO org.ops4j.pax.exam.junit.impl.ProbeRunner - running test
class org.apache.jackrabbit.oak.osgi.OSGiIT
ERROR: org.apache.jackrabbit.oak-lucene (29):
[org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService(33)]
The activate method has thrown an exception
java.lang.ExceptionInInitializerError
at 
org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService.initializeFactoryClassLoaders(LuceneIndexProviderService.java:201)
at 
org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService.activate(LuceneIndexProviderService.java:105)
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:597)
at org.apache.felix.scr.impl.helper.BaseMethod.invokeMethod(BaseMethod.java:231)
at org.apache.felix.scr.impl.helper.BaseMethod.access$500(BaseMethod.java:39)
at 
org.apache.felix.scr.impl.helper.BaseMethod$Resolved.invoke(BaseMethod.java:624)
at org.apache.felix.scr.impl.helper.BaseMethod.invoke(BaseMethod.java:508)
at 
org.apache.felix.scr.impl.helper.ActivateMethod.invoke(ActivateMethod.java:149)
at 
org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:313)
at 
org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:127)
at 
org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:868)
at 
org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:835)
at 
org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:827)
at 
org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:414)
at 
org.apache.felix.scr.impl.config.ConfigurableComponentHolder.enableComponents(ConfigurableComponentHolder.java:378)
at 
org.apache.felix.scr.impl.BundleComponentActivator.initialize(BundleComponentActivator.java:167)
at 
org.apache.felix.scr.impl.BundleComponentActivator.init(BundleComponentActivator.java:115)
at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:235)
at org.apache.felix.scr.impl.Activator.access$000(Activator.java:44)
at org.apache.felix.scr.impl.Activator$1.start(Activator.java:169)
at 
org.apache.felix.utils.extender.AbstractExtender.createExtension(AbstractExtender.java:254)
at 
org.apache.felix.utils.extender.AbstractExtender.modifiedBundle(AbstractExtender.java:227)
at 
org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:479)
at 
org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:414)
at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:232)
at 
org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:443)
at 
org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerCallback(EventDispatcher.java:868)
at 
org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:789)
at 
org.apache.felix.framework.util.EventDispatcher.fireBundleEvent(EventDispatcher.java:514)
at org.apache.felix.framework.Felix.fireBundleEvent(Felix.java:4403)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2092)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
at 
org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.ClassCastException: class
org.apache.lucene.analysis.ar.ArabicLetterTokenizerFactory
at java.lang.Class.asSubclass(Class.java:3018)
at org.apache.lucene.util.SPIClassIterator.next(SPIClassIterator.java:137)
at 
org.apache.lucene.analysis.util.AnalysisSPILoader.reload(AnalysisSPILoader.java:79)
at 
org.apache.lucene.analysis.util.AnalysisSPILoader.init(AnalysisSPILoader.java:60)
at 
org.apache.lucene.analysis.util.AnalysisSPILoader.init(AnalysisSPILoader.java:49)
at 
org.apache.lucene.analysis.util.AnalysisSPILoader.init(AnalysisSPILoader.java:41)
at 
org.apache.lucene.analysis.util.TokenizerFactory.clinit(TokenizerFactory.java:33)
... 37 more
ERROR: org.apache.jackrabbit.oak-lucene (29):
[org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService(33)]
Failed creating the component instance; see log for reason
Chetan Mehrotra


On Fri, Dec 12, 2014 at 2:52 AM,  build...@apache.org wrote:
 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/848

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

 Buildslave for this Build: bb-vm_ubuntu

 Build Reason: The AnyBranchScheduler 

Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-12-10 Thread Michael Dürig


Filed https://issues.apache.org/jira/browse/BUILDS-40

Michael

On 5.12.14 5:02 , Chetan Mehrotra wrote:

Failure due to some intermittent issue for now

---
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
on project oak-mk-api: Failed to clean project: Failed to delete
E:\slave14\oak-trunk-win7\build\oak-mk-api\target\oak-mk-api-1.1-SNAPSHOT.jar
- [Help 1]
---
Chetan Mehrotra


On Fri, Dec 5, 2014 at 9:24 PM,  build...@apache.org wrote:

The Buildbot has detected a new failure on builder oak-trunk-win7 while 
building ASF Buildbot. Full details are available at:
 http://ci.apache.org/builders/oak-trunk-win7/builds/902

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

Buildslave for this Build: bb-win7

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

BUILD FAILED: failed compile

Sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk

2014-12-02 Thread Marcel Reutegger
I also see this on my machine.

I think it is related to:

URL: http://svn.apache.org/r1642683
Log:
OAK-1907 Better cost estimates for traversal, property, and ordered
indexes (work in progress)

The additional two properties are:


/oak:index/counter/reindexCount
/oak:index/counter/reindex

Regards


 Marcel

On 01/12/14 23:05, build...@apache.org build...@apache.org wrote:

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/803

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] 1642765
Blamelist: alexparvulescu

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2014-12-02 Thread Michael Dürig


See 
https://issues.apache.org/jira/browse/OAK-1907?focusedCommentId=14231199page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14231199


Michael

On 2.12.14 9:32 , Michael Dürig wrote:


Same here. Will investigate.

Michael

On 2.12.14 9:27 , Marcel Reutegger wrote:

I also see this on my machine.

I think it is related to:

URL: http://svn.apache.org/r1642683
Log:
OAK-1907 Better cost estimates for traversal, property, and ordered
indexes (work in progress)

The additional two properties are:


/oak:index/counter/reindexCount
/oak:index/counter/reindex

Regards


  Marcel

On 01/12/14 23:05, build...@apache.org build...@apache.org wrote:


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/803

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] 1642765
Blamelist: alexparvulescu

BUILD FAILED: failed compile

Sincerely,
-The Buildbot







Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-12-02 Thread Michael Dürig


corruption(org.apache.jackrabbit.oak.plugins.segment.file.SegmentReferenceLimitTestIT) 
 Time elapsed: 89.664 sec   ERROR!
java.io.IOException: Unable to delete file: 
target\FileStoreTest3255277883420934088dir\journal.log


This is probably a Windows issue in @After where deleting recently used 
files fails. I changed this at http://svn.apache.org/r1642959 so it 
doesn't fail the test.


Michael

On 2.12.14 6:15 , build...@apache.org wrote:

The Buildbot has detected a new failure on builder oak-trunk-win7 while 
building ASF Buildbot. Full details are available at:
 http://ci.apache.org/builders/oak-trunk-win7/builds/899

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

Buildslave for this Build: bb-win7

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

BUILD FAILED: failed compile

Sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk

2014-11-28 Thread Davide Giannella
On 28/11/2014 14:58, build...@apache.org wrote:
 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/796

 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] 1642303
 Blamelist: reschke

 BUILD FAILED: failed compile
For sake of records


Failed tests:   testClockDrift(org.apache.jackrabbit.oak.stats.ClockTest): 
Clock.Fast unexpected drift: -108ms (estimated limit was 23ms, measured 
granularity was 10.0ms)

D.




Re: buildbot failure in ASF Buildbot on oak-trunk

2014-11-28 Thread Michael Dürig



On 28.11.14 4:18 , Davide Giannella wrote:

On 28/11/2014 14:58, build...@apache.org wrote:

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/796

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] 1642303
Blamelist: reschke

BUILD FAILED: failed compile

For sake of records


Failed tests:   testClockDrift(org.apache.jackrabbit.oak.stats.ClockTest): 
Clock.Fast unexpected drift: -108ms (estimated limit was 23ms, measured 
granularity was 10.0ms)



A while ago I implemented a workaround to skip this test on the Windows 
buildbot as it was failing there all the time [1]. We might want to do 
the same for this instance if this keeps failing.


Michael


Re: buildbot failure in ASF Buildbot on oak-trunk

2014-11-25 Thread Alex Parvulescu
Tests in error:
  listBundles(org.apache.jackrabbit.oak.osgi.OSGiIT): gave up waiting
for service javax.jcr.Repository




On Tue, Nov 25, 2014 at 9:20 PM, build...@apache.org wrote:

 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/783

 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] 1641671
 Blamelist: mreutegg

 BUILD FAILED: failed compile

 Sincerely,
  -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2014-11-25 Thread Chetan Mehrotra
Tried locally and testcase passes. Might be intermittent. Would keep a
watch on next few build results

---
---
 T E S T S
---
Running org.apache.jackrabbit.oak.osgi.OSGiIT
[main] INFO org.ops4j.pax.exam.spi.DefaultExamSystem - Pax Exam System
(Version: 3.4.0) created.
[main] INFO org.ops4j.pax.exam.junit.impl.ProbeRunner - creating
PaxExam runner for class org.apache.jackrabbit.oak.osgi.OSGiIT
[main] INFO org.ops4j.pax.exam.junit.impl.ProbeRunner - running test
class org.apache.jackrabbit.oak.osgi.OSGiIT
[org.osgi.service.cm.ConfigurationListener]
[org.apache.jackrabbit.oak.spi.commit.EditorProvider]
[org.apache.jackrabbit.api.jmx.QueryStatManagerMBean]
[org.osgi.service.cm.ConfigurationAdmin]
[org.ops4j.pax.exam.ProbeInvoker]
[org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean]
[org.osgi.service.startlevel.StartLevel]
[org.apache.jackrabbit.oak.plugins.segment.SegmentStoreProvider]
[org.apache.jackrabbit.oak.api.jmx.ConsolidatedCacheStatsMBean]
[org.apache.jackrabbit.oak.spi.security.SecurityProvider]
[org.apache.jackrabbit.oak.spi.query.QueryIndexProvider]
[org.osgi.service.url.URLStreamHandlerService]
[org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean]
[org.ops4j.pax.exam.ProbeInvokerFactory]
[org.apache.jackrabbit.oak.api.jmx.RepositoryManagementMBean]
[org.apache.felix.scr.impl.ScrGogoCommand]
[org.apache.jackrabbit.oak.api.jmx.QueryEngineSettingsMBean]
[org.ops4j.pax.exam.ProbeInvoker]
[org.apache.felix.cm.PersistenceManager]
[org.apache.jackrabbit.oak.plugins.index.IndexEditorProvider]
[org.apache.jackrabbit.oak.spi.commit.EditorProvider]
[org.apache.jackrabbit.oak.spi.query.QueryIndexProvider]
[org.apache.jackrabbit.oak.plugins.index.property.jmx.PropertyIndexAsyncReindexMBean]
[org.apache.jackrabbit.oak.spi.state.NodeStore]
[org.apache.jackrabbit.oak.spi.security.principal.PrincipalConfiguration,
org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]
[org.osgi.service.cm.ManagedServiceFactory]
[org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean]
[org.apache.jackrabbit.oak.spi.commit.Observer]
[org.apache.felix.scr.ScrService]
[org.apache.jackrabbit.oak.plugins.index.IndexEditorProvider]
[java.util.concurrent.Executor]
[org.apache.jackrabbit.oak.api.jmx.CheckpointMBean]
[org.apache.jackrabbit.oak.spi.security.user.action.AuthorizableActionProvider]
[org.apache.jackrabbit.oak.spi.security.authorization.AuthorizationConfiguration,
org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]
[org.osgi.service.cm.ManagedService]
[org.apache.jackrabbit.oak.spi.security.user.UserConfiguration,
org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]
[org.apache.jackrabbit.oak.spi.security.authentication.token.TokenConfiguration,
org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]
[java.lang.Runnable]
[org.apache.jackrabbit.oak.spi.query.QueryIndexProvider]
[java.lang.Runnable]
[org.osgi.service.cm.ConfigurationListener,
org.apache.felix.fileinstall.ArtifactListener,
org.apache.felix.fileinstall.ArtifactInstaller]
[javax.jcr.Repository]
[org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider]
[org.osgi.service.packageadmin.PackageAdmin]
[org.ops4j.pax.exam.ProbeInvoker]
[org.apache.jackrabbit.oak.spi.commit.EditorProvider]
[org.apache.jackrabbit.oak.plugins.index.IndexEditorProvider]
[org.ops4j.pax.exam.ProbeInvoker]
[org.ops4j.pax.exam.util.Injector]
[org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConfiguration,
org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]
[org.apache.jackrabbit.oak.spi.commit.EditorProvider]
[org.apache.jackrabbit.oak.spi.commit.EditorProvider]
[org.apache.jackrabbit.oak.plugins.index.IndexEditorProvider]
[org.apache.jackrabbit.oak.spi.security.authentication.AuthenticationConfiguration,
org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]
[org.apache.jackrabbit.oak.spi.commit.EditorProvider]
[org.apache.jackrabbit.oak.spi.query.QueryIndexProvider]
[org.apache.jackrabbit.oak.spi.state.RevisionGCMBean]
[org.apache.jackrabbit.oak.spi.query.QueryIndexProvider]
org.apache.felix.framework [0]
org.ops4j.pax.exam [1]
org.ops4j.pax.exam.inject [2]
org.ops4j.pax.exam.extender.service [3]
osgi.cmpn [4]
org.ops4j.base [5]
org.ops4j.pax.swissbox.core [6]
org.ops4j.pax.swissbox.extender [7]
org.ops4j.pax.swissbox.framework [8]
org.ops4j.pax.swissbox.lifecycle [9]
org.ops4j.pax.swissbox.tracker [10]
org.apache.geronimo.specs.geronimo-atinject_1.0_spec [11]
org.ops4j.pax.tipi.junit [12]
org.ops4j.pax.tipi.hamcrest.core [13]
org.ops4j.pax.exam.invoker.junit [14]
org.apache.felix.scr [15]
org.apache.felix.configadmin [16]
org.apache.felix.fileinstall [17]
org.ops4j.pax.logging.pax-logging-api [18]
org.apache.tika.core [19]
org.apache.commons.io [20]
org.apache.jackrabbit.oak-mk-remote [21]
org.apache.jackrabbit.jackrabbit-api [22]
com.google.guava [23]

Re: buildbot failure in ASF Buildbot on oak-trunk

2014-11-25 Thread Michael Dürig


On 26.11.14 6:24 , Chetan Mehrotra wrote:

Tried locally and testcase passes. Might be intermittent. Would keep a
watch on next few build results


I've seen this failing intermittently in the past. Like some other tests 
that somewhat rely on timing (clock drift tests and observation related 
tests). So this might well be a platform issue.


Michael



---
---
  T E S T S
---
Running org.apache.jackrabbit.oak.osgi.OSGiIT
[main] INFO org.ops4j.pax.exam.spi.DefaultExamSystem - Pax Exam System
(Version: 3.4.0) created.
[main] INFO org.ops4j.pax.exam.junit.impl.ProbeRunner - creating
PaxExam runner for class org.apache.jackrabbit.oak.osgi.OSGiIT
[main] INFO org.ops4j.pax.exam.junit.impl.ProbeRunner - running test
class org.apache.jackrabbit.oak.osgi.OSGiIT
[org.osgi.service.cm.ConfigurationListener]
[org.apache.jackrabbit.oak.spi.commit.EditorProvider]
[org.apache.jackrabbit.api.jmx.QueryStatManagerMBean]
[org.osgi.service.cm.ConfigurationAdmin]
[org.ops4j.pax.exam.ProbeInvoker]
[org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean]
[org.osgi.service.startlevel.StartLevel]
[org.apache.jackrabbit.oak.plugins.segment.SegmentStoreProvider]
[org.apache.jackrabbit.oak.api.jmx.ConsolidatedCacheStatsMBean]
[org.apache.jackrabbit.oak.spi.security.SecurityProvider]
[org.apache.jackrabbit.oak.spi.query.QueryIndexProvider]
[org.osgi.service.url.URLStreamHandlerService]
[org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean]
[org.ops4j.pax.exam.ProbeInvokerFactory]
[org.apache.jackrabbit.oak.api.jmx.RepositoryManagementMBean]
[org.apache.felix.scr.impl.ScrGogoCommand]
[org.apache.jackrabbit.oak.api.jmx.QueryEngineSettingsMBean]
[org.ops4j.pax.exam.ProbeInvoker]
[org.apache.felix.cm.PersistenceManager]
[org.apache.jackrabbit.oak.plugins.index.IndexEditorProvider]
[org.apache.jackrabbit.oak.spi.commit.EditorProvider]
[org.apache.jackrabbit.oak.spi.query.QueryIndexProvider]
[org.apache.jackrabbit.oak.plugins.index.property.jmx.PropertyIndexAsyncReindexMBean]
[org.apache.jackrabbit.oak.spi.state.NodeStore]
[org.apache.jackrabbit.oak.spi.security.principal.PrincipalConfiguration,
org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]
[org.osgi.service.cm.ManagedServiceFactory]
[org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean]
[org.apache.jackrabbit.oak.spi.commit.Observer]
[org.apache.felix.scr.ScrService]
[org.apache.jackrabbit.oak.plugins.index.IndexEditorProvider]
[java.util.concurrent.Executor]
[org.apache.jackrabbit.oak.api.jmx.CheckpointMBean]
[org.apache.jackrabbit.oak.spi.security.user.action.AuthorizableActionProvider]
[org.apache.jackrabbit.oak.spi.security.authorization.AuthorizationConfiguration,
org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]
[org.osgi.service.cm.ManagedService]
[org.apache.jackrabbit.oak.spi.security.user.UserConfiguration,
org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]
[org.apache.jackrabbit.oak.spi.security.authentication.token.TokenConfiguration,
org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]
[java.lang.Runnable]
[org.apache.jackrabbit.oak.spi.query.QueryIndexProvider]
[java.lang.Runnable]
[org.osgi.service.cm.ConfigurationListener,
org.apache.felix.fileinstall.ArtifactListener,
org.apache.felix.fileinstall.ArtifactInstaller]
[javax.jcr.Repository]
[org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider]
[org.osgi.service.packageadmin.PackageAdmin]
[org.ops4j.pax.exam.ProbeInvoker]
[org.apache.jackrabbit.oak.spi.commit.EditorProvider]
[org.apache.jackrabbit.oak.plugins.index.IndexEditorProvider]
[org.ops4j.pax.exam.ProbeInvoker]
[org.ops4j.pax.exam.util.Injector]
[org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConfiguration,
org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]
[org.apache.jackrabbit.oak.spi.commit.EditorProvider]
[org.apache.jackrabbit.oak.spi.commit.EditorProvider]
[org.apache.jackrabbit.oak.plugins.index.IndexEditorProvider]
[org.apache.jackrabbit.oak.spi.security.authentication.AuthenticationConfiguration,
org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]
[org.apache.jackrabbit.oak.spi.commit.EditorProvider]
[org.apache.jackrabbit.oak.spi.query.QueryIndexProvider]
[org.apache.jackrabbit.oak.spi.state.RevisionGCMBean]
[org.apache.jackrabbit.oak.spi.query.QueryIndexProvider]
org.apache.felix.framework [0]
org.ops4j.pax.exam [1]
org.ops4j.pax.exam.inject [2]
org.ops4j.pax.exam.extender.service [3]
osgi.cmpn [4]
org.ops4j.base [5]
org.ops4j.pax.swissbox.core [6]
org.ops4j.pax.swissbox.extender [7]
org.ops4j.pax.swissbox.framework [8]
org.ops4j.pax.swissbox.lifecycle [9]
org.ops4j.pax.swissbox.tracker [10]
org.apache.geronimo.specs.geronimo-atinject_1.0_spec [11]
org.ops4j.pax.tipi.junit [12]
org.ops4j.pax.tipi.hamcrest.core [13]
org.ops4j.pax.exam.invoker.junit [14]
org.apache.felix.scr [15]
org.apache.felix.configadmin [16]

Re: buildbot failure in ASF Buildbot on oak-trunk

2014-11-20 Thread Chetan Mehrotra
Glad to got you back :)

This build fail should get fixed with http://svn.apache.org/r1640729
Chetan Mehrotra


On Thu, Nov 20, 2014 at 6:07 PM,  build...@apache.org wrote:
 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/766

 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] 1640723
 Blamelist: chetanm

 BUILD FAILED: failed compile

 Sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-10-15 Thread Alex Parvulescu
Running
org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndexTest
Tests run: 11, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 3.498 sec
 FAILURE!
sortQueriesWithDate(org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndexTest)
 Time elapsed: 0.347 sec   FAILURE!
java.lang.AssertionError: expected:[/test/n53, /test/n60, /test/n71,
/test/n38, /test/n44, /test/n63, /test/n90, /test/n25, /test/n82,
/test/n69, /test/n0, /test/n84, /test/n91, /test/n39, /test/n70, /test/n86,
/test/n96, /test/n21, /test/n72, /test/n36, /test/n54, /test/n57,
/test/n19, /test/n42, /test/n20, /test/n77, /test/n94, /test/n30,
/test/n58, /test/n45, /test/n11, /test/n64, /test/n75, /test/n88,
/test/n37, /test/n89, /test/n10, /test/n48, /test/n62, /test/n76,
/test/n95, /test/n92, /test/n34, /test/n55, /test/n9, /test/n28, /test/n97,
/test/n47, /test/n99, /test/n40, /test/n27, /test/n41, /test/n73,
/test/n35, /test/n32, /test/n66, /test/n4, /test/n46, /test/n7, /test/n22,
/test/n6, /test/n2, /test/n67, /test/n68, /test/n98, /test/n33, /test/n59,
/test/n49, /test/n61, /test/n14, /test/n3, /test/n50, /test/n12, /test/n51,
/test/n17, /test/n29, /test/n24, /test/n74, /test/n93, /test/n85, /test/n5,
/test/n15, /test/n79, /test/n23, /test/n81, /test/n56, /test/n80,
/test/n18, /test/n52, /test/n13, /test/n31, /test/n1, /test/n43, /test/n16,
/test/n78, /test/n8, /test/n26, /test/n87, /test/n83, /test/n65] but
was:[/test/n53, /test/n60, /test/n71, /test/n44, /test/n38, /test/n90,
/test/n63, /test/n25, /test/n82, /test/n69, /test/n0, /test/n84, /test/n91,
/test/n39, /test/n70, /test/n86, /test/n96, /test/n21, /test/n72,
/test/n36, /test/n54, /test/n57, /test/n19, /test/n42, /test/n20,
/test/n77, /test/n94, /test/n30, /test/n58, /test/n45, /test/n11,
/test/n64, /test/n88, /test/n75, /test/n37, /test/n89, /test/n10,
/test/n48, /test/n62, /test/n76, /test/n95, /test/n92, /test/n34,
/test/n55, /test/n9, /test/n28, /test/n97, /test/n47, /test/n99, /test/n40,
/test/n27, /test/n41, /test/n73, /test/n35, /test/n32, /test/n66, /test/n4,
/test/n46, /test/n7, /test/n22, /test/n6, /test/n2, /test/n67, /test/n68,
/test/n98, /test/n33, /test/n59, /test/n49, /test/n61, /test/n14, /test/n3,
/test/n50, /test/n12, /test/n51, /test/n17, /test/n29, /test/n24,
/test/n74, /test/n93, /test/n85, /test/n5, /test/n15, /test/n79, /test/n23,
/test/n81, /test/n80, /test/n56, /test/n18, /test/n52, /test/n13,
/test/n31, /test/n1, /test/n43, /test/n16, /test/n78, /test/n8, /test/n26,
/test/n87, /test/n83, /test/n65]
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:147)
at
org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndexTest.assertOrderedQuery(LucenePropertyIndexTest.java:336)
at
org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndexTest.sortQueriesWithDate(LucenePropertyIndexTest.java:304)


On Wed, Oct 15, 2014 at 11:05 AM, build...@apache.org wrote:

 The Buildbot has detected a new failure on builder oak-trunk-win7 while
 building ASF Buildbot.
 Full details are available at:
  http://ci.apache.org/builders/oak-trunk-win7/builds/695

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

 Buildslave for this Build: bb-win7

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1631971
 Blamelist: chetanm,mreutegg,tommaso

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-10-15 Thread Chetan Mehrotra
On Wed, Oct 15, 2014 at 2:45 PM, Alex Parvulescu
alex.parvule...@gmail.com wrote:
 [/test/n53, /test/n60, /test/n71,
 /test/n38, /test/n44, /test/n63, /test/n90, /test/n25, /test/n82,
 /test/n69, /test/n0, /test/n84, /test/n91, /test/n39, /test/n70, /test/n86,
 /test/n96, /test/n21, /test/n72, /test/n36, /test/n54, /test/n57,
 /test/n19, /test/n42, /test/n20, /test/n77, /test/n94, /test/n30,
 /test/n58, /test/n45, /test/n11, /test/n64, /test/n75, /test/n88,
 /test/n37, /test/n89, /test/n10, /test/n48, /test/n62, /test/n76,
 /test/n95, /test/n92, /test/n34, /test/n55, /test/n9, /test/n28, /test/n97,
 /test/n47, /test/n99, /test/n40, /test/n27, /test/n41, /test/n73,
 /test/n35, /test/n32, /test/n66, /test/n4, /test/n46, /test/n7, /test/n22,
 /test/n6, /test/n2, /test/n67, /test/n68, /test/n98, /test/n33, /test/n59,
 /test/n49, /test/n61, /test/n14, /test/n3, /test/n50, /test/n12, /test/n51,
 /test/n17, /test/n29, /test/n24, /test/n74, /test/n93, /test/n85, /test/n5,
 /test/n15, /test/n79, /test/n23, /test/n81, /test/n56, /test/n80,
 /test/n18, /test/n52, /test/n13, /test/n31, /test/n1, /test/n43, /test/n16,
 /test/n78, /test/n8, /test/n26, /test/n87, /test/n83, /test/n65] but
 was:[/test/n53, /test/n60, /test/n71, /test/n44, /test/n38, /test/n90,
 /test/n63, /test/n25, /test/n82, /test/n69, /test/n0, /test/n84, /test/n91,
 /test/n39, /test/n70, /test/n86, /test/n96, /test/n21, /test/n72,
 /test/n36, /test/n54, /test/n57, /test/n19, /test/n42, /test/n20,
 /test/n77, /test/n94, /test/n30, /test/n58, /test/n45, /test/n11,
 /test/n64, /test/n88, /test/n75, /test/n37, /test/n89, /test/n10,
 /test/n48, /test/n62, /test/n76, /test/n95, /test/n92, /test/n34,
 /test/n55, /test/n9, /test/n28, /test/n97, /test/n47, /test/n99, /test/n40,
 /test/n27, /test/n41, /test/n73, /test/n35, /test/n32, /test/n66, /test/n4,
 /test/n46, /test/n7, /test/n22, /test/n6, /test/n2, /test/n67, /test/n68,
 /test/n98, /test/n33, /test/n59, /test/n49, /test/n61, /test/n14, /test/n3,
 /test/n50, /test/n12, /test/n51, /test/n17, /test/n29, /test/n24,
 /test/n74, /test/n93, /test/n85, /test/n5, /test/n15, /test/n79, /test/n23,
 /test/n81, /test/n80, /test/n56, /test/n18, /test/n52, /test/n13,
 /test/n31, /test/n1, /test/n43, /test/n16, /test/n78, /test/n8, /test/n26,
 /test/n87, /test/n83, /test/n65]

Oops. Would look into it now

Chetan Mehrotra


Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-10-13 Thread Chetan Mehrotra
This one looks like window specific issue

--
 [INFO] 

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
on project oak-mk-api: Failed to clean project: Failed to delete
E:\slave14\oak-trunk-win7\build\oak-mk-api\target\oak-mk-api-1.1-SNAPSHOT.jar
- [Help 1]
[

Chetan Mehrotra


On Mon, Oct 13, 2014 at 4:09 PM,  build...@apache.org wrote:
 The Buildbot has detected a new failure on builder oak-trunk-win7 while 
 building ASF Buildbot.
 Full details are available at:
  http://ci.apache.org/builders/oak-trunk-win7/builds/679

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

 Buildslave for this Build: bb-win7

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1631334
 Blamelist: angela,chetanm

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk

2014-10-10 Thread Alex Parvulescu
Tests in error:
  listBundles(org.apache.jackrabbit.oak.osgi.OSGiIT): gave up waiting for
service javax.jcr.Repository


On Fri, Oct 10, 2014 at 3:55 PM, build...@apache.org wrote:

 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/621

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

 Buildslave for this Build: bb-vm_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1630805
 Blamelist: alexparvulescu

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-10-08 Thread Michael Dürig


Didn't see this before. Note the cause is an 
ArrayIndexOutOfBoundsException. Marcel, any idea?


Michael

fuzzTest[1](org.apache.jackrabbit.oak.core.RootFuzzIT)  Time elapsed: 
32.7 sec   ERROR!
org.apache.jackrabbit.oak.api.CommitFailedException: OakOak0001: Failed 
to merge changes to the underlying store
	at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch.convertUnchecked(DocumentNodeStoreBranch.java:136)
	at 
org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch$InMemory.merge(AbstractNodeStoreBranch.java:530)
	at 
org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch.merge(AbstractNodeStoreBranch.java:319)
	at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch.merge(DocumentNodeStoreBranch.java:144)
	at 
org.apache.jackrabbit.oak.plugins.document.DocumentRootBuilder.merge(DocumentRootBuilder.java:159)
	at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore.merge(DocumentNodeStore.java:1294)

at 
org.apache.jackrabbit.oak.core.MutableRoot.commit(MutableRoot.java:247)
at org.apache.jackrabbit.oak.core.SystemRoot.commit(SystemRoot.java:38)
at 
org.apache.jackrabbit.oak.core.MutableRoot.commit(MutableRoot.java:258)
at org.apache.jackrabbit.oak.core.SystemRoot.commit(SystemRoot.java:38)
at 
org.apache.jackrabbit.oak.core.RootFuzzIT.fuzzTest(RootFuzzIT.java:124)
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:597)
	at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
	at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
	at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)

at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
	at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
	at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)

at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:24)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
	at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)

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:597)
	at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)

at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
at org.mapdb.BTreeMap.replace(BTreeMap.java:1174)
	at 
org.apache.jackrabbit.oak.plugins.document.UnsavedModifications.put(UnsavedModifications.java:90)
	at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore$7.track(DocumentNodeStore.java:1532)
	at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore.applyChanges(DocumentNodeStore.java:934)
	at 

Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-10-08 Thread Marcel Reutegger
Looks like an issue with the MapDB implementation. I introduced
this dependency as a short term fix for OAK-1768.

My plan is to remove MapDB again once OAK-2131 is done.

Regards
 Marcel

On 08/10/14 10:23, Michael Dürig mdue...@apache.org wrote:


Didn't see this before. Note the cause is an
ArrayIndexOutOfBoundsException. Marcel, any idea?

Michael

fuzzTest[1](org.apache.jackrabbit.oak.core.RootFuzzIT)  Time elapsed:
32.7 sec   ERROR!
org.apache.jackrabbit.oak.api.CommitFailedException: OakOak0001: Failed
to merge changes to the underlying store
   at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch.convert
Unchecked(DocumentNodeStoreBranch.java:136)
   at 
org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch$InMemory.merge
(AbstractNodeStoreBranch.java:530)
   at 
org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch.merge(Abstract
NodeStoreBranch.java:319)
   at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch.merge(D
ocumentNodeStoreBranch.java:144)
   at 
org.apache.jackrabbit.oak.plugins.document.DocumentRootBuilder.merge(Docum
entRootBuilder.java:159)
   at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore.merge(Documen
tNodeStore.java:1294)
   at 
org.apache.jackrabbit.oak.core.MutableRoot.commit(MutableRoot.java:247)
   at org.apache.jackrabbit.oak.core.SystemRoot.commit(SystemRoot.java:38)
   at 
org.apache.jackrabbit.oak.core.MutableRoot.commit(MutableRoot.java:258)
   at org.apache.jackrabbit.oak.core.SystemRoot.commit(SystemRoot.java:38)
   at 
org.apache.jackrabbit.oak.core.RootFuzzIT.fuzzTest(RootFuzzIT.java:124)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
pl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
d.java:45)
   at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
.java:15)
   at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
java:42)
   at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.j
ava:20)
   at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
28)
   at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30
)
   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
   at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
ava:68)
   at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
ava:47)
   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
   at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
   at org.junit.runners.Suite.runChild(Suite.java:128)
   at org.junit.runners.Suite.runChild(Suite.java:24)
   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
   at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
   at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
a:252)
   at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
der.java:141)
   at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
:112)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
pl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(Refle
ctionUtils.java:189)
   at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(Prov
iderFactory.java:165)
   at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFa
ctory.java:85)
   at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
ter.java:115)
   at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
   at 

Re: buildbot failure in ASF Buildbot on oak-trunk

2014-10-08 Thread Chetan Mehrotra
Failure was because build bot picked only one change. For the build to
pass all 3 changes need to be picked up
Chetan Mehrotra


On Wed, Oct 8, 2014 at 4:10 PM,  build...@apache.org wrote:
 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/610

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

 Buildslave for this Build: bb-vm_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1630055
 Blamelist: chetanm

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk

2014-10-08 Thread Marcel Reutegger
my bad, forgot to commit a change in oak-run. already fixed...

regards
 marcel

On 08/10/14 15:26, build...@apache.org build...@apache.org wrote:

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/612

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

Buildslave for this Build: bb-vm_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1630084
Blamelist: mreutegg

BUILD FAILED: failed compile

sincerely,
 -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-10-07 Thread Angela Schreiber
the failing tests are:

- 
testRenameEventHandling(org.apache.jackrabbit.oak.jcr.JackrabbitNodeTest):
Expected NODE_MOVED event upon renaming a node (received: latch1 timed out
none; next event after additional addNode/save operation: type 2
1412666439717ms /testroot/a, type 32 1412666439717ms /testroot/aX, type 1
1412666439717ms /testroot/aX, type 1 1412666448599ms /testroot/aXYZ)
- testSingleMixin(org.apache.jackrabbit.core.observation.MixinTest): Path
/testroot/node1/prop1 not found in events.


i don't think this is related to my changes... has anybody seen these
tests failing before?

angela

On 07/10/14 15:37, build...@apache.org build...@apache.org wrote:

The Buildbot has detected a new failure on builder oak-trunk-win7 while
building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/oak-trunk-win7/builds/651

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

Buildslave for this Build: bb-win7

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1629878
Blamelist: angela

BUILD FAILED: failed compile

sincerely,
 -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-10-07 Thread Michael Dürig
This is tracked via https://issues.apache.org/jira/browse/OAK-2165.
Unfortunately the failure only occurs on this instance. I'm trying to
track it down.

On 7 October 2014 15:42, Angela Schreiber anch...@adobe.com wrote:
 the failing tests are:

 -
 testRenameEventHandling(org.apache.jackrabbit.oak.jcr.JackrabbitNodeTest):
 Expected NODE_MOVED event upon renaming a node (received: latch1 timed out
 none; next event after additional addNode/save operation: type 2
 1412666439717ms /testroot/a, type 32 1412666439717ms /testroot/aX, type 1
 1412666439717ms /testroot/aX, type 1 1412666448599ms /testroot/aXYZ)
 - testSingleMixin(org.apache.jackrabbit.core.observation.MixinTest): Path
 /testroot/node1/prop1 not found in events.


 i don't think this is related to my changes... has anybody seen these
 tests failing before?

 angela

 On 07/10/14 15:37, build...@apache.org build...@apache.org wrote:

The Buildbot has detected a new failure on builder oak-trunk-win7 while
building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/oak-trunk-win7/builds/651

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

Buildslave for this Build: bb-win7

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1629878
Blamelist: angela

BUILD FAILED: failed compile

sincerely,
 -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-10-07 Thread Angela Schreiber
ok... thanks for the pointer!
angela

On 07/10/14 15:47, Michael Dürig mdue...@apache.org wrote:

This is tracked via https://issues.apache.org/jira/browse/OAK-2165.
Unfortunately the failure only occurs on this instance. I'm trying to
track it down.

On 7 October 2014 15:42, Angela Schreiber anch...@adobe.com wrote:
 the failing tests are:

 -
 
testRenameEventHandling(org.apache.jackrabbit.oak.jcr.JackrabbitNodeTest)
:
 Expected NODE_MOVED event upon renaming a node (received: latch1 timed
out
 none; next event after additional addNode/save operation: type 2
 1412666439717ms /testroot/a, type 32 1412666439717ms /testroot/aX, type
1
 1412666439717ms /testroot/aX, type 1 1412666448599ms /testroot/aXYZ)
 - testSingleMixin(org.apache.jackrabbit.core.observation.MixinTest):
Path
 /testroot/node1/prop1 not found in events.


 i don't think this is related to my changes... has anybody seen these
 tests failing before?

 angela

 On 07/10/14 15:37, build...@apache.org build...@apache.org wrote:

The Buildbot has detected a new failure on builder oak-trunk-win7 while
building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/oak-trunk-win7/builds/651

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

Buildslave for this Build: bb-win7

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1629878
Blamelist: angela

BUILD FAILED: failed compile

sincerely,
 -The Buildbot







Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-10-07 Thread Julian Reschke

On 2014-10-07 15:47, Michael Dürig wrote:

This is tracked via https://issues.apache.org/jira/browse/OAK-2165.
Unfortunately the failure only occurs on this instance. I'm trying to
track it down.
...


FWIW, this is one of those tests that occasionally fail on Windows.

Best regards, Julian


Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-10-07 Thread Michael Dürig


I now see org.apache.jackrabbit.oak.jcr.tck.SecurityIT failing. This 
seems to have started with http://svn.apache.org/r1629876.


Michael

On 7.10.14 3:47 , Michael Dürig wrote:

This is tracked via https://issues.apache.org/jira/browse/OAK-2165.
Unfortunately the failure only occurs on this instance. I'm trying to
track it down.

On 7 October 2014 15:42, Angela Schreiber anch...@adobe.com wrote:

the failing tests are:

-
testRenameEventHandling(org.apache.jackrabbit.oak.jcr.JackrabbitNodeTest):
Expected NODE_MOVED event upon renaming a node (received: latch1 timed out
none; next event after additional addNode/save operation: type 2
1412666439717ms /testroot/a, type 32 1412666439717ms /testroot/aX, type 1
1412666439717ms /testroot/aX, type 1 1412666448599ms /testroot/aXYZ)
- testSingleMixin(org.apache.jackrabbit.core.observation.MixinTest): Path
/testroot/node1/prop1 not found in events.


i don't think this is related to my changes... has anybody seen these
tests failing before?

angela

On 07/10/14 15:37, build...@apache.org build...@apache.org wrote:


The Buildbot has detected a new failure on builder oak-trunk-win7 while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/oak-trunk-win7/builds/651

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

Buildslave for this Build: bb-win7

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1629878
Blamelist: angela

BUILD FAILED: failed compile

sincerely,
-The Buildbot







Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-10-07 Thread Angela Schreiber
ok... that looks like my fault ;-)
i will look into it tomorrow

angela

On 07/10/14 18:08, Michael Dürig mdue...@apache.org wrote:


I now see org.apache.jackrabbit.oak.jcr.tck.SecurityIT failing. This
seems to have started with http://svn.apache.org/r1629876.

Michael

On 7.10.14 3:47 , Michael Dürig wrote:
 This is tracked via https://issues.apache.org/jira/browse/OAK-2165.
 Unfortunately the failure only occurs on this instance. I'm trying to
 track it down.

 On 7 October 2014 15:42, Angela Schreiber anch...@adobe.com wrote:
 the failing tests are:

 -
 
testRenameEventHandling(org.apache.jackrabbit.oak.jcr.JackrabbitNodeTest
):
 Expected NODE_MOVED event upon renaming a node (received: latch1 timed
out
 none; next event after additional addNode/save operation: type 2
 1412666439717ms /testroot/a, type 32 1412666439717ms /testroot/aX,
type 1
 1412666439717ms /testroot/aX, type 1 1412666448599ms /testroot/aXYZ)
 - testSingleMixin(org.apache.jackrabbit.core.observation.MixinTest):
Path
 /testroot/node1/prop1 not found in events.


 i don't think this is related to my changes... has anybody seen these
 tests failing before?

 angela

 On 07/10/14 15:37, build...@apache.org build...@apache.org wrote:

 The Buildbot has detected a new failure on builder oak-trunk-win7
while
 building ASF Buildbot.
 Full details are available at:
 http://ci.apache.org/builders/oak-trunk-win7/builds/651

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

 Buildslave for this Build: bb-win7

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1629878
 Blamelist: angela

 BUILD FAILED: failed compile

 sincerely,
 -The Buildbot







Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-10-07 Thread Angela Schreiber
hi michael

should be fixed now... if i overlooked something i should have
let it rest until tomorrow ;-)

good night
angela

On 07/10/14 18:59, Angela Schreiber anch...@adobe.com wrote:

ok... that looks like my fault ;-)
i will look into it tomorrow

angela

On 07/10/14 18:08, Michael Dürig mdue...@apache.org wrote:


I now see org.apache.jackrabbit.oak.jcr.tck.SecurityIT failing. This
seems to have started with http://svn.apache.org/r1629876.

Michael

On 7.10.14 3:47 , Michael Dürig wrote:
 This is tracked via https://issues.apache.org/jira/browse/OAK-2165.
 Unfortunately the failure only occurs on this instance. I'm trying to
 track it down.

 On 7 October 2014 15:42, Angela Schreiber anch...@adobe.com wrote:
 the failing tests are:

 -
 
testRenameEventHandling(org.apache.jackrabbit.oak.jcr.JackrabbitNodeTes
t
):
 Expected NODE_MOVED event upon renaming a node (received: latch1 timed
out
 none; next event after additional addNode/save operation: type 2
 1412666439717ms /testroot/a, type 32 1412666439717ms /testroot/aX,
type 1
 1412666439717ms /testroot/aX, type 1 1412666448599ms /testroot/aXYZ)
 - testSingleMixin(org.apache.jackrabbit.core.observation.MixinTest):
Path
 /testroot/node1/prop1 not found in events.


 i don't think this is related to my changes... has anybody seen these
 tests failing before?

 angela

 On 07/10/14 15:37, build...@apache.org build...@apache.org wrote:

 The Buildbot has detected a new failure on builder oak-trunk-win7
while
 building ASF Buildbot.
 Full details are available at:
 http://ci.apache.org/builders/oak-trunk-win7/builds/651

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

 Buildslave for this Build: bb-win7

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1629878
 Blamelist: angela

 BUILD FAILED: failed compile

 sincerely,
 -The Buildbot








Re: buildbot failure in ASF Buildbot on oak-trunk

2014-09-19 Thread Alex Parvulescu
Failed tests:
testServerEmptyConfig(org.apache.jackrabbit.oak.plugins.segment.failover.MBeanTest):
expected:false but was:true





On Fri, Sep 19, 2014 at 4:24 PM, build...@apache.org wrote:

 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/543

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

 Buildslave for this Build: bb-vm_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1626202
 Blamelist: alexparvulescu,mduerig

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2014-09-18 Thread Thomas Mueller
Sorry about that... Should be fixed now.

On 17/09/14 19:53, build...@apache.org build...@apache.org wrote:

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/529

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

Buildslave for this Build: bb-vm_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1625638
Blamelist: thomasm

BUILD FAILED: failed compile

sincerely,
 -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2014-09-10 Thread Julian Reschke

On 2014-09-10 11:45, build...@apache.org wrote:

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/507

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

Buildslave for this Build: bb-vm_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1623941
Blamelist: thomasm

BUILD FAILED: failed compile

sincerely,
  -The Buildbot
Occasionally fails here as well: see 
https://issues.apache.org/jira/browse/OAK-2086. I'll disable the test 
for now.


Best regards, Julian




Re: buildbot failure in ASF Buildbot on oak-trunk

2014-09-09 Thread Chetan Mehrotra
Failure in Tar MK failover test

Running org.apache.jackrabbit.oak.plugins.segment.failover.MBeanTest
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 18.861
sec  FAILURE!
testClientAndServerEmptyConfig(org.apache.jackrabbit.oak.plugins.segment.failover.MBeanTest)
 Time elapsed: 10.532 sec   FAILURE!
junit.framework.AssertionFailedError: unexpected Statusexception
occurred: Connection reset by peer
at junit.framework.Assert.fail(Assert.java:50)
at 
org.apache.jackrabbit.oak.plugins.segment.failover.MBeanTest.testClientAndServerEmptyConfig(MBeanTest.java:185)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Chetan Mehrotra


On Tue, Sep 9, 2014 at 11:27 AM,  build...@apache.org wrote:
 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/503

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

 Buildslave for this Build: bb-vm_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1623645
 Blamelist: chetanm

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-08-12 Thread Chetan Mehrotra
Test failed is in oak-pojosr for TokenAuthenticationTest. It passes
locally but has been seen failing few times on build bot. Would have a
look at that. However the failure is not related to changes done in
last commit

Running org.apache.jackrabbit.oak.run.osgi.TokenAuthenticationTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.545
sec  FAILURE!
tokenCreationWithPreAuth(org.apache.jackrabbit.oak.run.osgi.TokenAuthenticationTest)
 Time elapsed: 4.545 sec   ERROR!
java.lang.reflect.UndeclaredThrowableException
at $Proxy7.login(Unknown Source)
at javax.jcr.Repository$login.call(Unknown Source)
at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
at 
org.apache.jackrabbit.oak.run.osgi.TokenAuthenticationTest.tokenCreationWithPreAuth(TokenAuthenticationTest.groovy:58)
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:597)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
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:597)
at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: java.lang.reflect.InvocationTargetException
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:597)
at 
org.apache.jackrabbit.oak.run.osgi.OakOSGiRepositoryFactory$RepositoryProxy.invoke(OakOSGiRepositoryFactory.java:325)
... 37 more
Caused by: javax.jcr.LoginException: Login Failure: all modules ignored
at 
org.apache.jackrabbit.oak.jcr.repository.RepositoryImpl.login(RepositoryImpl.java:261)
at 
org.apache.jackrabbit.oak.jcr.repository.RepositoryImpl.login(RepositoryImpl.java:219)
... 42 more
Caused by: javax.security.auth.login.LoginException: Login Failure:
all modules ignored
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:921)
at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
at javax.security.auth.login.LoginContext$5.run(LoginContext.java:706)
at java.security.AccessController.doPrivileged(Native Method)
at 
javax.security.auth.login.LoginContext.invokeCreatorPriv(LoginContext.java:703)
at javax.security.auth.login.LoginContext.login(LoginContext.java:575)
at 
org.apache.jackrabbit.oak.core.ContentRepositoryImpl.login(ContentRepositoryImpl.java:161)
at 
org.apache.jackrabbit.oak.jcr.repository.RepositoryImpl.login(RepositoryImpl.java:253)
... 43 more

Chetan Mehrotra


On Tue, Aug 12, 2014 at 1:00 PM,  build...@apache.org wrote:
 The 

Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-08-06 Thread Alex Parvulescu
this doesn't look like something related to my changes:

Tests in error:

tokenCreationWithPreAuth(org.apache.jackrabbit.oak.run.osgi.TokenAuthenticationTest)


Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.435 sec
 FAILURE!
tokenCreationWithPreAuth(org.apache.jackrabbit.oak.run.osgi.TokenAuthenticationTest)
 Time elapsed: 0.431 sec   ERROR!
java.lang.reflect.UndeclaredThrowableException
at $Proxy7.login(Unknown Source)
at javax.jcr.Repository$login.call(Unknown Source)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
at
org.apache.jackrabbit.oak.run.osgi.TokenAuthenticationTest.tokenCreationWithPreAuth(TokenAuthenticationTest.groovy:58)
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:597)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
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:597)
at
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
at
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
at
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: java.lang.reflect.InvocationTargetException
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:597)
at
org.apache.jackrabbit.oak.run.osgi.OakOSGiRepositoryFactory$RepositoryProxy.invoke(OakOSGiRepositoryFactory.java:325)
... 37 more
Caused by: javax.jcr.LoginException: Login Failure: all modules ignored
at
org.apache.jackrabbit.oak.jcr.repository.RepositoryImpl.login(RepositoryImpl.java:261)
at
org.apache.jackrabbit.oak.jcr.repository.RepositoryImpl.login(RepositoryImpl.java:219)
... 42 more
Caused by: javax.security.auth.login.LoginException: Login Failure: all
modules ignored
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:921)
at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
at javax.security.auth.login.LoginContext$5.run(LoginContext.java:706)
at java.security.AccessController.doPrivileged(Native Method)
at
javax.security.auth.login.LoginContext.invokeCreatorPriv(LoginContext.java:703)
at javax.security.auth.login.LoginContext.login(LoginContext.java:575)
at
org.apache.jackrabbit.oak.core.ContentRepositoryImpl.login(ContentRepositoryImpl.java:161)
at
org.apache.jackrabbit.oak.jcr.repository.RepositoryImpl.login(RepositoryImpl.java:253)
... 43 more





On Wed, Aug 6, 2014 at 2:50 PM, build...@apache.org wrote:

 The Buildbot has detected a new failure on builder oak-trunk-win7 while
 building ASF Buildbot.
 Full details are available at:
  

Re: buildbot failure in ASF Buildbot on oak-trunk

2014-07-18 Thread Chetan Mehrotra
Failure due to Clock drift

Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.713
sec  FAILURE!
testClockDrift(org.apache.jackrabbit.oak.stats.ClockTest)  Time
elapsed: 0.597 sec   FAILURE!
junit.framework.AssertionFailedError: Clock.Fast unexpected drift:
-77ms (estimated limit was 23ms, measured granularity was 10.0ms)
Chetan Mehrotra


On Fri, Jul 18, 2014 at 4:34 PM,  build...@apache.org wrote:
 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/384

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

 Buildslave for this Build: bb-vm_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1611584
 Blamelist: chetanm

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk

2014-07-15 Thread Marcel Reutegger
not caused by my commit but rather the clock issue again:

testClockDrift(org.apache.jackrabbit.oak.stats.ClockTest)  Time elapsed:
0.223 sec   FAILURE!
junit.framework.AssertionFailedError: Clock.Fast unexpected drift: -38ms
(estimated limit was 5ms, measured granularity was 1.0ms)



Regards
 Marcel

On 15/07/14 08:27, build...@apache.org build...@apache.org wrote:

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/366

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

Buildslave for this Build: bb-vm_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1610592
Blamelist: mreutegg

BUILD FAILED: failed compile

sincerely,
 -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2014-07-15 Thread Michael Dürig
https://issues.apache.org/jira/browse/OAK-1904

On 15 July 2014 09:57, Marcel Reutegger mreut...@adobe.com wrote:
 not caused by my commit but rather the clock issue again:

 testClockDrift(org.apache.jackrabbit.oak.stats.ClockTest)  Time elapsed:
 0.223 sec   FAILURE!
 junit.framework.AssertionFailedError: Clock.Fast unexpected drift: -38ms
 (estimated limit was 5ms, measured granularity was 1.0ms)



 Regards
  Marcel

 On 15/07/14 08:27, build...@apache.org build...@apache.org wrote:

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/366

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

Buildslave for this Build: bb-vm_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1610592
Blamelist: mreutegg

BUILD FAILED: failed compile

sincerely,
 -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2014-07-15 Thread Marcel Reutegger
On 15/07/14 09:57, Marcel Reutegger mreut...@adobe.com wrote:
not caused by my commit but rather the clock issue again:

testClockDrift(org.apache.jackrabbit.oak.stats.ClockTest)  Time elapsed:
0.223 sec   FAILURE!
junit.framework.AssertionFailedError: Clock.Fast unexpected drift: -38ms
(estimated limit was 5ms, measured granularity was 1.0ms)

hmm, this means the clock is behind 38 milliseconds, right?

the fast clock value is updated with a scheduled task every millisecond.
isn't it quite likely that the clock falls behind for a short while
when e.g. the garbage collector kicks in?

regards
 marcel



Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-05-26 Thread Michael Dürig
Failed tests:   test(org.apache.jackrabbit.mk.util.CommitGateIT):
expected:10 but was:5

Most probably caused by similar timing issues that cause the various
observation test to fail from time to time. AFICS there haven't been
any relevant changes which could have caused this for a lng time.

Michael


On 26 May 2014 15:57,  build...@apache.org wrote:
 The Buildbot has detected a new failure on builder oak-trunk-win7 while 
 building ASF Buildbot.
 Full details are available at:
  http://ci.apache.org/builders/oak-trunk-win7/builds/145

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

 Buildslave for this Build: bb-win7

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1597586
 Blamelist: mduerig

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk

2014-05-16 Thread Michael Dürig
Failed tests:
testClockDrift(org.apache.jackrabbit.oak.stats.ClockTest): Clock.Fast
unexpected drift: -11ms (estimated limit was 5ms, measured granularity
was 1.0ms)

This test now fails quite regularly on this buildbot instance.

On 14 May 2014 16:48,  build...@apache.org wrote:
 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/54

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

 Buildslave for this Build: bb-vm_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1594584
 Blamelist: mduerig

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-05-13 Thread Chetan Mehrotra
Failure in ObservationTest


Tests run: 110, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
179.557 sec  FAILURE!
observationDispose[4](org.apache.jackrabbit.oak.jcr.observation.ObservationTest)
 Time elapsed: 7.138 sec   FAILURE!
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertFalse(Assert.java:68)
at org.junit.Assert.assertFalse(Assert.java:79)
at 
org.apache.jackrabbit.oak.jcr.observation.ObservationTest.observationDispose(ObservationTest.java:467)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Chetan Mehrotra


On Tue, May 13, 2014 at 12:10 PM,  build...@apache.org wrote:
 The Buildbot has detected a new failure on builder oak-trunk-win7 while 
 building ASF Buildbot.
 Full details are available at:
  http://ci.apache.org/builders/oak-trunk-win7/builds/67

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

 Buildslave for this Build: bb-win7

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1594128
 Blamelist: chetanm

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-05-13 Thread Michael Dürig
This is OAK-1491 and AFICS a test artefact.

On 13 May 2014 08:49, Chetan Mehrotra chetan.mehro...@gmail.com wrote:
 Failure in ObservationTest

 
 Tests run: 110, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
 179.557 sec  FAILURE!
 observationDispose[4](org.apache.jackrabbit.oak.jcr.observation.ObservationTest)
  Time elapsed: 7.138 sec   FAILURE!
 java.lang.AssertionError
 at org.junit.Assert.fail(Assert.java:92)
 at org.junit.Assert.assertTrue(Assert.java:43)
 at org.junit.Assert.assertFalse(Assert.java:68)
 at org.junit.Assert.assertFalse(Assert.java:79)
 at 
 org.apache.jackrabbit.oak.jcr.observation.ObservationTest.observationDispose(ObservationTest.java:467)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 
 Chetan Mehrotra


 On Tue, May 13, 2014 at 12:10 PM,  build...@apache.org wrote:
 The Buildbot has detected a new failure on builder oak-trunk-win7 while 
 building ASF Buildbot.
 Full details are available at:
  http://ci.apache.org/builders/oak-trunk-win7/builds/67

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

 Buildslave for this Build: bb-win7

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1594128
 Blamelist: chetanm

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot





RE: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-05-01 Thread Marcel Reutegger
 On Wed, Apr 30, 2014 at 12:37 PM,  build...@apache.org wrote:
  The Buildbot has detected a new failure on builder oak-trunk-win7 while
 building ASF Buildbot.
  Full details are available at:
   http://ci.apache.org/builders/oak-trunk-win7/builds/16
 
 Failed tests:
 concurrentUpdates(org.apache.jackrabbit.oak.plugins.document.Concurrent
 ConflictTest):
 expected:1000 but was:990

created https://issues.apache.org/jira/browse/OAK-1788 and disabled the test
for now.

regards
 marcel



Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-04-30 Thread Jukka Zitting
Hi,

On Wed, Apr 30, 2014 at 12:37 PM,  build...@apache.org wrote:
 The Buildbot has detected a new failure on builder oak-trunk-win7 while 
 building ASF Buildbot.
 Full details are available at:
  http://ci.apache.org/builders/oak-trunk-win7/builds/16

Failed tests:
concurrentUpdates(org.apache.jackrabbit.oak.plugins.document.ConcurrentConflictTest):
expected:1000 but was:990

BR,

Jukka Zitting


Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-04-28 Thread Jukka Zitting
Hi,

On Mon, Apr 28, 2014 at 12:59 PM,  build...@apache.org wrote:
 BUILD FAILED: failed compile

Looks like a buildbot/windows issue:

Failed to delete
E:\slave14\oak-trunk-win7\build\oak-commons\target\oak-commons-1.1-SNAPSHOT.jar

BR,

Jukka Zitting


Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-04-14 Thread Jukka Zitting
Hi,

On Tue, Apr 15, 2014 at 12:18 AM,  build...@apache.org wrote:
 The Buildbot has detected a new failure on builder oak-trunk-win7 while 
 building ASF Buildbot.
 Full details are available at:
  http://ci.apache.org/builders/oak-trunk-win7/builds/5311

Failed tests:   testClockDrift(org.apache.jackrabbit.oak.stats.ClockTest):
Clock.Fast unexpected drift: -41ms (estimated limit was 5ms,
measured granularity was 1.0ms)

Clock.Fast uses a background thread to update the reported time, so I
wonder if the above failure was caused simply by a random delay in
thread scheduling. Let's see if the problem occurs again before I look
deeper into this.

BR,

Jukka Zitting


Re: buildbot failure in ASF Buildbot on oak-trunk

2014-03-11 Thread Chetan Mehrotra
There were couple of different commits and the issues highlighted in
build failure have been addressed in later CL. The testcase passed on
local setup. Would wait for further reports
Chetan Mehrotra


On Tue, Mar 11, 2014 at 1:17 PM,  build...@apache.org wrote:
 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/4628

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

 Buildslave for this Build: osiris_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1576207
 Blamelist: chetanm

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk

2014-03-06 Thread Angela Schreiber
the build failure:

  
addReferences[2](org.apache.jackrabbit.oak.jcr.ConcurrentAddReferenceTest):
 OakState0001: Unresolved conflicts in /


i don't know how that relates to my changes.
regards
angela

On 06/03/14 15:00, build...@apache.org build...@apache.org wrote:

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/4591

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

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1574879
Blamelist: angela

BUILD FAILED: failed compile

sincerely,
 -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2014-03-06 Thread Tobias Bocanegra
I don't think that was caused by my change.
regards Toby

On Thursday, March 6, 2014, build...@apache.org wrote:

 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/4605

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

 Buildslave for this Build: osiris_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1575125
 Blamelist: tripod

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2014-03-05 Thread Michael Dürig


This looks similar than what we have been seeing earlier today:

concurrent[2](org.apache.jackrabbit.oak.jcr.ConcurrentFileOperationsTest) 
Time elapsed: 0.181 sec   ERROR!

java.lang.Exception: session-0
  jcr:primaryType: nt:unstructured
  file-0.bin
jcr:created: 2014-03-05T14:06:09.722Z
jcr:createdBy: admin
jcr:primaryType: nt:file
jcr:content
  jcr:lastModified: 2014-03-05T14:06:09.681Z
  jcr:mimeType: application/octet-stream
  jcr:data: `? ?8Q??
  jcr:primaryType: nt:resource
  jcr:lastModifiedBy: admin
  jcr:uuid: 21faf7f4-bf73-4c6b-bf3b-0f9855c40f08
  file-1.bin
jcr:created: 2014-03-05T14:06:09.750Z
jcr:createdBy: admin
jcr:primaryType: nt:file
jcr:content
  jcr:lastModified: 2014-03-05T14:06:09.746Z
  jcr:mimeType: application/octet-stream
  jcr:data: `? ?8Q??
  jcr:primaryType: nt:resource
  jcr:lastModifiedBy: admin
  jcr:uuid: 9809ff1c-e0a8-42e6-925b-53a88c8db7df
  file-2.bin
jcr:created: 2014-03-05T14:06:09.807Z
jcr:createdBy: admin
jcr:primaryType: nt:file
jcr:content
  jcr:lastModified: 2014-03-05T14:06:09.807Z
  jcr:mimeType: application/octet-stream
  jcr:data: `? ?8Q??
  jcr:primaryType: nt:resource
  jcr:lastModifiedBy: admin
  jcr:uuid: daf63ddb-f4d3-4eb8-89cd-afae23ba30ca
  file-3.bin
jcr:created: 2014-03-05T14:06:09.858Z
jcr:createdBy: admin
jcr:primaryType: nt:file
jcr:content
  jcr:lastModified: 2014-03-05T14:06:09.858Z
  jcr:mimeType: application/octet-stream
  jcr:data: `? ?8Q??
  jcr:primaryType: nt:resource
  jcr:lastModifiedBy: admin
  jcr:uuid: 91fd2ee6-6cd2-4e99-9f99-99e163077271
  file-4.bin
jcr:created: 2014-03-05T14:06:09.923Z
jcr:createdBy: admin
jcr:primaryType: nt:file
jcr:content
  jcr:lastModified: 2014-03-05T14:06:09.922Z
  jcr:mimeType: application/octet-stream
  jcr:data: `? ?8Q??
  jcr:primaryType: nt:resource
  jcr:lastModifiedBy: admin
  jcr:uuid: 8a1f1f43-445e-4eb6-82ed-1a1fa1232859
  file-5.bin
jcr:created: 2014-03-05T14:06:09.993Z
jcr:createdBy: admin
jcr:primaryType: nt:file
jcr:content
  jcr:lastModified: 2014-03-05T14:06:09.993Z
  jcr:mimeType: application/octet-stream
  jcr:data: `? ?8Q??
  jcr:primaryType: nt:resource
  jcr:lastModifiedBy: admin
  jcr:uuid: 7bf9168b-8d2a-4655-917f-53012306aa54
  file-6.bin
jcr:created: 2014-03-05T14:06:10.058Z
jcr:createdBy: admin
jcr:primaryType: nt:file
jcr:content
  jcr:lastModified: 2014-03-05T14:06:10.058Z
  jcr:mimeType: application/octet-stream
  jcr:data: `? ?8Q??
  jcr:primaryType: nt:resource
  jcr:lastModifiedBy: admin
  jcr:uuid: 286200da-0fd2-410c-ae46-9da9eef77400
  file-7.bin
jcr:created: 2014-03-05T14:06:10.102Z
jcr:createdBy: admin
jcr:primaryType: nt:file
jcr:content
  jcr:lastModified: 2014-03-05T14:06:10.101Z
  jcr:mimeType: application/octet-stream
  jcr:data: `? ?8Q??
  jcr:primaryType: nt:resource
  jcr:lastModifiedBy: admin
  jcr:uuid: b9873f78-ca49-421e-8378-8801f8dfda39
  file-8.tmp
jcr:created: 2014-03-05T14:06:10.220Z
jcr:createdBy: admin
jcr:primaryType: nt:file
jcr:content
  jcr:lastModified: 2014-03-05T14:06:10.220Z
  jcr:mimeType: application/octet-stream
  jcr:data: `? ?8Q??
  jcr:uuid: 196aef49-249b-472b-b093-aa4457e9a2be
  jcr:lastModifiedBy: admin
  jcr:primaryType: nt:resource

	at 
org.apache.jackrabbit.oak.jcr.ConcurrentFileOperationsTest$1.run(ConcurrentFileOperationsTest.java:110)

at java.lang.Thread.run(Thread.java:701)
Caused by: javax.jcr.InvalidItemStateException: OakState0001: Unresolved 
conflicts in /test-node/session-0
	at 
org.apache.jackrabbit.oak.api.CommitFailedException.asRepositoryException(CommitFailedException.java:237)
	at 
org.apache.jackrabbit.oak.api.CommitFailedException.asRepositoryException(CommitFailedException.java:212)
	at 
org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate.newRepositoryException(SessionDelegate.java:502)
	at 
org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate.save(SessionDelegate.java:389)
	at 
org.apache.jackrabbit.oak.jcr.session.SessionImpl$8.perform(SessionImpl.java:414)
	at 
org.apache.jackrabbit.oak.jcr.session.SessionImpl$8.perform(SessionImpl.java:411)
	at 
org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate.perform(SessionDelegate.java:157)
	at 
org.apache.jackrabbit.oak.jcr.session.SessionImpl.perform(SessionImpl.java:124)
	at 
org.apache.jackrabbit.oak.jcr.session.SessionImpl.save(SessionImpl.java:411)
	at 
org.apache.jackrabbit.oak.jcr.ConcurrentFileOperationsTest$1.run(ConcurrentFileOperationsTest.java:101)

... 1 more
Caused by: org.apache.jackrabbit.oak.api.CommitFailedException: 
OakState0001: Unresolved conflicts in /test-node/session-0
	at 

Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-03-05 Thread Jukka Zitting
Hi,

On Wed, Mar 5, 2014 at 10:07 AM,  build...@apache.org wrote:
 Full details are available at:
  http://ci.apache.org/builders/oak-trunk-win7/builds/4756

The problem was:

Running org.apache.jackrabbit.oak.spi.commit.BackgroundObserverTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.031
sec  FAILURE!
concurrentObservers(org.apache.jackrabbit.oak.spi.commit.BackgroundObserverTest)
 Time elapsed: 5.031 sec   FAILURE!
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertTrue(Assert.java:54)
at 
org.apache.jackrabbit.oak.spi.commit.BackgroundObserverTest.concurrentObservers(BackgroundObserverTest.java:60)

BR,

Jukka Zitting


Re: buildbot failure in ASF Buildbot on oak-trunk

2014-03-04 Thread Jukka Zitting
Hi,

On Tue, Mar 4, 2014 at 3:51 PM,  build...@apache.org wrote:
  http://ci.apache.org/builders/oak-trunk/builds/4562

My bad, fixed in revision 1574202.

BR,

Jukka Zitting


Re: buildbot failure in ASF Buildbot on oak-trunk-win7

2014-03-02 Thread Chetan Mehrotra
Build failed due to

---
Failed tests:
concurrentObservers(org.apache.jackrabbit.oak.spi.commit.BackgroundObserverTest)

Tests run: 1579, Failures: 1, Errors: 0, Skipped: 70
---

This should not be related to my changes and looks like an intermittent issue.


Chetan Mehrotra


On Mon, Mar 3, 2014 at 11:33 AM,  build...@apache.org wrote:
 The Buildbot has detected a new failure on builder oak-trunk-win7 while 
 building ASF Buildbot.
 Full details are available at:
  http://ci.apache.org/builders/oak-trunk-win7/builds/4725

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

 Buildslave for this Build: bb-win7

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1573450
 Blamelist: chetanm

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk

2014-02-27 Thread Michael Dürig


testMoveNodesReferenceableNodesNewUUID(org.apache.jackrabbit.test.api.WorkspaceMoveReferenceableTest) 
 Time elapsed: 0.045 sec   ERROR!

javax.jcr.InvalidItemStateException: This item does not exist anymore
	at 
org.apache.jackrabbit.oak.jcr.delegate.ItemDelegate.checkAlive(ItemDelegate.java:85)
	at 
org.apache.jackrabbit.oak.jcr.session.operation.ItemOperation.checkPreconditions(ItemOperation.java:33)
	at 
org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate.perform(SessionDelegate.java:152)
	at 
org.apache.jackrabbit.oak.jcr.session.ItemImpl.perform(ItemImpl.java:111)
	at 
org.apache.jackrabbit.oak.jcr.session.ItemImpl.getName(ItemImpl.java:135)
	at 
org.apache.jackrabbit.oak.jcr.session.NodeImpl.getName(NodeImpl.java:100)
	at 
org.apache.jackrabbit.test.api.WorkspaceMoveReferenceableTest.testMoveNodesReferenceableNodesNewUUID(WorkspaceMoveReferenceableTest.java:58)



Related to the latest changes in WorkspaceImpl?

Michael

On 27.2.14 11:32 , build...@apache.org wrote:

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/4512

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

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1572492
Blamelist: angela,mduerig

BUILD FAILED: failed compile

sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk

2014-02-24 Thread Alex Parvulescu
This doesn't look like something I did:

Failed tests:
org.apache.jackrabbit.oak.plugins.index.solr.configuration.DefaultAnalyzersConfigurationTest:
fix your classpath to have tests-framework.jar before lucene-core.jar


Running
org.apache.jackrabbit.oak.plugins.index.solr.configuration.DefaultAnalyzersConfigurationTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.334 sec
 FAILURE!
org.apache.jackrabbit.oak.plugins.index.solr.configuration.DefaultAnalyzersConfigurationTest
 Time elapsed: 0.332 sec   FAILURE!
java.lang.AssertionError: fix your classpath to have tests-framework.jar
before lucene-core.jar
at __randomizedtesting.SeedInfo.seed([4AADE1E558B1742F]:0)
at
org.apache.lucene.util.TestRuleSetupAndRestoreClassEnv.before(TestRuleSetupAndRestoreClassEnv.java:144)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
at java.lang.Thread.run(Thread.java:701)


On Mon, Feb 24, 2014 at 10:57 AM, build...@apache.org wrote:

 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/4469

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

 Buildslave for this Build: osiris_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1571195
 Blamelist: alexparvulescu

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2014-02-24 Thread Tommaso Teofili
right, sorry my bad, I'll fix that.
Tommaso


2014-02-24 11:08 GMT+01:00 Michael Dürig mdue...@apache.org:



 On 24.2.14 11:02 , Alex Parvulescu wrote:

 This doesn't look like something I did:

 Failed tests:
 org.apache.jackrabbit.oak.plugins.index.solr.configuration.
 DefaultAnalyzersConfigurationTest:
 fix your classpath to have tests-framework.jar before lucene-core.jar


 Maybe related to OAK-1444 / http://svn.apache.org/r1570568?

 Michael




 Running
 org.apache.jackrabbit.oak.plugins.index.solr.configuration.
 DefaultAnalyzersConfigurationTest
 Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.334 sec
  FAILURE!
 org.apache.jackrabbit.oak.plugins.index.solr.configuration.
 DefaultAnalyzersConfigurationTest
   Time elapsed: 0.332 sec   FAILURE!
 java.lang.AssertionError: fix your classpath to have tests-framework.jar
 before lucene-core.jar
 at __randomizedtesting.SeedInfo.seed([4AADE1E558B1742F]:0)
 at
 org.apache.lucene.util.TestRuleSetupAndRestoreClassEnv.before(
 TestRuleSetupAndRestoreClassEnv.java:144)
 at
 org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(
 AbstractBeforeAfterRule.java:45)
 at
 org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(
 TestRuleStoreClassName.java:42)
 at
 com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$
 1.evaluate(SystemPropertiesInvariantRule.java:55)
 at
 com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethod
 sRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
 at
 com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethod
 sRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
 at
 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(
 StatementAdapter.java:36)
 at
 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(
 TestRuleAssertionsRequired.java:43)
 at
 org.apache.lucene.util.TestRuleMarkFailure$1.
 evaluate(TestRuleMarkFailure.java:48)
 at
 org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(
 TestRuleIgnoreAfterMaxFailures.java:70)
 at
 org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(
 TestRuleIgnoreTestSuites.java:55)
 at
 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(
 StatementAdapter.java:36)
 at
 com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(
 ThreadLeakControl.java:358)
 at java.lang.Thread.run(Thread.java:701)


 On Mon, Feb 24, 2014 at 10:57 AM, build...@apache.org wrote:

  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/4469

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

 Buildslave for this Build: osiris_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1571195
 Blamelist: alexparvulescu

 BUILD FAILED: failed compile

 sincerely,
   -The Buildbot








Re: buildbot failure in ASF Buildbot on oak-trunk

2014-02-21 Thread Tommaso Teofili
oak-blob/pom.xml was referencing the wrong parent, fixed in r1570487.

Tommaso


2014-02-20 19:04 GMT+01:00 build...@apache.org:

 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/4451

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

 Buildslave for this Build: osiris_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1570281
 Blamelist: angela

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot






RE: buildbot failure in ASF Buildbot on oak-trunk

2014-02-21 Thread Marcel Reutegger
looks unrelated to my changes:

Running 
org.apache.jackrabbit.oak.plugins.index.solr.configuration.DefaultAnalyzersConfigurationTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.338 sec  
FAILURE!
org.apache.jackrabbit.oak.plugins.index.solr.configuration.DefaultAnalyzersConfigurationTest
  Time elapsed: 0.336 sec   FAILURE!
java.lang.AssertionError: fix your classpath to have tests-framework.jar before 
lucene-core.jar
at __randomizedtesting.SeedInfo.seed([2D2BF15F40402070]:0)
at 
org.apache.lucene.util.TestRuleSetupAndRestoreClassEnv.before(TestRuleSetupAndRestoreClassEnv.java:144)
at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
at java.lang.Thread.run(Thread.java:701)

regards
 marcel

 -Original Message-
 From: build...@apache.org [mailto:build...@apache.org]
 Sent: Freitag, 21. Februar 2014 21:26
 To: oak-dev@jackrabbit.apache.org
 Subject: buildbot failure in ASF Buildbot on oak-trunk
 
 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/4462
 
 Buildbot URL: http://ci.apache.org/
 
 Buildslave for this Build: osiris_ubuntu
 
 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1570693
 Blamelist: mreutegg
 
 BUILD FAILED: failed compile
 
 sincerely,
  -The Buildbot
 
 



Re: buildbot failure in ASF Buildbot on oak-trunk

2014-02-06 Thread Michael Dürig


This is due to buildbot not resolving upstream changes from Jackrabbit 
2.8-SNAPSHOT. Should fix itself within the next day.


If the build breaks for you locally make sure you have the latest 
changes from jackrabbit-jcr-commons.


Michael


On 6.2.14 3:28 , build...@apache.org wrote:

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/4309

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

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1565271
Blamelist: mduerig

BUILD FAILED: failed compile

sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk

2014-02-06 Thread Julian Reschke

On 2014-02-06 15:40, Michael Dürig wrote:


This is due to buildbot not resolving upstream changes from Jackrabbit
2.8-SNAPSHOT. Should fix itself within the next day.

If the build breaks for you locally make sure you have the latest
changes from jackrabbit-jcr-commons.
...


Indeed; that fixed my local build.

Thanks!


RE: buildbot failure in ASF Buildbot on oak-trunk

2014-02-04 Thread Marcel Reutegger
 Let's see if we can capture more details with
 -XX:+HeapDumpOnOutOfMemoryError (OAK-1373). It won't help with the CI
 builds where we don't have direct access to the build directory, but
 we'll have something to investigate if/when this occurs locally.

this was indeed helpful. see https://issues.apache.org/jira/browse/OAK-1382

looks like the build is now stable again...

regards
 marcel


RE: buildbot failure in ASF Buildbot on oak-trunk

2014-02-04 Thread Marcel Reutegger
the failure is:

concurrent[2](org.apache.jackrabbit.oak.jcr.ConcurrentFileOperationsTest)  Time 
elapsed: 1.69 sec   ERROR!
javax.jcr.InvalidItemStateException: OakState0001: Unresolved conflicts in 
/test-node/session-6

I'm not able to reproduce this on my machine. Created:
https://issues.apache.org/jira/browse/OAK-1385

Regards
 Marcel

 -Original Message-
 From: build...@apache.org [mailto:build...@apache.org]
 Sent: Dienstag, 4. Februar 2014 16:16
 To: oak-dev@jackrabbit.apache.org
 Subject: buildbot failure in ASF Buildbot on oak-trunk
 
 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/4290
 
 Buildbot URL: http://ci.apache.org/
 
 Buildslave for this Build: osiris_ubuntu
 
 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1564331
 Blamelist: mreutegg
 
 BUILD FAILED: failed compile
 
 sincerely,
  -The Buildbot
 
 



Re: buildbot failure in ASF Buildbot on oak-trunk

2014-01-30 Thread Michael Dürig


Tests in error:

testRegisterPrivilegeWithIllegalName(org.apache.jackrabbit.oak.jcr.security.privilege.PrivilegeRegistrationTest): 
Java heap space


Is this test expected to need more memory and should we thus increase 
the heap size? Or might there be a different problem?


Michael


On 30.1.14 2:55 , build...@apache.org wrote:

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/4263

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

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1562820
Blamelist: mduerig

BUILD FAILED: failed compile

sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk

2014-01-30 Thread Angela Schreiber
afaik this test isn't particularly special... but we keep having
that kind of problem (recently with some sort of UserImport tests).
maybe we should have a closer look.

kind regards
angela

On 30/01/14 14:59, Michael Dürig mdue...@apache.org wrote:


Tests in error:
 
testRegisterPrivilegeWithIllegalName(org.apache.jackrabbit.oak.jcr.securit
y.privilege.PrivilegeRegistrationTest):
Java heap space

Is this test expected to need more memory and should we thus increase
the heap size? Or might there be a different problem?

Michael


On 30.1.14 2:55 , build...@apache.org wrote:
 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/4263

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

 Buildslave for this Build: osiris_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1562820
 Blamelist: mduerig

 BUILD FAILED: failed compile

 sincerely,
   -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2014-01-30 Thread Jukka Zitting
Hi,

On Thu, Jan 30, 2014 at 8:59 AM, Michael Dürig mdue...@apache.org wrote:
 Is this test expected to need more memory and should we thus increase the
 heap size? Or might there be a different problem?

Let's see if we can capture more details with
-XX:+HeapDumpOnOutOfMemoryError (OAK-1373). It won't help with the CI
builds where we don't have direct access to the build directory, but
we'll have something to investigate if/when this occurs locally.

BR,

Jukka Zitting


RE: buildbot failure in ASF Buildbot on oak-trunk

2014-01-28 Thread Marcel Reutegger
Tests in error: 
  
testRegisterCustomPrivileges(org.apache.jackrabbit.oak.jcr.security.privilege.PrivilegeRegistrationTest):
 Java heap space

happened after I started to refactore the mongomk packages.

Let's see if the build still fails when I'm finished with my changes...

Regards
 Marcel


Re: buildbot failure in ASF Buildbot on oak-trunk

2014-01-28 Thread Jukka Zitting
Hi,

On Tue, Jan 28, 2014 at 9:04 PM,  build...@apache.org wrote:
 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/4242

Oops, my bad. Fixing it now.

BR,

Jukka Zitting


Re: buildbot failure in ASF Buildbot on oak-trunk

2013-12-10 Thread Angela Schreiber
sorry for that... i excluded the tests provided in the patch
by antonio (see OAK-884)

On 12/10/13 7:17 PM, build...@apache.org build...@apache.org wrote:

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/3957

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

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1549912
Blamelist: angela

BUILD FAILED: failed compile

sincerely,
 -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2013-12-05 Thread Jukka Zitting
Hi,

On Thu, Dec 5, 2013 at 6:31 AM,  build...@apache.org wrote:
  http://ci.apache.org/builders/oak-trunk/builds/3928

My bad, fixed in revision 1548118.

BR,

Jukka Zitting


Re: buildbot failure in ASF Buildbot on oak-trunk

2013-12-02 Thread Jukka Zitting
Hi,

On Mon, Dec 2, 2013 at 6:01 PM,  build...@apache.org wrote:
 Blamelist: jukka

Sorry, typo. Fixed in followup commit.

BR,

Jukka Zitting


Re: buildbot failure in ASF Buildbot on oak-trunk

2013-11-26 Thread Michael Dürig

This was probably me. I'll have a look.

Michael

On 26.11.13 1:25 , build...@apache.org wrote:

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/3802

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

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1545627
Blamelist: mduerig

BUILD FAILED: failed compile

sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk

2013-11-25 Thread Michael Dürig


I temporarily set -Dsurefire.useFile=false to have the stack trace on 
the console [1]:


testMembers(org.apache.jackrabbit.oak.jcr.security.principal.PrincipalManagerTest) 
 Time elapsed: 0.01 sec   ERROR!

java.lang.NullPointerException
	at 
com.google.common.base.Preconditions.checkNotNull(Preconditions.java:192)

at 
org.apache.jackrabbit.oak.core.MutableTree.getTree(MutableTree.java:378)
	at 
org.apache.jackrabbit.oak.core.AbstractRoot.getTree(AbstractRoot.java:229)
	at 
org.apache.jackrabbit.oak.core.AbstractRoot.getTree(AbstractRoot.java:65)
	at 
org.apache.jackrabbit.oak.security.user.AuthorizableBaseProvider.getByPath(AuthorizableBaseProvider.java:66)
	at 
org.apache.jackrabbit.oak.security.user.MembershipProvider$2.getNext(MembershipProvider.java:270)
	at 
org.apache.jackrabbit.oak.security.user.MembershipProvider$2.getNext(MembershipProvider.java:244)
	at 
org.apache.jackrabbit.oak.util.AbstractLazyIterator.hasNext(AbstractLazyIterator.java:39)
	at 
org.apache.jackrabbit.oak.security.user.GroupImpl.getMembers(GroupImpl.java:195)
	at 
org.apache.jackrabbit.oak.security.user.GroupImpl.getMembers(GroupImpl.java:81)
	at 
org.apache.jackrabbit.oak.security.user.GroupImpl$GroupPrincipal.members(GroupImpl.java:275)
	at 
org.apache.jackrabbit.oak.jcr.security.principal.PrincipalManagerTest.testMembers(PrincipalManagerTest.java:186)


Will create an issue.

Michael

[1] 
https://ci.apache.org/builders/oak-trunk/builds/3785/steps/compile/logs/stdio


On 22.11.13 9:49 , Tobias Bocanegra wrote:

well, ok. then there is nothing I can do, as I really can't reproduce
the failure right now :-(
also, the build on Travis has passed the test in the current build:

https://travis-ci.org/apache/jackrabbit-oak/builds/14387412

--
toby


On Fri, Nov 22, 2013 at 12:40 PM, Jukka Zitting jukka.zitt...@gmail.com wrote:

Hi,

On Fri, Nov 22, 2013 at 3:32 PM, Tobias Bocanegra tri...@apache.org wrote:

the tests pass locally. where can I look at the surefire reports of the build?


Unfortunately AFAICT buildbot doesn't give you access to the build directory.

BR,

Jukka Zitting


Re: buildbot failure in ASF Buildbot on oak-trunk

2013-11-25 Thread Michael Dürig


See https://issues.apache.org/jira/browse/OAK-1218
Michael

On 25.11.13 10:49 , Michael Dürig wrote:


I temporarily set -Dsurefire.useFile=false to have the stack trace on
the console [1]:

testMembers(org.apache.jackrabbit.oak.jcr.security.principal.PrincipalManagerTest)
  Time elapsed: 0.01 sec   ERROR!
java.lang.NullPointerException
 at
com.google.common.base.Preconditions.checkNotNull(Preconditions.java:192)
 at
org.apache.jackrabbit.oak.core.MutableTree.getTree(MutableTree.java:378)
 at
org.apache.jackrabbit.oak.core.AbstractRoot.getTree(AbstractRoot.java:229)
 at
org.apache.jackrabbit.oak.core.AbstractRoot.getTree(AbstractRoot.java:65)
 at
org.apache.jackrabbit.oak.security.user.AuthorizableBaseProvider.getByPath(AuthorizableBaseProvider.java:66)

 at
org.apache.jackrabbit.oak.security.user.MembershipProvider$2.getNext(MembershipProvider.java:270)

 at
org.apache.jackrabbit.oak.security.user.MembershipProvider$2.getNext(MembershipProvider.java:244)

 at
org.apache.jackrabbit.oak.util.AbstractLazyIterator.hasNext(AbstractLazyIterator.java:39)

 at
org.apache.jackrabbit.oak.security.user.GroupImpl.getMembers(GroupImpl.java:195)

 at
org.apache.jackrabbit.oak.security.user.GroupImpl.getMembers(GroupImpl.java:81)

 at
org.apache.jackrabbit.oak.security.user.GroupImpl$GroupPrincipal.members(GroupImpl.java:275)

 at
org.apache.jackrabbit.oak.jcr.security.principal.PrincipalManagerTest.testMembers(PrincipalManagerTest.java:186)


Will create an issue.

Michael

[1]
https://ci.apache.org/builders/oak-trunk/builds/3785/steps/compile/logs/stdio


On 22.11.13 9:49 , Tobias Bocanegra wrote:

well, ok. then there is nothing I can do, as I really can't reproduce
the failure right now :-(
also, the build on Travis has passed the test in the current build:

https://travis-ci.org/apache/jackrabbit-oak/builds/14387412

--
toby


On Fri, Nov 22, 2013 at 12:40 PM, Jukka Zitting
jukka.zitt...@gmail.com wrote:

Hi,

On Fri, Nov 22, 2013 at 3:32 PM, Tobias Bocanegra tri...@apache.org
wrote:

the tests pass locally. where can I look at the surefire reports of
the build?


Unfortunately AFAICT buildbot doesn't give you access to the build
directory.

BR,

Jukka Zitting


Re: buildbot failure in ASF Buildbot on oak-trunk

2013-11-19 Thread Alex Parvulescu
Tests in error:


testConcurrentGC(org.apache.jackrabbit.mk.store.DefaultRevisionStoreTest):
java.util.concurrent.ExecutionException:
org.apache.jackrabbit.mk.store.NotFoundException:
0767a71c1e145e6cc9ac227c9ec021743f30dbb1




On Tue, Nov 19, 2013 at 4:12 PM, build...@apache.org wrote:

 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/3742

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

 Buildslave for this Build: osiris_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1543448
 Blamelist: mduerig

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2013-11-14 Thread Angela Schreiber
should already be fixed... forgot to include one change in 1541930.
regards
angela

On 11/14/13 4:37 PM, build...@apache.org build...@apache.org wrote:

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/3716

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

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1541930
Blamelist: angela

BUILD FAILED: failed compile

sincerely,
 -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2013-11-13 Thread Alex Parvulescu
sorry for the noise, I've rolled back the last change


On Wed, Nov 13, 2013 at 4:50 PM, build...@apache.org wrote:

 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/3698

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

 Buildslave for this Build: osiris_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1541559
 Blamelist: alexparvulescu

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2013-11-11 Thread Jukka Zitting
Hi,

On Mon, Nov 11, 2013 at 3:19 PM,  build...@apache.org wrote:
 BUILD FAILED: failed compile

Oops, my bad. Fixing it now.

BR,

Jukka Zitting


Re: buildbot failure in ASF Buildbot on oak-trunk

2013-10-31 Thread Angela Schreiber
i assume it's a tmp problem as i added a method in jackrabbit-api
to allow for multivalued restrictions in an access control entry.

the oak-parent points to 2.8-SNAPSHOT version of jackrabbit again.
so, it should be fixed once the latest version is picked up... let
me know if i missed something.

On 10/31/13 6:01 PM, build...@apache.org build...@apache.org wrote:

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/3579

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

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1537553
Blamelist: angela

BUILD FAILED: failed compile

sincerely,
 -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2013-10-29 Thread Alex Parvulescu
sorry for the noise, should be fine now


On Tue, Oct 29, 2013 at 2:38 PM, build...@apache.org wrote:

 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/3552

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

 Buildslave for this Build: osiris_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1536705
 Blamelist: alexparvulescu

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2013-10-25 Thread Jukka Zitting
Hi,

On Fri, Oct 25, 2013 at 12:50 PM,  build...@apache.org wrote:
 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/3532

Sorry, was too fast with my commit. Fixed in revision 1535777.

BR,

Jukka Zitting


Re: buildbot failure in ASF Buildbot on oak-trunk

2013-10-10 Thread Tommaso Teofili
It should be fine now.
Tommaso


2013/10/10 build...@apache.org

 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/3405

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

 Buildslave for this Build: osiris_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1530879
 Blamelist: tommaso

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot






RE: buildbot failure in ASF Buildbot on oak-trunk

2013-09-26 Thread Marcel Reutegger
looks like buildbot ran into the same occasional observation failure
reported earlier by Angela...

the buildbot failure was for MicroKernelImpl (note the [0]), whereas
the failure reported by Angela was for MongoMK ([1]). It looks like this
isn't specific to a single implementation. 

regards 
 marcel

 -Original Message-
 From: build...@apache.org [mailto:build...@apache.org]
 Sent: Donnerstag, 26. September 2013 15:58
 To: oak-dev@jackrabbit.apache.org
 Subject: buildbot failure in ASF Buildbot on oak-trunk
 
 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/3309
 
 Buildbot URL: http://ci.apache.org/
 
 Buildslave for this Build: osiris_ubuntu
 
 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1526489
 Blamelist: mreutegg
 
 BUILD FAILED: failed compile
 
 sincerely,
  -The Buildbot
 
 



Re: buildbot failure in ASF Buildbot on oak-trunk

2013-09-20 Thread Jukka Zitting
Hi,

On Fri, Sep 20, 2013 at 4:52 PM,  build...@apache.org wrote:
 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/3260

Oops, my bad. Fixing it now.

BR,

Jukka Zitting


RE: buildbot failure in ASF Buildbot on oak-trunk

2013-09-10 Thread Marcel Reutegger
hmm, works for me. maybe related to different JDK version on the build
machine and my machine.

regards
 marcel

 -Original Message-
 From: build...@apache.org [mailto:build...@apache.org]
 Sent: Dienstag, 10. September 2013 13:41
 To: oak-dev@jackrabbit.apache.org
 Subject: buildbot failure in ASF Buildbot on oak-trunk
 
 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/3162
 
 Buildbot URL: http://ci.apache.org/
 
 Buildslave for this Build: osiris_ubuntu
 
 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1521438
 Blamelist: mreutegg
 
 BUILD FAILED: failed compile
 
 sincerely,
  -The Buildbot
 
 



Re: buildbot failure in ASF Buildbot on oak-trunk

2013-09-10 Thread Michael Dürig



On 10.9.13 1:53 , Marcel Reutegger wrote:

hmm, works for me. maybe related to different JDK version on the build
machine and my machine.


Looks like http://code.google.com/p/guava-libraries/issues/detail?id=635

Using the TreeMap constructor instead of the static factory method might 
work around this problem.


Michael


RE: buildbot failure in ASF Buildbot on oak-trunk

2013-09-10 Thread Marcel Reutegger
thanks, will try. let's see if it works.

regards
 marcel

 -Original Message-
 From: Michael Dürig [mailto:mdue...@apache.org]
 Sent: Dienstag, 10. September 2013 14:11
 To: oak-dev@jackrabbit.apache.org
 Subject: Re: buildbot failure in ASF Buildbot on oak-trunk
 
 
 
 On 10.9.13 1:53 , Marcel Reutegger wrote:
  hmm, works for me. maybe related to different JDK version on the build
  machine and my machine.
 
 Looks like http://code.google.com/p/guava-libraries/issues/detail?id=635
 
 Using the TreeMap constructor instead of the static factory method might
 work around this problem.
 
 Michael


Re: buildbot failure in ASF Buildbot on oak-trunk

2013-08-28 Thread Michael Dürig



Failed tests:   fuzzTest[0](org.apache.jackrabbit.oak.core.RootFuzzIT): /root!=/root (seed 
2141831112) expected:11 but was:9


This is https://issues.apache.org/jira/browse/OAK-979

Michael

On 28.8.13 6:09, build...@apache.org wrote:

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/3114

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

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1518066
Blamelist: jukka

BUILD FAILED: failed compile

sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk

2013-08-28 Thread Michael Dürig



Failed tests:   fuzzTest[0](org.apache.jackrabbit.oak.core.RootFuzzIT): /root!=/root (seed 
359497356) expected:11 but was:10


https://issues.apache.org/jira/browse/OAK-979 again. I'll disable the 
test for the H2 MicroKernel if we keep seeing this too often.


Michael

On 28.8.13 11:22, build...@apache.org wrote:

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/3118

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

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1518117
Blamelist: alexparvulescu

BUILD FAILED: failed compile

sincerely,
  -The Buildbot





Re: buildbot failure in ASF Buildbot on oak-trunk

2013-08-19 Thread Chetan Mehrotra
 Running org.apache.jackrabbit.oak.plugins.mongomk.ClusterTest
 Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.062 sec  
 FAILURE!

last commit was updating javadocs [1] which should not have caused
this failure as the earlier build which contained the actual change
[2] passed. Looks like an intermittent issue

[1] http://ci.apache.org/builders/oak-trunk/builds/3078
[2] http://ci.apache.org/builders/oak-trunk/builds/3077
Chetan Mehrotra


On Mon, Aug 19, 2013 at 6:49 PM,  build...@apache.org wrote:
 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/3078

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

 Buildslave for this Build: osiris_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1515396
 Blamelist: chetanm

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot





RE: buildbot failure in ASF Buildbot on oak-trunk

2013-08-15 Thread Marcel Reutegger
my bad, will fix it.

regards
 marcel

 -Original Message-
 From: build...@apache.org [mailto:build...@apache.org]
 Sent: Donnerstag, 15. August 2013 10:28
 To: oak-dev@jackrabbit.apache.org
 Subject: buildbot failure in ASF Buildbot on oak-trunk
 
 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/3056
 
 Buildbot URL: http://ci.apache.org/
 
 Buildslave for this Build: osiris_ubuntu
 
 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1514194
 Blamelist: mreutegg
 
 BUILD FAILED: failed compile
 
 sincerely,
  -The Buildbot
 
 



Re: buildbot failure in ASF Buildbot on oak-trunk

2013-08-15 Thread Jukka Zitting
Hi,

On Thu, Aug 15, 2013 at 11:59 AM,  build...@apache.org wrote:
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1514206
 Blamelist: jukka

Oops, my bad. Fixing it now...

BR,

Jukka Zitting


Re: buildbot failure in ASF Buildbot on oak-trunk

2013-08-09 Thread Angela Schreiber
should be fixed once it picks up the latest jackrabbit api.
angela

On 8/9/13 2:12 PM, build...@apache.org build...@apache.org wrote:

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/3005

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

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1512274
Blamelist: angela

BUILD FAILED: failed compile

sincerely,
 -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2013-08-07 Thread Angela Schreiber
sorry... my bad. i will fix it right away.

On 8/7/13 9:36 AM, build...@apache.org build...@apache.org wrote:

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/2974

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

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1511198
Blamelist: angela

BUILD FAILED: failed compile

sincerely,
 -The Buildbot






RE: buildbot failure in ASF Buildbot on oak-trunk

2013-08-07 Thread Marcel Reutegger
the reason phrase is a bit misleading. the build failed because
it was still using an old jackrabbit-jcr-tests snapshot version.

should be fine once the fix for JCR-3639 makes its way to
the build machine.

regards
 marcel

 -Original Message-
 From: build...@apache.org [mailto:build...@apache.org]
 Sent: Mittwoch, 7. August 2013 16:33
 To: oak-dev@jackrabbit.apache.org
 Subject: buildbot failure in ASF Buildbot on oak-trunk
 
 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/2984
 
 Buildbot URL: http://ci.apache.org/
 
 Buildslave for this Build: osiris_ubuntu
 
 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1511327
 Blamelist: mreutegg
 
 BUILD FAILED: failed compile
 
 sincerely,
  -The Buildbot
 
 



Re: buildbot failure in ASF Buildbot on oak-trunk

2013-07-26 Thread Angela Schreiber
hmmm... i can't reproduce the failure... i take a closer look again.

On 7/26/13 11:57 AM, build...@apache.org build...@apache.org wrote:

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/2915

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

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1507240
Blamelist: angela

BUILD FAILED: failed compile

sincerely,
 -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2013-07-25 Thread Angela Schreiber
i had to fix an issue in the TCK, so could it be that the build
didn't pick the latest jackrabbit?

On 7/25/13 3:10 PM, build...@apache.org build...@apache.org wrote:

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/2910

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

Buildslave for this Build: osiris_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch jackrabbit/oak/trunk] 1506949
Blamelist: angela

BUILD FAILED: failed compile

sincerely,
 -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2013-07-25 Thread Michael Dürig



On 25.7.13 15:53, Angela Schreiber wrote:

i had to fix an issue in the TCK, so could it be that the build
didn't pick the latest jackrabbit?


AFAIK this takes about a day or so.

Michael


Re: buildbot failure in ASF Buildbot on oak-trunk

2013-07-25 Thread Jukka Zitting
Hi,

On Thu, Jul 25, 2013 at 4:53 PM, Angela Schreiber anch...@adobe.com wrote:
 i had to fix an issue in the TCK, so could it be that the build
 didn't pick the latest jackrabbit?

It's possible, especially since the Jackrabbit trunk CI build has been
failing with various errors.

I'll deploy the latest snapshot manually and look at fixing/disabling
the failing tests.

BR,

Jukka Zitting


Re: buildbot failure in ASF Buildbot on oak-trunk

2013-07-11 Thread Alex Parvulescu
my bad, the test (marked as ignored) still runs, I've also marked it as a
known issue in the pom.xml file.

sorry for the noise,
alex


On Thu, Jul 11, 2013 at 5:05 PM, build...@apache.org wrote:

 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/2799

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

 Buildslave for this Build: osiris_ubuntu

 Build Reason: scheduler
 Build Source Stamp: [branch jackrabbit/oak/trunk] 1502240
 Blamelist: alexparvulescu

 BUILD FAILED: failed compile

 sincerely,
  -The Buildbot






Re: buildbot failure in ASF Buildbot on oak-trunk

2013-07-02 Thread Jukka Zitting
Hi,

On Tue, Jul 2, 2013 at 6:30 PM,  build...@apache.org wrote:
 BUILD FAILED: failed compile

Should get fixed with an updated Jackrabbit SNAPSHOT. I deployed one
manually as I'm not sure if the Jenkins build has recovered yet.

BR,

Jukka Zitting


  1   2   >