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 2018/09/13 04:54:10 UTC

BUILD FAILURE: Jackrabbit Oak - Build # 1646 - Failure

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

Status: Failure

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

Changes:
[amitj] OAK-7716: Enable datastore command for Azure segment store

- Support for Azure segment store

[amitj] OAK-7716: Enable datastore command for Azure segment store

- Use ReadOnlyFileStore for segment tar

[amitj] OAK-7716: Enable datastore command for Azure segment store

- Remove spurious main method

 

Test results:
5 tests failed.
FAILED:  org.apache.jackrabbit.oak.plugins.blob.DocumentBlobGCRegistrationTest.testBlobGcRegistered

Error Message:
Unable to invoke method 'bindBlobStore' for class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService

Stack Trace:
java.lang.RuntimeException: Unable to invoke method 'bindBlobStore' for class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService
Caused by: java.lang.IllegalStateException: root node does not exist at revision r165d142a723-0-1


FAILED:  org.apache.jackrabbit.oak.plugins.blob.DocumentBlobGCRegistrationTest.testBlobGcRegistered

Error Message:
null

Stack Trace:
java.lang.NullPointerException
	at org.apache.jackrabbit.oak.plugins.blob.DocumentBlobGCRegistrationTest.tearDown(DocumentBlobGCRegistrationTest.java:47)


FAILED:  org.apache.jackrabbit.oak.plugins.blob.DocumentBlobTrackerRegistrationTest.reRegisterBlobTrackingStore

Error Message:
Unable to invoke method 'bindBlobStore' for class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService

Stack Trace:
java.lang.RuntimeException: Unable to invoke method 'bindBlobStore' for class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService
Caused by: java.lang.IllegalStateException: Both setting and then reading of /:clusterConfig/:clusterId failed


FAILED:  org.apache.jackrabbit.oak.plugins.blob.DocumentBlobTrackerRegistrationTest.reRegisterBlobTrackingStore

Error Message:
Unable to invoke method 'deactivate' for class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService

Stack Trace:
java.lang.RuntimeException: Unable to invoke method 'deactivate' for class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService
	at org.apache.jackrabbit.oak.plugins.blob.DocumentBlobTrackerRegistrationTest.unregisterNodeStoreService(DocumentBlobTrackerRegistrationTest.java:74)
	at org.apache.jackrabbit.oak.plugins.blob.DocumentBlobTrackerRegistrationTest.tearDown(DocumentBlobTrackerRegistrationTest.java:55)
Caused by: org.apache.jackrabbit.oak.plugins.document.DocumentStoreException: This oak instance failed to update the lease in time and can therefore no longer access this DocumentNodeStore.
	at org.apache.jackrabbit.oak.plugins.blob.DocumentBlobTrackerRegistrationTest.unregisterNodeStoreService(DocumentBlobTrackerRegistrationTest.java:74)
	at org.apache.jackrabbit.oak.plugins.blob.DocumentBlobTrackerRegistrationTest.tearDown(DocumentBlobTrackerRegistrationTest.java:55)


FAILED:  org.apache.jackrabbit.oak.plugins.document.DocumentCachingDataStoreStatsTest.testNoCachingBlobStore

Error Message:

Expected: an instance of org.apache.sling.testing.mock.osgi.ReferenceViolationException
     but: <java.lang.RuntimeException: Unable to invoke method 'activate' for class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService> is a java.lang.RuntimeException
Stacktrace was: java.lang.RuntimeException: Unable to invoke method 'activate' for class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService
 at org.apache.sling.testing.mock.osgi.OsgiServiceUtil.invokeMethod(OsgiServiceUtil.java:320)
 at org.apache.sling.testing.mock.osgi.OsgiServiceUtil.invokeLifecycleMethod(OsgiServiceUtil.java:213)
 at org.apache.sling.testing.mock.osgi.OsgiServiceUtil.activateDeactivate(OsgiServiceUtil.java:84)
 at org.apache.sling.testing.mock.osgi.MockOsgi.activate(MockOsgi.java:171)
 at org.apache.sling.testing.mock.osgi.MockOsgi.activate(MockOsgi.java:182)
 at org.apache.sling.testing.mock.osgi.context.OsgiContextImpl.registerInjectActivateService(OsgiContextImpl.java:154)
 at org.apache.jackrabbit.oak.plugins.document.DocumentCachingDataStoreStatsTest.registerDocumentNodeStoreService(DocumentCachingDataStoreStatsTest.java:136)
 at org.apache.jackrabbit.oak.plugins.document.DocumentCachingDataStoreStatsTest.testNoCachingBlobStore(DocumentCachingDataStoreStatsTest.java:110)
 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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
 at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
 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.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:383)
 at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344)
 at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)
Caused by: java.lang.IllegalStateException: Both setting and then reading of /:clusterConfig/:clusterId failed
 at org.apache.jackrabbit.oak.spi.cluster.ClusterRepositoryInfo.getOrCreateId(ClusterRepositoryInfo.java:103)
 at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.registerNodeStore(DocumentNodeStoreService.java:338)
 at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.registerNodeStoreIfPossible(DocumentNodeStoreService.java:252)
 at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.activate(DocumentNodeStoreService.java:236)
 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.apache.sling.testing.mock.osgi.OsgiServiceUtil.invokeMethod(OsgiServiceUtil.java:311)
 ... 39 more


Stack Trace:
java.lang.AssertionError: 

Expected: an instance of org.apache.sling.testing.mock.osgi.ReferenceViolationException
     but: <java.lang.RuntimeException: Unable to invoke method 'activate' for class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService> is a java.lang.RuntimeException
Stacktrace was: java.lang.RuntimeException: Unable to invoke method 'activate' for class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService
	at org.apache.sling.testing.mock.osgi.OsgiServiceUtil.invokeMethod(OsgiServiceUtil.java:320)
	at org.apache.sling.testing.mock.osgi.OsgiServiceUtil.invokeLifecycleMethod(OsgiServiceUtil.java:213)
	at org.apache.sling.testing.mock.osgi.OsgiServiceUtil.activateDeactivate(OsgiServiceUtil.java:84)
	at org.apache.sling.testing.mock.osgi.MockOsgi.activate(MockOsgi.java:171)
	at org.apache.sling.testing.mock.osgi.MockOsgi.activate(MockOsgi.java:182)
	at org.apache.sling.testing.mock.osgi.context.OsgiContextImpl.registerInjectActivateService(OsgiContextImpl.java:154)
	at org.apache.jackrabbit.oak.plugins.document.DocumentCachingDataStoreStatsTest.registerDocumentNodeStoreService(DocumentCachingDataStoreStatsTest.java:136)
	at org.apache.jackrabbit.oak.plugins.document.DocumentCachingDataStoreStatsTest.testNoCachingBlobStore(DocumentCachingDataStoreStatsTest.java:110)
	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.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	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.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:383)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)
Caused by: java.lang.IllegalStateException: Both setting and then reading of /:clusterConfig/:clusterId failed
	at org.apache.jackrabbit.oak.spi.cluster.ClusterRepositoryInfo.getOrCreateId(ClusterRepositoryInfo.java:103)
	at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.registerNodeStore(DocumentNodeStoreService.java:338)
	at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.registerNodeStoreIfPossible(DocumentNodeStoreService.java:252)
	at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.activate(DocumentNodeStoreService.java:236)
	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.apache.sling.testing.mock.osgi.OsgiServiceUtil.invokeMethod(OsgiServiceUtil.java:311)
	... 39 more