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/07/30 12:22:55 UTC

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

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)