You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/18 08:59:26 UTC

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

The Apache Jenkins build system has built Jackrabbit Oak (build #2795)

Status: Still Failing

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

Changes:
[mkataria] OAK-9106: Support spellchecking in Oak ES

 

Test results:
All tests passed

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Jackrabbit Oak (build #2816)

Status: Still Failing

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

Changes:
[reschke] fix svn:eol-style

[mreutegg] OAK-9137: Release Oak 1.32.0

Fix version number typo

 

Test results:
All tests passed

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Jackrabbit Oak (build #2815)

Status: Still Failing

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

Changes:
[mreutegg] OAK-9137: Release Oak 1.32.0

Prepare release notes

 

Test results:
All tests passed

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Jackrabbit Oak (build #2814)

Status: Still Failing

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

Changes:
[fortino] fixed rat check: missing license

 

Test results:
All tests passed

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Jackrabbit Oak (build #2813)

Status: Still Failing

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

Changes:
[fortino] fixed rat check: missing license

 

Test results:
All tests passed

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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 # 2807 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Jackrabbit Oak (build #2807)

Status: Still Failing

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

Changes:
[thomasm] OAK-9121 Oak-run indexing: add a cache to flatfile/PersistedLinkedList (javadoc)

 

Test results:
All tests passed

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Jackrabbit Oak (build #2806)

Status: Still Failing

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

Changes:
[mkataria] OAK-9122: Bring IndexDefinitionBuilder's implementation in oak-search at par with the one in oak-lucene and remove the oak-lucene implementation

 

Test results:
All tests passed

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Jackrabbit Oak (build #2805)

Status: Still Failing

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

Changes:
[fortino] OAK-9123: add missing mapping for :fulltext

 

Test results:
All tests passed

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Jackrabbit Oak (build #2804)

Status: Still Failing

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

Changes:
[fortino] OAK-9123: fix immense term error + performance regression on multi term full text queries

 

Test results:
All tests passed

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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 # 2802 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Jackrabbit Oak (build #2802)

Status: Still Failing

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

Changes:
[fortino] OAK-9120: install python 3.6 explicitly in travis

 

Test results:
All tests passed

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Jackrabbit Oak (build #2801)

Status: Still Failing

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

Changes:
[fortino] fix: rat check, missing license

 

Test results:
All tests passed

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Jackrabbit Oak (build #2800)

Status: Still Failing

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

Changes:
[fortino] OAK-9120: oak-search-elastic: fix possible issue in async iterator

 

Test results:
All tests passed

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Jackrabbit Oak (build #2799)

Status: Still Failing

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

Changes:
[fortino] OAK-9120: oak-search-elastic: integrate spellcheck with async iterator, remove sync iterator

 

Test results:
All tests passed

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Jackrabbit Oak (build #2798)

Status: Still Failing

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

Changes:
[thomasm] OAK-9121 Oak-run indexing: add a cache to flatfile/PersistedLinkedList

 

Test results:
All tests passed

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Jackrabbit Oak (build #2797)

Status: Still Failing

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

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

- added missing semicolon

 

Test results:
All tests passed

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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