BUILD FAILURE: Jackrabbit Oak - Build # 2857 - Still Failing

2020-08-20 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2857)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2857/ to 
view the results.

Changes:
No changes
 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSCompleteUploadDBAStats

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at 
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSCompleteUploadDBAStats(DataStoreBlobStoreStatsTest.java:879)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2856 - Still Failing

2020-08-19 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2856)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2856/ to 
view the results.

Changes:
No changes
 

Test results:
No tests ran.<>


BUILD FAILURE: Jackrabbit Oak - Build # 2855 - Still Failing

2020-08-19 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2855)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2855/ to 
view the results.

Changes:
No changes
 

Test results:
No tests ran.<>


BUILD FAILURE: Jackrabbit Oak - Build # 2854 - Still Failing

2020-08-19 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2854)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2854/ to 
view the results.

Changes:
No changes
 

Test results:
No tests ran.<>


BUILD FAILURE: Jackrabbit Oak - Build # 2853 - Failure

2020-08-18 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2853)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2853/ to 
view the results.

Changes:
[thomasm] OAK-6535 Synchronous Lucene Property Indexes doc

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.segment.remote.persistentcache.PersistentRedisCacheTest.writeAndReadManySegments

Error Message:
Segment(s) not found in cache expected:<0> but was:<4>

Stack Trace:
java.lang.AssertionError: Segment(s) not found in cache expected:<0> but was:<4>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at 
org.apache.jackrabbit.oak.segment.remote.persistentcache.AbstractPersistentCacheTest.writeAndReadManySegments(AbstractPersistentCacheTest.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2841 - Still Failing

2020-07-30 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2841)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2841/ to 
view the results.

Changes:
[stefanegli] OAK-9134 : Remove mix:referenceable from nt:frozenNode definition 
- Patch provided by José Andrés Cordero Benítez

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest.testFrozenNode

Error Message:
Predefined node type nt:frozenNode does not declare supertype mix:referenceable

Stack Trace:
junit.framework.AssertionFailedError: Predefined node type nt:frozenNode does 
not declare supertype mix:referenceable
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.TestCase.assertTrue(TestCase.java:192)
at 
org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest.testPredefinedNodeType(PredefinedNodeTypeTest.java:342)
at 
org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest.testFrozenNode(PredefinedNodeTypeTest.java:274)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at junit.framework.TestCase.runTest(TestCase.java:176)
at junit.framework.TestCase.runBare(TestCase.java:141)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at org.apache.jackrabbit.test.JCRTestResult.run(JCRTestResult.java:75)
at junit.framework.TestCase.run(TestCase.java:129)
at 
org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:476)
at junit.framework.TestSuite.runTest(TestSuite.java:252)
at junit.framework.TestSuite.run(TestSuite.java:247)
at junit.framework.TestSuite.runTest(TestSuite.java:252)
at junit.framework.TestSuite.run(TestSuite.java:247)
at junit.framework.TestSuite.runTest(TestSuite.java:252)
at junit.framework.TestSuite.run(TestSuite.java:247)
at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2828 - Failure

2020-07-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2828)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2828/ to 
view the results.

Changes:
[reschke] OAK-9133: fix svn:eol-style

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.segment.standby.BrokenNetworkIT.testProxySSLSkippedBytes

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:433)
at sun.nio.ch.Net.bind(Net.java:425)
at 
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220)
at 
io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:128)
at 
io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:554)
at 
io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1266)
at 
io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:501)
at 
io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:486)
at 
io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:988)
at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:250)
at 
io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:365)
at 
io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
at 
io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463)
at 
io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at java.lang.Thread.run(Thread.java:748)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2812 - Still Failing

2020-07-07 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2812)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2812/ to 
view the results.

Changes:
[fortino] OAK-9119: support order by clause in oak-search-elastic

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2811 - Still Failing

2020-07-07 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2811)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2811/ to 
view the results.

Changes:
[mkataria] OAK-9126: TestFramework: create tests for both lucene and elastic

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2810 - Still Failing

2020-06-30 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2810)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2810/ to 
view the results.

Changes:
[ngupta] OAK-9127 | Introduce Similarity Search (Text) support in 
oak-search-elastic

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.upgrade.cli.JdbcToSegmentTest.validateMigration

Error Message:
Failed to copy content

Stack Trace:
javax.jcr.RepositoryException: Failed to copy content
at 
org.apache.jackrabbit.oak.upgrade.RepositorySidegrade.copy(RepositorySidegrade.java:290)
at 
org.apache.jackrabbit.oak.upgrade.cli.AbstractOak2OakTest.initContent(AbstractOak2OakTest.java:142)
at 
org.apache.jackrabbit.oak.upgrade.cli.AbstractOak2OakTest.prepare(AbstractOak2OakTest.java:105)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: java.lang.IllegalStateException: This builder does not exist: 
rep:namedPropertyDefinitions
at 
com.google.common.base.Preconditions.checkState(Preconditions.java:150)
at 
org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.setChildNode(MemoryNodeBuilder.java:342)
at 
org.apache.jackrabbit.oak.plugins.document.AbstractDocumentNodeBuilder.setChildNode(AbstractDocumentNodeBuilder.java:56)
at 
org.apache.jackrabbit.oak.plugins.document.AbstractDocumentNodeBuilder.setChildNode(AbstractDocumentNodeBuilder.java:61)
at 
org.apache.jackrabbit.oak.plugins.document.AbstractDocumentNodeBuilder.setChildNode(AbstractDocumentNodeBuilder.java:61)
at 
org.apache.jackrabbit.oak.plugins.document.AbstractDocumentNodeBuilder.setChildNode(AbstractDocumentNodeBuilder.java:61)
at 
org.apache.jackrabbit.oak.plugins.document.AbstractDocumentNodeBuilder.setChildNode(AbstractDocumentNodeBuilder.java:61)
at 
org.apache.jackrabbit.oak.spi.state.ApplyDiff.childNodeAdded(ApplyDiff.java:80)
at 
org.apache.jackrabbit.oak.plugins.migration.AbstractDecoratedNodeState$DecoratingDiff.childNodeAdded(AbstractDecoratedNodeState.java:270)
at 
org.apache.jackrabbit.oak.plugins.migration.AbstractDecoratedNodeState.compareAgainstBaseState(AbstractDecoratedNodeState.java:248)
at 
org.apache.jackrabbit.oak.upgrade.RepositorySidegrade.copyDiffToTarget(RepositorySidegrade.java:400)
at 
org.apache.jackrabbit.oak.upgrade.RepositorySidegrade.migrateWithCheckpoints(RepositorySidegrade.java:370)
at 
org.apache.jackrabbit.oak.upgrade.RepositorySidegrade.copyState(RepositorySidegrade.java:313)
at 
org.apache.jackrabbit.oak.upgrade.RepositorySidegrade.copy(RepositorySidegrade.java:283)
... 29 more<

BUILD FAILURE: Jackrabbit Oak - Build # 2809 - Still Failing

2020-06-30 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2809)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2809/ to 
view the results.

Changes:
[fortino] OAK-9129: bump elastic version to 7.8.0

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSDeleteRecordErrorStats

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at 
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSDeleteRecordErrorStats(DataStoreBlobStoreStatsTest.java:516)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2808 - Still Failing

2020-06-30 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2808)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2808/ to 
view the results.

Changes:
[amitj] OAK-9128: Support s3 regions apart from default AWS regions

- Patch from Neeraj Garg

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2803 - Still Failing

2020-06-26 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2803)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2803/ to 
view the results.

Changes:
[fortino] OAK-9120: removed empty folder

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSCompleteUploadDBAStats

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at 
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSCompleteUploadDBAStats(DataStoreBlobStoreStatsTest.java:879)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2796 - Still Failing

2020-06-22 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2796)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2796/ to 
view the results.

Changes:
[tomekr] OAK-9113 - Make the segment migrator more resilient to timeouts

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2792 - Still Failing

2020-06-12 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2792)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2792/ to 
view the results.

Changes:
[fortino] OAK-9109: bump es to 7.7.1

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSGetRecordFromReferenceErrorStats

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at 
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSGetRecordFromReferenceErrorStats(DataStoreBlobStoreStatsTest.java:402)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2790 - Still Failing

2020-06-10 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2790)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2790/ to 
view the results.

Changes:
[thomasm] OAK-9108 Change default timeout to mark indexes corrupt

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2786 - Still Failing

2020-06-05 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2786)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2786/ to 
view the results.

Changes:
[adulceanu] OAK-9101 - Monitoring for maximum number of entries in biggest map 
record

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2785 - Still Failing

2020-06-05 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2785)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2785/ to 
view the results.

Changes:
[adulceanu] OAK-9099 - Improve segment write resiliency for remote segment store
Contribution by Miroslav Smiljanic

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2784 - Still Failing

2020-06-05 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2784)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2784/ to 
view the results.

Changes:
[adulceanu] OAK-9086 - Flaky test 
SegmentWriteQueueTest#testThreadInterruptedWhileAddigToQueue
Contribution by Miroslav Smiljanic

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2783 - Still Failing

2020-06-05 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2783)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2783/ to 
view the results.

Changes:
[ngupta] OAK-9098 | Write a perf test class in oak-search elastic module

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2782 - Still Failing

2020-06-04 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2782)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2782/ to 
view the results.

Changes:
[adulceanu] OAK-9095 - MapRecord corruption when adding more than 
MapRecord.MAX_SIZE entries in branch record

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2781 - Still Failing

2020-06-04 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2781)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2781/ to 
view the results.

Changes:
[mreutegg] OAK-9083: Remove unnecessary (un)boxing in oak-store-document

Revert commit r1878399

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2780 - Still Failing

2020-06-03 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2780)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2780/ to 
view the results.

Changes:
[ngupta] OAK-9097 | Adding Facet Query Benchmarks

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2779 - Still Failing

2020-06-02 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2779)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2779/ to 
view the results.

Changes:
[mreutegg] OAK-9083: Remove unnecessary (un)boxing in oak-store-document

Patch provided by Lars Grefer

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2778 - Still Failing

2020-06-02 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2778)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2778/ to 
view the results.

Changes:
[vholani] Squashed commit of the following:

commit 5c67d9af27e07f92ee410b450b4839c06965a7a9
Author: vholani 
Date:   Tue Jun 2 14:06:54 2020 +0530

Correcting indendation

commit 5cf0c53662feac6fcd1d41265b9bc4593cba8ddc
Author: Vinod Holani 
Date:   Tue Jun 2 13:55:34 2020 +0530

Adding regular test case for appending string truncation error in DB

commit 017f068b18255832957be6db6952c9638ac9496e
Author: Vinod Holani 
Date:   Mon Jun 1 12:28:12 2020 +0530

Getting {String or binary data would be truncated... } error as it is not 
handled cause error code for the same is updated recently in MSSQL

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2777 - Still Failing

2020-05-29 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2777)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2777/ to 
view the results.

Changes:
[ngupta] OAK-9089 | Adding cleanup for remote elastic index post benchmark runs

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2776 - Still Failing

2020-05-28 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2776)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2776/ to 
view the results.

Changes:
[mkataria] OAK-9094: Error message Could not access the Lucene index / 
FileNotFoundException

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2775 - Still Failing

2020-05-26 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2775)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2775/ to 
view the results.

Changes:
[thomasm] OAK-9093 Reindexing using --doc-traversal-mode may log too much

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2774 - Still Failing

2020-05-26 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2774)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2774/ to 
view the results.

Changes:
[angela] OAK-9074 : Remove unnecessary (un)boxing in oak-core (patch provided 
by Lars Grefer)

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2773 - Still Failing

2020-05-26 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2773)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2773/ to 
view the results.

Changes:
[angela] OAK-9079 : Remove unnecessary (un)boxing in oak-security-spi (patch 
provided by Lars Grefer)

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2772 - Still Failing

2020-05-26 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2772)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2772/ to 
view the results.

Changes:
[angela] OAK-9075 : Remove unnecessary (un)boxing in oak-exercise (patch 
provided by Lars Grefer)

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2771 - Still Failing

2020-05-26 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2771)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2771/ to 
view the results.

Changes:
[angela] OAK-9071 : Remove unnecessary (un)boxing in oak-benchmarks

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2770 - Still Failing

2020-05-26 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2770)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2770/ to 
view the results.

Changes:
[angela] OAK-9070 : Remove unnecessary (un)boxing in 
oak-authorization-principalbased (patch provided by Lars Grefer)

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2769 - Still Failing

2020-05-26 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2769)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2769/ to 
view the results.

Changes:
[angela] OAK-9069 : Remove unnecessary (un)boxing in oak-auth-external (patch 
provided by Lars Grefer)

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2768 - Still Failing

2020-05-26 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2768)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2768/ to 
view the results.

Changes:
[amitj] OAK-9092: Exception root cause message is swallowed

- Logging the message and the stack trace at DEBUG

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2767 - Still Failing

2020-05-22 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2767)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2767/ to 
view the results.

Changes:
[fortino] OAK-9090: bump elasticsearch to version 7.7.0

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2766 - Still Failing

2020-05-22 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2766)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2766/ to 
view the results.

Changes:
[reschke] OAK-8827 - AWS support for segment-tar - fix svn:eol-style

[reschke] OAK-8827 - AWS support for segment-tar - fix svn:eol-style

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2765 - Still Failing

2020-05-22 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2765)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2765/ to 
view the results.

Changes:
[fortino] OAK-9087|oak-search-elastic: class / package names refactoring

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2764 - Still Failing

2020-05-22 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2764)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2764/ to 
view the results.

Changes:
[mreutegg] [maven-release-plugin] prepare for next development iteration

[mreutegg] [maven-release-plugin] prepare release jackrabbit-oak-1.30.0

[mreutegg] OAK-9088: FlatFileStoreIteratorTest fails on Windows

Release resources when iterator reaches last element
Update test to consume all elements of iterator

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2763 - Still Failing

2020-05-22 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2763)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2763/ to 
view the results.

Changes:
[mreutegg] OAK-9062: Release Oak 1.30.0

Prepare release notes

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2762 - Still Failing

2020-05-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2762)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2762/ to 
view the results.

Changes:
[adulceanu] OAK-9068 - Improve AWS Segment performance
Contribution by Aravindo Wingeier

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2761 - Still Failing

2020-05-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2761)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2761/ to 
view the results.

Changes:
[ngupta] OAK-9061|oak-search-elastic: mapping consistent with index 
definition(committing patch by Fabrizio)

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2760 - Still Failing

2020-05-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2760)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2760/ to 
view the results.

Changes:
[adulceanu] OAK-9086 - Flaky test 
SegmentWriteQueueTest#testThreadInterruptedWhileAddigToQueue
Added @Ignore to the faulty test

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2759 - Still Failing

2020-05-20 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2759)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2759/ to 
view the results.

Changes:
[thomasm] OAK-9065 JMX feature to remove large disabled indexes (recursive 
delete)

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2758 - Still Failing

2020-05-20 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2758)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2758/ to 
view the results.

Changes:
No changes
 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2757 - Still Failing

2020-05-20 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2757)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2757/ to 
view the results.

Changes:
No changes
 

Test results:
No tests ran.<>


BUILD FAILURE: Jackrabbit Oak - Build # 2756 - Still Failing

2020-05-19 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2756)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2756/ to 
view the results.

Changes:
[mreutegg] [maven-release-plugin] prepare for next development iteration

[mreutegg] [maven-release-plugin] prepare release jackrabbit-oak-1.28.0

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2755 - Still Failing

2020-05-19 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2755)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2755/ to 
view the results.

Changes:
[mreutegg] Ignore target folder and IntelliJ project files

[mreutegg] Ignore target folder and IntelliJ project files

[mreutegg] Ignore target folder and IntelliJ project files

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2754 - Still Failing

2020-05-19 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2754)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2754/ to 
view the results.

Changes:
[amitj] OAK-8827: AWS support for segment-tar

- Add dependency to oak-segment-remote for oak-upgrade

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2753 - Still Failing

2020-05-18 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2753)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2753/ to 
view the results.

Changes:
[mreutegg] OAK-9062: Release Oak 1.28.0

Prepare release notes

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2752 - Still Failing

2020-05-14 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2752)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2752/ to 
view the results.

Changes:
[adulceanu] OAK-8827 - AWS support for segment-tar
Nitpicking and javadoc adjustments

[adulceanu] OAK-8827 - AWS support for segment-tar
Provisioned and on demand billing mode
Contribution by Miroslav Smiljanic

[adulceanu] OAK-8827 - AWS support for segment-tar
Introduced new oak-segment-remote module
Extracted common classes between Azure and AWS implementations

[adulceanu] OAK-8827 - AWS support for segment-tar
Use lower default throughput for DynamoDB tables
Contribution by Peter Acsai

[adulceanu] OAK-8827 - AWS support for segment-tar
Persist and retrieve AWS Segment entries
Manage gc.log in AWS
Contribution by Ieran Draghiciu

[adulceanu] OAK-8827 - AWS support for segment-tar
Addressed performance issues, added documentation
Contribution by Alvaro Dias

[adulceanu] OAK-8827 - AWS support for segment-tar
Contribution by Alvaro Dias

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSGetRecordForIdErrorStats

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at 
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSGetRecordForIdErrorStats(DataStoreBlobStoreStatsTest.java:450)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2748 - Still Failing

2020-05-12 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2748)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2748/ to 
view the results.

Changes:
[mkataria] OAK-9045: Add facet support for elastic search

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2742 - Still Failing

2020-05-07 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2742)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2742/ to 
view the results.

Changes:
[adulceanu] OAK-9042 - Improve azure archive recovery during startup
Added @Internal on org.apache.jackrabbit.oak.segment.spi.persistence.split 
package
Contribution by Miroslav Smiljanic

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2740 - Still Failing

2020-05-06 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2740)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2740/ to 
view the results.

Changes:
[reschke] OAK-9042 - Improve azure archive recovery during startup - fix 
svn:eol-style

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2739 - Still Failing

2020-05-05 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2739)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2739/ to 
view the results.

Changes:
[thomasm] OAK-9046 Index function string-length should index size for binary

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2738 - Still Failing

2020-05-04 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2738)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2738/ to 
view the results.

Changes:
[baedke] OAK-9044: Improve unit test coverage of LdapProviderConfig 

Added tests.

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSMetaRecExistsErrorStats

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at 
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSMetaRecExistsErrorStats(DataStoreBlobStoreStatsTest.java:747)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2735 - Still Failing

2020-04-27 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2735)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2735/ to 
view the results.

Changes:
[reschke] OAK-9040: add missing license headers

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2734 - Still Failing

2020-04-27 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2734)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2734/ to 
view the results.

Changes:
[reschke] OAK-8832 - Offline Compaction fails while erroneously accessing 
external blob - fix svn:eol-style

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2733 - Still Failing

2020-04-27 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2733)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2733/ to 
view the results.

Changes:
[adulceanu] OAK-8832 - Offline Compaction fails while erroneously accessing 
external blob

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSMetaDeleteErrorStats

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at 
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSMetaDeleteErrorStats(DataStoreBlobStoreStatsTest.java:787)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2732 - Failure

2020-04-27 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2732)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2732/ to 
view the results.

Changes:
[amitj] OAK-9030: Retrieve datastore metadata using the DataStore command

- documentation for --get-metadata datastore command

[amitj] OAK-9040: Option to only sweep in BlobGC when all references aged 
sufficiently

- Added an option for the --collect-garbage to sweep only if the earliest 
references from all registered repositories is older than max age.

[amitj] OAK-9030: Retrieve datastore metadata using the DataStore command

- Added an option get-metadata for the datastore which writes out all the 
repository ids, earliest mark start timestamp secs, earliest mark refs finish 
timestamp secs, */-

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2730 - Failure

2020-04-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2730)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2730/ to 
view the results.

Changes:
[reschke] OAK-9038: oak-search-mt imports org.slf4j.impl - remove unneeded 
slf4j 'provided' dependency

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2723 - Failure

2020-04-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2723)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2723/ to 
view the results.

Changes:
[reschke] OAK-9028: upgrade to mockito-core 3.3.3

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.upgrade.cli.blob.CopyBinariesTest.validateMigration[Copy
 references, no blobstores defined, document -> segment-tar]

Error Message:
Failed to copy content

Stack Trace:
javax.jcr.RepositoryException: Failed to copy content
at 
org.apache.jackrabbit.oak.upgrade.RepositorySidegrade.copy(RepositorySidegrade.java:290)
at 
org.apache.jackrabbit.oak.upgrade.cli.AbstractOak2OakTest.initContent(AbstractOak2OakTest.java:142)
at 
org.apache.jackrabbit.oak.upgrade.cli.blob.CopyBinariesTest.prepare(CopyBinariesTest.java:185)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: java.lang.IllegalStateException: This builder does not exist: 
rep:namedPropertyDefinitions
at 
com.google.common.base.Preconditions.checkState(Preconditions.java:150)
at 
org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.setChildNode(MemoryNodeBuilder.java:342)
at 
org.apache.jackrabbit.oak.plugins.document.AbstractDocumentNodeBuilder.setChildNode(AbstractDocumentNodeBuilder.java:56)
at 
org.apache.jackrabbit.oak.plugins.document.AbstractDocumentNodeBuilder.setChildNode(AbstractDocumentNodeBuilder.java:61)
at 
org.apache.jackrabbit.oak.plugins.document.AbstractDocumentNodeBuilder.setChildNode(AbstractDocumentNodeBuilder.java:61)
at 
org.apache.jackrabbit.oak.plugins.document.AbstractDocumentNodeBuilder.setChildNode(AbstractDocumentNodeBuilder.java:61)
at 
org.apache.jackrabbit.oak.plugins.document.AbstractDocumentNodeBuilder.setChildNode(AbstractDocumentNodeBuilder.java:61)
at 
org.apache.jackrabbit.oak.spi.state.ApplyDiff.childNodeAdded(ApplyDiff.java:80)
at 
org.apache.jackrabbit.oak.plugins.migration.AbstractDecoratedNodeState$DecoratingDiff.childNodeAdded(AbstractDecoratedNodeState.java:270)
at 
or

BUILD FAILURE: Jackrabbit Oak - Build # 2708 - Failure

2020-04-15 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2708)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2708/ to 
view the results.

Changes:
[mkataria] OAK-8995: polish code of changed classes (patch by Fabrizio)

[mkataria] OAK-8995: remove support for lucene custom scorer (patch by Fabrizio)

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2686 - Failure

2020-03-31 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2686)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2686/ to 
view the results.

Changes:
[mkataria] OAK-8978: Cache facet results

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2662 - Still Failing

2020-03-15 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2662)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2662/ to 
view the results.

Changes:
[reschke] OAK-8950 - fix svn:eol-style

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSMetaDeleteAllErrorStats

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at 
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSMetaDeleteAllErrorStats(DataStoreBlobStoreStatsTest.java:827)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2659 - Failure

2020-03-13 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2659)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2659/ to 
view the results.

Changes:
[thomasm] OAK-8950 DataStore: FileCache should use one cache segment

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSGetRecordErrorStats

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at 
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSGetRecordErrorStats(DataStoreBlobStoreStatsTest.java:306)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2646 - Failure

2020-02-27 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2646)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2646/ to 
view the results.

Changes:
[tomekr] OAK-8930: More resilient blob listing for the Azure Segment Store

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2642 - Failure

2020-02-26 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2642)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2642/ to 
view the results.

Changes:
[reschke] OAK-8926: add RDBBlobStore performance test

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2640 - Failure

2020-02-25 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2640)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2640/ to 
view the results.

Changes:
[reschke] OAK-8048: VersionHistory not removed when removing node and all its 
versions - added ignored test

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2620 - Still Failing

2020-02-17 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2620)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2620/ to 
view the results.

Changes:
[amitj] OAK-8494 - Support AWS Key Managed Service (SSE-KMS)

- Patch from Ankita Agarwal

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2619 - Still Failing

2020-02-17 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2619)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2619/ to 
view the results.

Changes:
[reschke] OAK-8905: AsyncIndexUpdate: improve logging when checkpoint cleanup 
gets skipped

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2618 - Still Failing

2020-02-17 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2618)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2618/ to 
view the results.

Changes:
[reschke] OAK-8892: backed out again due to failing rat checks caused by empty 
Java files

[reschke] OAK-8892 Add javadoc to package-info files - fix svn:eol-style

[reschke] OAK-8783 Merge index definitions - fix svn:eol-style

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2617 - Failure

2020-02-17 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2617)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2617/ to 
view the results.

Changes:
[thomasm] OAK-8892 Add javadoc to package-info files

[thomasm] OAK-8783 Merge index definitions

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2608 - Failure

2020-02-12 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2608)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2608/ to 
view the results.

Changes:
[ngupta] OAK-8659 | Remove support for lucene custom scorer (Patch by Fabrizio 
Fortino)

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2604 - Failure

2020-02-05 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2604)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2604/ to 
view the results.

Changes:
[mreutegg] OAK-8894: Build error on travis-ci

Enable docker service and pull azurite image before the build starts.

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSGetAllMetaRecsErrorStats

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at 
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSGetAllMetaRecsErrorStats(DataStoreBlobStoreStatsTest.java:711)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2601 - Still Failing

2020-02-03 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2601)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2601/ to 
view the results.

Changes:
[mkataria] OAK-8788: Add index creation and index completion time to indexes

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2600 - Still Failing

2020-02-03 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2600)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2600/ to 
view the results.

Changes:
[angela] OAK-8855 : Permission evaluation of nodes broken after :nestedCug 
removed from parent node (patch provided by Kunal Shubham)

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2599 - Still Failing

2020-02-03 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2599)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2599/ to 
view the results.

Changes:
[mreutegg] OAK-8885: Test failure: NPE in MongoFixture.createDocumentStore()

Make MongoDB container name unique per test run

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2598 - Still Failing

2020-01-31 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2598)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2598/ to 
view the results.

Changes:
[reschke] OAK-8874: deprecate use of Guava Predicate class in oak-core API - 
fix Javadoc

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSGetRecordIfStoredErrorStats

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at 
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSGetRecordIfStoredErrorStats(DataStoreBlobStoreStatsTest.java:354)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2595 - Failure

2020-01-30 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2595)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2595/ to 
view the results.

Changes:
[reschke] OAK-7358: Remove all usage of java.security.acl.Group for Java 14

 

Test results:
4 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.document.VersionGCSweepTest.oldSweepRevision[MongoFixture:
 MongoDB]

Error Message:
OakMerge0001: OakMerge0001: Failed to merge changes to the underlying store 
(retries 5, 4820 ms)

Stack Trace:
org.apache.jackrabbit.oak.api.CommitFailedException: OakMerge0001: 
OakMerge0001: Failed to merge changes to the underlying store (retries 5, 4820 
ms)
at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch.merge0(DocumentNodeStoreBranch.java:221)
at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch.merge(DocumentNodeStoreBranch.java:128)
at 
org.apache.jackrabbit.oak.plugins.document.DocumentRootBuilder.merge(DocumentRootBuilder.java:170)
at 
org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore.merge(DocumentNodeStore.java:1896)
at 
org.apache.jackrabbit.oak.plugins.document.TestUtils.merge(TestUtils.java:71)
at 
org.apache.jackrabbit.oak.plugins.document.VersionGCSweepTest.manyChanges(VersionGCSweepTest.java:89)
at 
org.apache.jackrabbit.oak.plugins.document.VersionGCSweepTest.oldSweepRevision(VersionGCSweepTest.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: org.apache.jackrabbit.oak.plugins.document.ConflictException: 
Following exceptions occurred during the bulk update operations: 
[org.apache.jackrabbit.oak.plugins.document.ConflictException: The node 0:/ 
does not exist or is already deleted at base revision r16ff732088b-0-1, branch: 
null, commit revision: r16ff73208e1-0-1, 
org.apache.jackrabbit.oak.plugins.document.ConflictException: The node 1:/foo 
does not exist or is already deleted at base revision r16ff732088b-0-1, branch: 
null, commit revision: r16ff73208e1-0-1]
at 
org.apache.jackrabbit.oak.plugins.document.C

BUILD FAILURE: Jackrabbit Oak - Build # 2592 - Still Failing

2020-01-29 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2592)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2592/ to 
view the results.

Changes:
[reschke] OAK-8874: Remove use of Guava Predicate class in oak-core API (backed 
out r1873306)

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSCompleteUploadDBAErrorStats

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at 
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSCompleteUploadDBAErrorStats(DataStoreBlobStoreStatsTest.java:899)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2591 - Still Failing

2020-01-29 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2591)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2591/ to 
view the results.

Changes:
[reschke] OAK-8882: RDBBlobStore: dump table structure on startup

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2590 - Still Failing

2020-01-29 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2590)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2590/ to 
view the results.

Changes:
[reschke] OAK-8874: Remove use of Guava Predicate class in oak-core API

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2589 - Still Failing

2020-01-29 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2589)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2589/ to 
view the results.

Changes:
[angela] OAK-8881 : Add section 'security reports' to the oak docu 
(s/1.8.2/1.8.20/)

[mreutegg] OAK-8878: Expose downloaded (and uploaded) blob bytes as metrics, 
not only as time series

Apply contribution by Axel Hanikel

[reschke] fix svn:eol-style

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2588 - Still Failing

2020-01-29 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2588)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2588/ to 
view the results.

Changes:
[angela] OAK-8881 : Add section 'security reports' to the oak docu

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2587 - Still Failing

2020-01-28 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2587)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2587/ to 
view the results.

Changes:
[amitj] OAK-8875: Update aws-java-sdk-osgi version to 1.11.700 in Oak-blob-cloud

- Updated to 1.11.700
- Bumping up limits for oak-run jar size to 52 MB

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2586 - Still Failing

2020-01-28 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2586)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2586/ to 
view the results.

Changes:
[reschke] OAK-8862: oak-commons: bump up logging for deprecated Guava based 
APIs to WARN

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2585 - Still Failing

2020-01-28 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2585)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2585/ to 
view the results.

Changes:
[reschke] OAK-8861: oak-core-spi: bump up logging for deprecated Guava based 
APIs to WARN

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2584 - Still Failing

2020-01-28 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2584)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2584/ to 
view the results.

Changes:
[reschke] OAK-8872: Release Oak 1.24.0 - adjust poms not under reactor control

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2583 - Failure

2020-01-27 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2583)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2583/ to 
view the results.

Changes:
[adulceanu] OAK-8869 - Access azure segments metadata in a case-insensitive way
Contribution by Aravindo Wingeier

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2581 - Still Failing

2020-01-24 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2581)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2581/ to 
view the results.

Changes:
No changes
 

Test results:
No tests ran.<>


BUILD FAILURE: Jackrabbit Oak - Build # 2580 - Failure

2020-01-24 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2580)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2580/ to 
view the results.

Changes:
[angela] OAK-8870 : UserAuthentication.authenticate should remove pw attribute

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.document.DocumentDiscoveryLiteServiceCrashTest.testTwoNodesWithCrashAndLongduringRecovery

Error Message:
Unable to start docker container: DockerConfig{name=MongoDB}

Stack Trace:
java.lang.RuntimeException: Unable to start docker container: 
DockerConfig{name=MongoDB}
at 
com.arakelian.docker.junit.DockerRule$StatementWithDockerRule.evaluate(DockerRule.java:79)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: com.spotify.docker.client.exceptions.ContainerNotFoundException: 
Container not found: MongoDB
at 
com.spotify.docker.client.DefaultDockerClient.inspectContainer(DefaultDockerClient.java:1074)
at com.arakelian.docker.junit.Container.start(Container.java:238)
at 
com.arakelian.docker.junit.DockerRule$StatementWithDockerRule.evaluate(DockerRule.java:75)
... 20 more
Caused by: com.spotify.docker.client.exceptions.DockerRequestException: Request 
error: GET unix://localhost:80/containers/MongoDB/json: 404, body: 
{"message":"No such container: MongoDB"}

at 
com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2820)
at 
com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2692)
at 
com.spotify.docker.client.DefaultDockerClient.inspectContainer(DefaultDockerClient.java:1070)
... 22 more
Caused by: com.spotify.docker.client.shaded.javax.ws.rs.NotFoundException: HTTP 
404 Not Found
at 
com.spotify.docker.client.shaded.org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:1008)
at 
com.spotify.docker.client.shaded.org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:816)
at 
com.spotify.docker.client.shaded.org.glassfish.jersey.client.JerseyInvocation.access$700(JerseyInvocation.java:92)
at 
com.spotify.docker.client.shaded.org.glassfish.jersey.client.JerseyInvocation$5.completed(JerseyInvocation.java:773)
at 
com.spotify.docker.client.shaded.org.glassfish.jersey.client.ClientRuntime.processResponse(ClientRuntime.java:198)
at 
com.spotify.docker.client.shaded.org.glassfish.jersey.client.ClientRuntime.access$300(ClientRuntime.java:79)
at 
com.spotify.docker.client.shaded.org.glassfish.jersey.client.ClientRuntime$2.run(ClientRuntime.java:180)
at 
com.spotify.docker.client.shaded.org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
at 
com.spotify.docker.client.shaded.org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
at 
com.spotify.docker.client.shaded.org.glassfish.jersey.internal.Errors.process(Errors.java:315)
at 
com.spotify.docker.client.shaded.org.glassfish.jersey.internal.Errors.process(Errors.java:297)
at 
com.spotify.docker.client.shaded.org.glassfish.jersey.internal.Errors.process(Errors.java:267)
at 
com.spotify.docker.client.shaded.org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:340)
at 
com.spoti

BUILD FAILURE: Jackrabbit Oak - Build # 2578 - Still Failing

2020-01-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2578)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2578/ to 
view the results.

Changes:
[ngupta] OAK-8845 | Fixing regression - solr index implementation doesn't 
handle sort by fucntions.

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2577 - Still Failing

2020-01-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2577)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2577/ to 
view the results.

Changes:
[reschke] OAK-8862: backed out r1872870; to be included later

[reschke] OAK-8861: backed out r1872872; to be included later

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.document.blob.ds.MongoDataStoreBlobGCTest.gcSpecialChar

Error Message:
Unable to start docker container: DockerConfig{name=MongoDB}

Stack Trace:
java.lang.RuntimeException: Unable to start docker container: 
DockerConfig{name=MongoDB}
at 
com.arakelian.docker.junit.DockerRule$StatementWithDockerRule.evaluate(DockerRule.java:79)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: org.junit.internal.runners.model.MultipleFailureException: There 
were 2 errors:
  com.mongodb.MongoTimeoutException(Timed out after 3 ms while waiting to 
connect. Client view of cluster state is {type=UNKNOWN, 
servers=[{address=localhost:36774, type=UNKNOWN, state=CONNECTING, 
exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, 
caused by {java.net.ConnectException: Connection refused (Connection 
refused)}}])
  java.lang.NullPointerException(null)
at 
org.junit.runners.model.MultipleFailureException.assertEmpty(MultipleFailureException.java:67)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:39)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at 
com.arakelian.docker.junit.DockerRule$StatementWithDockerRule.evaluate(DockerRule.java:76)
... 19 more<>


BUILD FAILURE: Jackrabbit Oak - Build # 2576 - Still Failing

2020-01-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2576)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2576/ to 
view the results.

Changes:
[reschke] OAK-7358: backed out r1872890; to be included later

 

Test results:
1 tests failed.
FAILED:  org.apache.jackrabbit.oak.plugins.index.solr.query.SolrIndexIT.sql2

Error Message:
Results in target/oajopi.solr.query.SolrIndexIT_sql2.txt don't match expected 
results in 
file:/home/jenkins/jenkins-slave/workspace/Jackrabbit%20Oak/oak-core/target/oak-core-1.23-SNAPSHOT-tests.jar!/org/apache/jackrabbit/oak/query/sql2.txt;
 compare the files for details; got=
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License.  You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Syntax:
# * lines that start with spaces belong to the previous line
# * lines starting with "#" are remarks.
# * lines starting with "select" are queries, followed by expected results and 
an empty line
# * lines starting with "explain" are followed by expected query plan and an 
empty line
# * lines starting with "sql1" are run using the sql1 language
# * lines starting with "xpath2sql" are just converted
  from xpath to sql2
# * all other lines are are committed into the microkernel (line by line)
# * new tests are typically be added on top, after the syntax docs
# * use ascii character only

# union, distinct

commit / + "test": { "a": { "name": "Hello" }, "b": { "name" : "World" }}

# OAK-4658
select a.[jcr:path] from [nt:base] as a
  left outer join [nt:base] as b on ischildnode(b, a)
  where name(b) = 'b'
/test

# OAK-4658
select a.[jcr:path] from [nt:base] as a
  left outer join [nt:base] as b on ischildnode(b, a)
  where localname(b) = 'b'
/test

select * from [nt:base]
  where [a] = 1 and [b] = 2 and [b] = 3 or [c] = 4

select [jcr:path]
  from [nt:base]
  where [a/name] = 'Hello' or [b/name] = 'World'
/test

select distinct [jcr:path]
  from [nt:base]
  where [a/name] = 'Hello' or [b/name] = 'World'
/test

select [jcr:path]
  from [nt:base]
  where [name] = 'Hello' union select [jcr:path]
  from [nt:base]
  where [name] = 'World'
/test/a
/test/b

select [jcr:path]
  from [nt:base] as a
  where a.[name] is not null and isdescendantnode(a, '/test') union select 
b.[jcr:path]
  from [nt:base] as b
  where b.[name] is not null
  and isdescendantnode(b, '/test')
/test/a
/test/b

select [jcr:path]
  from [nt:base] as a
  where a.[name] is not null and isdescendantnode(a, '/test') union all select 
b.[jcr:path]
  from [nt:base] as b
  where b.[name] is not null
  and isdescendantnode(b, '/test')
/test/a
/test/a
/test/b
/test/b

commit / - "test"

# test parent join

commit / + "test": { "a": { "x": "1", "yes": { } }, "b": { "yes" : { } }, "c": 
{ "x": "1", "no" : { } }}

xpath test//yes/..[@x]
/test/a

select b.[jcr:path] as [jcr:path]
  from [nt:base] as a
  inner join [nt:base] as b on ischildnode(a, b)
  where name(a) = 'yes'
  and isdescendantnode(a, '/test')
  and b.[x] is not null
/test/a

commit / - "test"

# test spaces in identifiers

commit / + "test": { "space space": { "x": "1" }}

select [jcr:path]
  from [nt:base]
  where issamenode([/test/space space])
/test/space space

commit / - "test"

# test multi-valued properties

commit / + "test": { "a": { "name": ["Hello", "World" ] }, "b": { "name" : 
"Hello" }}

select [jcr:path]
  from [nt:base]
  where name = 'Hello'
/test/a
/test/b

select [jcr:path]
  from [nt:base]
  where name = 'World'
/test/a

select [jcr:path]
  from [nt:base]
  where isdescendantnode('/test')
  and name = 'World'
/test/a

commit / - "test"

# expected error on two selectors with the same name

select [jcr:path]
  from [nt:base] as p
  inner join [nt:base] as p on ischildnode(p, p)
  where p.[jcr:path] = '/'
java.text.ParseException: select [jcr:path]
  from [nt:base] as p
  inner join [nt:base] as p on ischildnode(p, p)
  where p.[jcr:path] = '/': Two selectors with the same name: p

# combining 'not' and 'and'

commit / + "test": { "a": { "id": "10" }, "b": { "id" : "20" }}

select [jcr:path]
  from [nt:base]
  where id is not null
  and not id = '100'
  and id <> '20'
/test/a

select [jcr:path]
  from [nt:base]
  where id < '1000'
/test/a

select [jcr:path]
  from [nt:base]
  where id is not null
  and not (id = '100'
  and id <> '20'

BUILD FAILURE: Jackrabbit Oak - Build # 2574 - Failure

2020-01-20 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2574)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2574/ to 
view the results.

Changes:
[reschke] OAK-8867: Update httpclient/mime dependencies to 4.5.11

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSGetAllMetaRecsErrorStats

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at 
org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreStatsTest.testDSBSGetAllMetaRecsErrorStats(DataStoreBlobStoreStatsTest.java:711)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2567 - Still Failing

2020-01-15 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2567)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2567/ to 
view the results.

Changes:
[reschke] OAK-6632: oak-upgrade should support azure blobstorage (fix 
svn:eol-style)

 

Test results:
1 tests failed.
FAILED:  org.apache.jackrabbit.oak.run.cli.DocumentFixtureTest.documentNodeStore

Error Message:
null

Stack Trace:
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at 
org.apache.jackrabbit.oak.run.cli.DocumentFixtureTest.assertClusterInvisible(DocumentFixtureTest.java:88)
at 
org.apache.jackrabbit.oak.run.cli.DocumentFixtureTest.documentNodeStore(DocumentFixtureTest.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)<>


BUILD FAILURE: Jackrabbit Oak - Build # 2564 - Failure

2020-01-14 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2564)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2564/ to 
view the results.

Changes:
[reschke] OAK-8856: Update httpcore dependency to 4.4.13

 

Test results:
All tests passed<>


BUILD FAILURE: Jackrabbit Oak - Build # 2555 - Still Failing

2020-01-09 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2555)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2555/ to 
view the results.

Changes:
[mattryan] OAK-8280: Add support to request ignoring domain override for signed 
URIs.

This change introduces BlobUploadOptions so options can be requested for
both upload and download URIs, and adds the option for both URI requests
to ignore the domain override if one is set.

 

Test results:
No tests ran.<>


BUILD FAILURE: Jackrabbit Oak - Build # 2548 - Still Failing

2020-01-03 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #2548)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/2548/ to 
view the results.

Changes:
[reschke] OAK-8839: update release schedule (also fix a typo in 
release-schedule page)

 

Test results:
All tests passed<>


  1   2   3   4   5   6   7   8   9   10   >