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/01/27 05:19:52 UTC

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

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

Status: Still Failing

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

Changes:
[catholicon] OAK-7200: Sync propery indexes don't get planned if /:async exists but indexing lane hasn't completed its first cycle

We now also make sure that indexing lane entry exists under /:async before certifying if at least one indexing cycle for that lane has been done.

 

Test results:
1 tests failed.
FAILED:  org.apache.jackrabbit.oak.segment.HeavyWriteIT.heavyWrite

Error Message:
No space left on device

Stack Trace:
java.io.IOException: No space left on device
	at org.apache.jackrabbit.oak.segment.HeavyWriteIT.createBlob(HeavyWriteIT.java:125)
	at org.apache.jackrabbit.oak.segment.HeavyWriteIT.createProperties(HeavyWriteIT.java:118)
	at org.apache.jackrabbit.oak.segment.HeavyWriteIT.createNodes(HeavyWriteIT.java:110)
	at org.apache.jackrabbit.oak.segment.HeavyWriteIT.createNodes(HeavyWriteIT.java:111)
	at org.apache.jackrabbit.oak.segment.HeavyWriteIT.heavyWrite(HeavyWriteIT.java:91)

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

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

Status: Still Failing

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

Changes:
[reschke] OAK-7185: Upgrade jclouds dependency to 2.0.3

 

Test results:
3 tests failed.
FAILED:  org.apache.jackrabbit.oak.segment.HeavyWriteIT.heavyWrite

Error Message:
No space left on device

Stack Trace:
java.io.IOException: No space left on device
	at org.apache.jackrabbit.oak.segment.HeavyWriteIT.createBlob(HeavyWriteIT.java:125)
	at org.apache.jackrabbit.oak.segment.HeavyWriteIT.createProperties(HeavyWriteIT.java:118)
	at org.apache.jackrabbit.oak.segment.HeavyWriteIT.createNodes(HeavyWriteIT.java:110)
	at org.apache.jackrabbit.oak.segment.HeavyWriteIT.createNodes(HeavyWriteIT.java:111)
	at org.apache.jackrabbit.oak.segment.HeavyWriteIT.heavyWrite(HeavyWriteIT.java:91)


FAILED:  org.apache.jackrabbit.oak.segment.standby.ExternalPrivateStoreIT.testSyncBigBlob

Error Message:
org.apache.jackrabbit.core.data.DataStoreException: Could not add record

Stack Trace:
java.io.IOException: org.apache.jackrabbit.core.data.DataStoreException: Could not add record
Caused by: org.apache.jackrabbit.core.data.DataStoreException: Could not add record
Caused by: java.io.IOException: No space left on device


FAILED:  org.apache.jackrabbit.oak.segment.standby.ExternalSharedStoreIT.testSyncBigBlob

Error Message:
org.apache.jackrabbit.core.data.DataStoreException: Could not add record

Stack Trace:
java.io.IOException: org.apache.jackrabbit.core.data.DataStoreException: Could not add record
Caused by: org.apache.jackrabbit.core.data.DataStoreException: Could not add record
Caused by: java.io.IOException: No space left on device

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

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

Status: Still Failing

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

Changes:
[mreutegg] OAK-7195: Node.getMixinNodeTypes() may check for child node named jcr:mixinTypes

Apply most recent patch and enable test

[mreutegg] OAK-7213: Avoid call for child node when bundle contains all children

Add ignored test

 

Test results:
All tests passed