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 2016/09/06 08:43:56 UTC

[Oak origin/trunk] Apache Jackrabbit Oak matrix - Build # 1140 - Still Failing

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

Status: Still Failing

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

Changes:
[tomekr] OAK-4748: Migration tool should check if the source and destination

[tomekr] OAK-4725: Enable mmap mode by default for migration to SegmentNodeStore

[mreutegg] OAK-4750: Leaderboard in ConsolidatedListenerMBean

[chetanm] OAK-4753 - Add nrt as another index mode

[chetanm] OAK-4755 - Change default log of test to info

 

Test results:
1 tests failed.
FAILED:  org.apache.jackrabbit.oak.plugins.segment.standby.BrokenNetworkTest.testProxyFlippedStartByte

Error Message:
expected:<{ root = { ... } }> but was:<{ root : { } }>

Stack Trace:
java.lang.AssertionError: expected:<{ root = { ... } }> but was:<{ root : { } }>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.jackrabbit.oak.plugins.segment.standby.BrokenNetworkTest.useProxy(BrokenNetworkTest.java:143)
	at org.apache.jackrabbit.oak.plugins.segment.standby.BrokenNetworkTest.testProxyFlippedStartByte(BrokenNetworkTest.java:78)
	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.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:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	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.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)



[Oak origin/trunk] Apache Jackrabbit Oak matrix - Build # 1141 - Still Failing

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

Status: Still Failing

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

Changes:
[tomekr] OAK-4761: Reduce the number of calls to /jcr:system/jcr:versionStorage

[tomekr] OAK-4751: Improve the checkpoint migration performance

[tomekr] OAK-4762: Rebuild indexes only for partial sidegrades

[alexparvulescu] OAK-4758 Allow tweaking of node migration logs threshold

[mduerig] OAK-4281: Rework memory estimation for compaction Remove memory

[alexparvulescu] OAK-4763 Clarify OverlappingFileLockException on FileStore

[tommaso] OAK-4764 - updated httpclient version

[alexparvulescu] OAK-4746 Move writeFile into the TarWriter

[frm] OAK-4744 - Always use a StatisticsProvider in standby tests

[frm] OAK-4735 - Enable tests in DataStoreTestBase

[frm] OAK-4766 - Let StandbyStore own the Segment and SegmentId it uses

 

Test results:
1 tests failed.
FAILED:  org.apache.jackrabbit.oak.remote.http.handler.RemoteServerIT.testSearchLastRevisionWithoutAuthentication[DocumentNodeStore[RDB] on jdbc:h2:file:./{fname}oaktest]

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187)
	at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316)
	at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.eclipse.jetty.server.Server.doStart(Server.java:291)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.apache.jackrabbit.oak.remote.http.handler.RemoteServer.start(RemoteServer.java:54)
	at org.apache.jackrabbit.oak.remote.http.handler.RemoteServerIT.setUp(RemoteServerIT.java:139)