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 2017/08/17 06:54:29 UTC

BUILD FAILURE: Jackrabbit Oak - Build # 646 - Failure

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

Status: Failure

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

Changes:
[thomasm] OAK-6407 Refactor oak.spi.query into a separate module/bundle

 

Test results:
1 tests failed.
FAILED:  org.apache.jackrabbit.oak.segment.standby.StandbyTestIT.testSyncLoop

Error Message:
expected: org.apache.jackrabbit.oak.segment.SegmentNodeState<{ checkpoints = { ... }, root = { ... } }> but was: org.apache.jackrabbit.oak.segment.SegmentNodeState<{ checkpoints = { ... }, root = { ... } }>

Stack Trace:
java.lang.AssertionError: expected: org.apache.jackrabbit.oak.segment.SegmentNodeState<{ checkpoints = { ... }, root = { ... } }> but was: org.apache.jackrabbit.oak.segment.SegmentNodeState<{ checkpoints = { ... }, root = { ... } }>
	at org.apache.jackrabbit.oak.segment.standby.StandbyTestIT.testSyncLoop(StandbyTestIT.java:126)

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

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

Status: Still Failing

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

Changes:
[amitj] OAK-6531: Implement rolling upgrade from Oak 1.6

Added oak-1.6-gc.log to rat exceptions

 

Test results:
1 tests failed.
FAILED:  org.apache.jackrabbit.oak.plugins.document.persistentCache.BroadcastTest.broadcastTCP

Error Message:
expected null, but was:<Hello World 36>

Stack Trace:
java.lang.AssertionError: expected null, but was:<Hello World 36>
	at org.apache.jackrabbit.oak.plugins.document.persistentCache.BroadcastTest.broadcastTry(BroadcastTest.java:220)
	at org.apache.jackrabbit.oak.plugins.document.persistentCache.BroadcastTest.broadcast(BroadcastTest.java:195)
	at org.apache.jackrabbit.oak.plugins.document.persistentCache.BroadcastTest.broadcastTCP(BroadcastTest.java:146)