SuccessConsole Output

Skipping 98 KB.. Full Log
Id=aJ-i4s7kqNWEa39LWPGLOg, clientHostId=client-I3NiUqq_qvjNiRheZRzKlA, serverHostId=server, inverseRequests=[]]
    20:50:09.053 [PollInverseRequestsThread-client-I3NiUqq_qvjNiRheZRzKlA] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: PollInverseRequestsRequest[requestId=s000HwMjLvpGrT0qWhYElg, clientHostId=client-I3NiUqq_qvjNiRheZRzKlA, serverHostId=server, created=Wed Sep 26 20:50:09 CEST 2018, timeout=600000]

house.intelli.core.rpc.InverseClientServerTest > serverInvokesLongRunningServiceOnClientAndEncountersTimeout STANDARD_OUT
    20:50:38.908 [PollInverseRequestsThread-client-8ZXzVhfLfLS9EE_qnVPhUA] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: PollInverseRequestsResponse[requestId=YYiwHVOlg513SYsIFts1Fg, clientHostId=client-8ZXzVhfLfLS9EE_qnVPhUA, serverHostId=server, inverseRequests=[]]
    20:50:38.909 [PollInverseRequestsThread-client-8ZXzVhfLfLS9EE_qnVPhUA] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: PollInverseRequestsRequest[requestId=NtT8OSuFJvwXzSNhU1X1gg, clientHostId=client-8ZXzVhfLfLS9EE_qnVPhUA, serverHostId=server, created=Wed Sep 26 20:50:38 CEST 2018, timeout=600000]

house.intelli.core.rpc.NormalClientServerTest > clientInvokesLongRunningServiceOnServer STANDARD_OUT
    20:50:39.049 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: DeferringResponse[requestId=D9MriZDHOkh4o7lEehOsSA, clientHostId=client-I3NiUqq_qvjNiRheZRzKlA, serverHostId=server]
    20:50:39.050 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: DeferredResponseRequest[requestId=D9MriZDHOkh4o7lEehOsSA, clientHostId=client-I3NiUqq_qvjNiRheZRzKlA, serverHostId=server, created=Wed Sep 26 20:50:39 CEST 2018, timeout=329957]
    20:50:39.057 [PollInverseRequestsThread-client-I3NiUqq_qvjNiRheZRzKlA] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: PollInverseRequestsResponse[requestId=s000HwMjLvpGrT0qWhYElg, clientHostId=client-I3NiUqq_qvjNiRheZRzKlA, serverHostId=server, inverseRequests=[]]
    20:50:39.057 [PollInverseRequestsThread-client-I3NiUqq_qvjNiRheZRzKlA] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: PollInverseRequestsRequest[requestId=8hPECFnmYGCFRlDH0QmKLA, clientHostId=client-I3NiUqq_qvjNiRheZRzKlA, serverHostId=server, created=Wed Sep 26 20:50:39 CEST 2018, timeout=600000]

house.intelli.core.rpc.InverseClientServerTest > serverInvokesLongRunningServiceOnClientAndEncountersTimeout STANDARD_OUT
    20:51:08.912 [PollInverseRequestsThread-client-8ZXzVhfLfLS9EE_qnVPhUA] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: PollInverseRequestsResponse[requestId=NtT8OSuFJvwXzSNhU1X1gg, clientHostId=client-8ZXzVhfLfLS9EE_qnVPhUA, serverHostId=server, inverseRequests=[]]
    20:51:08.913 [PollInverseRequestsThread-client-8ZXzVhfLfLS9EE_qnVPhUA] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: PollInverseRequestsRequest[requestId=ecIVWmDEINxW5EC4bJ6YUw, clientHostId=client-8ZXzVhfLfLS9EE_qnVPhUA, serverHostId=server, created=Wed Sep 26 20:51:08 CEST 2018, timeout=600000]

house.intelli.core.rpc.NormalClientServerTest > clientInvokesLongRunningServiceOnServer STANDARD_OUT
    20:51:09.016 [pool-6-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: EchoResponse[requestId=null, clientHostId=null, serverHostId=null, payload=rV_Z8yX1rtbMfPhaC2YHOw]
    20:51:09.018 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: EchoResponse[requestId=D9MriZDHOkh4o7lEehOsSA, clientHostId=client-I3NiUqq_qvjNiRheZRzKlA, serverHostId=server, payload=rV_Z8yX1rtbMfPhaC2YHOw]

house.intelli.core.rpc.NormalClientServerTest STANDARD_OUT
    20:51:09.021 [PollInverseRequestsThread-client-I3NiUqq_qvjNiRheZRzKlA] INFO house.intelli.core.rpc.InverseRequestRegistry - pollRequests: java.lang.InterruptedException
    java.lang.InterruptedException: null
    	at java.lang.Object.wait(Native Method)
    	at house.intelli.core.rpc.InverseRequestRegistry.pollRequests(InverseRequestRegistry.java:115)
    	at house.intelli.core.rpc.RpcServer.process(RpcServer.java:73)
    	at house.intelli.core.rpc.RpcServer.receiveAndProcessRequest(RpcServer.java:41)
    	at house.intelli.core.rpc.mocktransport.MockRpcServerTransport.putRequest(MockRpcServerTransport.java:20)
    	at house.intelli.core.rpc.mocktransport.MockRpcClientTransport.sendRequest(MockRpcClientTransport.java:20)
    	at house.intelli.core.rpc.RpcClient._invoke(RpcClient.java:96)
    	at house.intelli.core.rpc.RpcClient.invoke(RpcClient.java:43)
    	at house.intelli.core.rpc.PollInverseRequestsThread.run(PollInverseRequestsThread.java:56)
    20:51:09.023 [PollInverseRequestsThread-client-I3NiUqq_qvjNiRheZRzKlA] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: PollInverseRequestsResponse[requestId=8hPECFnmYGCFRlDH0QmKLA, clientHostId=client-I3NiUqq_qvjNiRheZRzKlA, serverHostId=server, inverseRequests=[]]

house.intelli.core.rpc.NormalClientServerTest > clientInvokesServiceOnServerAndExpectsRemoteException STANDARD_OUT
    20:51:09.034 [PollInverseRequestsThread-client-XCpoPOaq21URZZ1-cc2dlA] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: PollInverseRequestsRequest[requestId=o70eN4rSjecgikrjo-I2Dg, clientHostId=client-XCpoPOaq21URZZ1-cc2dlA, serverHostId=server, created=Wed Sep 26 20:51:09 CEST 2018, timeout=600000]
    20:51:09.034 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: EchoRequest[requestId=htc9N6bPAxddN1Oh0Cc1oQ, clientHostId=client-XCpoPOaq21URZZ1-cc2dlA, serverHostId=server, created=Wed Sep 26 20:51:09 CEST 2018, timeout=600000, payload=_mFoVwtRl-f7wsBPvfAVKA, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]
    20:51:09.041 [pool-8-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: EchoRequest[requestId=htc9N6bPAxddN1Oh0Cc1oQ, clientHostId=client-XCpoPOaq21URZZ1-cc2dlA, serverHostId=server, created=Wed Sep 26 20:51:09 CEST 2018, timeout=600000, payload=_mFoVwtRl-f7wsBPvfAVKA, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]
    20:51:09.042 [pool-8-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: throwing: java.lang.NumberFormatException
    20:51:09.044 [pool-8-thread-1] ERROR house.intelli.core.rpc.RpcServiceExecutor - processLocally: java.lang.NumberFormatException: _mFoVwtRl-f7wsBPvfAVKA 
    java.lang.NumberFormatException: _mFoVwtRl-f7wsBPvfAVKA
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.util.ReflectionUtil.invoke(ReflectionUtil.java:137)
    	at house.intelli.core.util.ReflectionUtil.invokeConstructor(ReflectionUtil.java:58)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:34)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:12)
    	at house.intelli.core.rpc.RpcServiceExecutor.processLocally(RpcServiceExecutor.java:151)
    	at house.intelli.core.rpc.RpcServiceExecutor$2.run(RpcServiceExecutor.java:94)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    20:51:09.057 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: ErrorResponse[requestId=htc9N6bPAxddN1Oh0Cc1oQ, clientHostId=client-XCpoPOaq21URZZ1-cc2dlA, serverHostId=server]
    20:51:09.059 [Test worker] ERROR house.intelli.core.rpc.RpcClient - invoke: java.lang.NumberFormatException: _mFoVwtRl-f7wsBPvfAVKA 
    java.lang.NumberFormatException: _mFoVwtRl-f7wsBPvfAVKA
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.rpc.RemoteExceptionUtil.getObjectOrNull(RemoteExceptionUtil.java:109)
    	at house.intelli.core.rpc.RemoteExceptionUtil.throwOriginalExceptionIfPossible(RemoteExceptionUtil.java:53)
    	at house.intelli.core.rpc.RpcClient._invoke(RpcClient.java:123)
    	at house.intelli.core.rpc.RpcClient.invoke(RpcClient.java:43)
    	at house.intelli.core.rpc.NormalClientServerTest.clientInvokesServiceOnServerAndExpectsRemoteException(NormalClientServerTest.java:122)
    	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 mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:156)
    	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
    	at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:37)
    	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
    	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.runners.ParentRunner.run(ParentRunner.java:363)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
    	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
    	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
    	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
    	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:377)
    	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
    	at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    Caused by: house.intelli.core.rpc.RemoteException: _mFoVwtRl-f7wsBPvfAVKA
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.util.ReflectionUtil.invoke(ReflectionUtil.java:137)
    	at house.intelli.core.util.ReflectionUtil.invokeConstructor(ReflectionUtil.java:58)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:34)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:12)
    	at house.intelli.core.rpc.RpcServiceExecutor.processLocally(RpcServiceExecutor.java:151)
    	at house.intelli.core.rpc.RpcServiceExecutor$2.run(RpcServiceExecutor.java:94)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    	at house.intelli.core.rpc.RemoteExceptionUtil.throwOriginalExceptionIfPossible(RemoteExceptionUtil.java:43)
    	... 52 common frames omitted
    20:51:09.074 [Test worker] INFO house.intelli.core.rpc.RpcClient - invoke: RETRYING! retryCount=1
    20:51:10.074 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: EchoRequest[requestId=htc9N6bPAxddN1Oh0Cc1oQ, clientHostId=client-XCpoPOaq21URZZ1-cc2dlA, serverHostId=server, created=Wed Sep 26 20:51:09 CEST 2018, timeout=600000, payload=_mFoVwtRl-f7wsBPvfAVKA, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]
    20:51:10.076 [pool-8-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: EchoRequest[requestId=htc9N6bPAxddN1Oh0Cc1oQ, clientHostId=client-XCpoPOaq21URZZ1-cc2dlA, serverHostId=server, created=Wed Sep 26 20:51:09 CEST 2018, timeout=600000, payload=_mFoVwtRl-f7wsBPvfAVKA, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]
    20:51:10.077 [pool-8-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: throwing: java.lang.NumberFormatException
    20:51:10.079 [pool-8-thread-1] ERROR house.intelli.core.rpc.RpcServiceExecutor - processLocally: java.lang.NumberFormatException: _mFoVwtRl-f7wsBPvfAVKA 
    java.lang.NumberFormatException: _mFoVwtRl-f7wsBPvfAVKA
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.util.ReflectionUtil.invoke(ReflectionUtil.java:137)
    	at house.intelli.core.util.ReflectionUtil.invokeConstructor(ReflectionUtil.java:58)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:34)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:12)
    	at house.intelli.core.rpc.RpcServiceExecutor.processLocally(RpcServiceExecutor.java:151)
    	at house.intelli.core.rpc.RpcServiceExecutor$2.run(RpcServiceExecutor.java:94)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    20:51:10.090 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: ErrorResponse[requestId=htc9N6bPAxddN1Oh0Cc1oQ, clientHostId=client-XCpoPOaq21URZZ1-cc2dlA, serverHostId=server]
    20:51:10.092 [Test worker] ERROR house.intelli.core.rpc.RpcClient - invoke: java.lang.NumberFormatException: _mFoVwtRl-f7wsBPvfAVKA 
    java.lang.NumberFormatException: _mFoVwtRl-f7wsBPvfAVKA
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.rpc.RemoteExceptionUtil.getObjectOrNull(RemoteExceptionUtil.java:109)
    	at house.intelli.core.rpc.RemoteExceptionUtil.throwOriginalExceptionIfPossible(RemoteExceptionUtil.java:53)
    	at house.intelli.core.rpc.RpcClient._invoke(RpcClient.java:123)
    	at house.intelli.core.rpc.RpcClient.invoke(RpcClient.java:43)
    	at house.intelli.core.rpc.NormalClientServerTest.clientInvokesServiceOnServerAndExpectsRemoteException(NormalClientServerTest.java:122)
    	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 mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:156)
    	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
    	at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:37)
    	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
    	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.runners.ParentRunner.run(ParentRunner.java:363)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
    	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
    	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
    	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
    	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:377)
    	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
    	at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    Caused by: house.intelli.core.rpc.RemoteException: _mFoVwtRl-f7wsBPvfAVKA
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.util.ReflectionUtil.invoke(ReflectionUtil.java:137)
    	at house.intelli.core.util.ReflectionUtil.invokeConstructor(ReflectionUtil.java:58)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:34)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:12)
    	at house.intelli.core.rpc.RpcServiceExecutor.processLocally(RpcServiceExecutor.java:151)
    	at house.intelli.core.rpc.RpcServiceExecutor$2.run(RpcServiceExecutor.java:94)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    	at house.intelli.core.rpc.RemoteExceptionUtil.throwOriginalExceptionIfPossible(RemoteExceptionUtil.java:43)
    	... 52 common frames omitted
    20:51:10.130 [Test worker] INFO house.intelli.core.rpc.RpcClient - invoke: RETRYING! retryCount=2
    20:51:11.144 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: EchoRequest[requestId=htc9N6bPAxddN1Oh0Cc1oQ, clientHostId=client-XCpoPOaq21URZZ1-cc2dlA, serverHostId=server, created=Wed Sep 26 20:51:09 CEST 2018, timeout=600000, payload=_mFoVwtRl-f7wsBPvfAVKA, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]
    20:51:11.147 [pool-8-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: EchoRequest[requestId=htc9N6bPAxddN1Oh0Cc1oQ, clientHostId=client-XCpoPOaq21URZZ1-cc2dlA, serverHostId=server, created=Wed Sep 26 20:51:09 CEST 2018, timeout=600000, payload=_mFoVwtRl-f7wsBPvfAVKA, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]
    20:51:11.148 [pool-8-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: throwing: java.lang.NumberFormatException
    20:51:11.149 [pool-8-thread-1] ERROR house.intelli.core.rpc.RpcServiceExecutor - processLocally: java.lang.NumberFormatException: _mFoVwtRl-f7wsBPvfAVKA 
    java.lang.NumberFormatException: _mFoVwtRl-f7wsBPvfAVKA
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.util.ReflectionUtil.invoke(ReflectionUtil.java:137)
    	at house.intelli.core.util.ReflectionUtil.invokeConstructor(ReflectionUtil.java:58)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:34)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:12)
    	at house.intelli.core.rpc.RpcServiceExecutor.processLocally(RpcServiceExecutor.java:151)
    	at house.intelli.core.rpc.RpcServiceExecutor$2.run(RpcServiceExecutor.java:94)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    20:51:11.157 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: ErrorResponse[requestId=htc9N6bPAxddN1Oh0Cc1oQ, clientHostId=client-XCpoPOaq21URZZ1-cc2dlA, serverHostId=server]
    20:51:11.158 [Test worker] ERROR house.intelli.core.rpc.RpcClient - invoke: java.lang.NumberFormatException: _mFoVwtRl-f7wsBPvfAVKA 
    java.lang.NumberFormatException: _mFoVwtRl-f7wsBPvfAVKA
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.rpc.RemoteExceptionUtil.getObjectOrNull(RemoteExceptionUtil.java:109)
    	at house.intelli.core.rpc.RemoteExceptionUtil.throwOriginalExceptionIfPossible(RemoteExceptionUtil.java:53)
    	at house.intelli.core.rpc.RpcClient._invoke(RpcClient.java:123)
    	at house.intelli.core.rpc.RpcClient.invoke(RpcClient.java:43)
    	at house.intelli.core.rpc.NormalClientServerTest.clientInvokesServiceOnServerAndExpectsRemoteException(NormalClientServerTest.java:122)
    	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 mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:156)
    	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
    	at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:37)
    	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
    	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.runners.ParentRunner.run(ParentRunner.java:363)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
    	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
    	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
    	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
    	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:377)
    	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
    	at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    Caused by: house.intelli.core.rpc.RemoteException: _mFoVwtRl-f7wsBPvfAVKA
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.util.ReflectionUtil.invoke(ReflectionUtil.java:137)
    	at house.intelli.core.util.ReflectionUtil.invokeConstructor(ReflectionUtil.java:58)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:34)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:12)
    	at house.intelli.core.rpc.RpcServiceExecutor.processLocally(RpcServiceExecutor.java:151)
    	at house.intelli.core.rpc.RpcServiceExecutor$2.run(RpcServiceExecutor.java:94)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    	at house.intelli.core.rpc.RemoteExceptionUtil.throwOriginalExceptionIfPossible(RemoteExceptionUtil.java:43)
    	... 52 common frames omitted
    20:51:11.163 [Test worker] INFO house.intelli.core.rpc.RpcClient - invoke: RETRYING! retryCount=3
    20:51:12.164 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: EchoRequest[requestId=htc9N6bPAxddN1Oh0Cc1oQ, clientHostId=client-XCpoPOaq21URZZ1-cc2dlA, serverHostId=server, created=Wed Sep 26 20:51:09 CEST 2018, timeout=600000, payload=_mFoVwtRl-f7wsBPvfAVKA, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]
    20:51:12.166 [pool-8-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: EchoRequest[requestId=htc9N6bPAxddN1Oh0Cc1oQ, clientHostId=client-XCpoPOaq21URZZ1-cc2dlA, serverHostId=server, created=Wed Sep 26 20:51:09 CEST 2018, timeout=600000, payload=_mFoVwtRl-f7wsBPvfAVKA, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]
    20:51:12.168 [pool-8-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: throwing: java.lang.NumberFormatException
    20:51:12.169 [pool-8-thread-1] ERROR house.intelli.core.rpc.RpcServiceExecutor - processLocally: java.lang.NumberFormatException: _mFoVwtRl-f7wsBPvfAVKA 
    java.lang.NumberFormatException: _mFoVwtRl-f7wsBPvfAVKA
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.util.ReflectionUtil.invoke(ReflectionUtil.java:137)
    	at house.intelli.core.util.ReflectionUtil.invokeConstructor(ReflectionUtil.java:58)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:34)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:12)
    	at house.intelli.core.rpc.RpcServiceExecutor.processLocally(RpcServiceExecutor.java:151)
    	at house.intelli.core.rpc.RpcServiceExecutor$2.run(RpcServiceExecutor.java:94)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    20:51:12.173 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: ErrorResponse[requestId=htc9N6bPAxddN1Oh0Cc1oQ, clientHostId=client-XCpoPOaq21URZZ1-cc2dlA, serverHostId=server]
    20:51:12.181 [Test worker] ERROR house.intelli.core.rpc.RpcClient - invoke: java.lang.NumberFormatException: _mFoVwtRl-f7wsBPvfAVKA 
    java.lang.NumberFormatException: _mFoVwtRl-f7wsBPvfAVKA
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.rpc.RemoteExceptionUtil.getObjectOrNull(RemoteExceptionUtil.java:109)
    	at house.intelli.core.rpc.RemoteExceptionUtil.throwOriginalExceptionIfPossible(RemoteExceptionUtil.java:53)
    	at house.intelli.core.rpc.RpcClient._invoke(RpcClient.java:123)
    	at house.intelli.core.rpc.RpcClient.invoke(RpcClient.java:43)
    	at house.intelli.core.rpc.NormalClientServerTest.clientInvokesServiceOnServerAndExpectsRemoteException(NormalClientServerTest.java:122)
    	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 mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:156)
    	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
    	at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:37)
    	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
    	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.runners.ParentRunner.run(ParentRunner.java:363)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
    	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
    	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
    	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
Gradle Test Executor 6 finished executing tests.    	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)

    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:377)
    	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
    	at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    Caused by: house.intelli.core.rpc.RemoteException: _mFoVwtRl-f7wsBPvfAVKA
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.util.ReflectionUtil.invoke(ReflectionUtil.java:137)
    	at house.intelli.core.util.ReflectionUtil.invokeConstructor(ReflectionUtil.java:58)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:34)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:12)
    	at house.intelli.core.rpc.RpcServiceExecutor.processLocally(RpcServiceExecutor.java:151)
    	at house.intelli.core.rpc.RpcServiceExecutor$2.run(RpcServiceExecutor.java:94)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    	at house.intelli.core.rpc.RemoteExceptionUtil.throwOriginalExceptionIfPossible(RemoteExceptionUtil.java:43)
    	... 52 common frames omitted

Gradle Test Executor 6 STANDARD_OUT
    20:51:12.190 [PollInverseRequestsThread-client-XCpoPOaq21URZZ1-cc2dlA] INFO house.intelli.core.rpc.InverseRequestRegistry - pollRequests: java.lang.InterruptedException
    java.lang.InterruptedException: null
    	at java.lang.Object.wait(Native Method)
    	at house.intelli.core.rpc.InverseRequestRegistry.pollRequests(InverseRequestRegistry.java:115)
    	at house.intelli.core.rpc.RpcServer.process(RpcServer.java:73)
    	at house.intelli.core.rpc.RpcServer.receiveAndProcessRequest(RpcServer.java:41)
    	at house.intelli.core.rpc.mocktransport.MockRpcServerTransport.putRequest(MockRpcServerTransport.java:20)
    	at house.intelli.core.rpc.mocktransport.MockRpcClientTransport.sendRequest(MockRpcClientTransport.java:20)
    	at house.intelli.core.rpc.RpcClient._invoke(RpcClient.java:96)
    	at house.intelli.core.rpc.RpcClient.invoke(RpcClient.java:43)
    	at house.intelli.core.rpc.PollInverseRequestsThread.run(PollInverseRequestsThread.java:56)
    20:51:12.191 [PollInverseRequestsThread-client-XCpoPOaq21URZZ1-cc2dlA] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: PollInverseRequestsResponse[requestId=o70eN4rSjecgikrjo-I2Dg, clientHostId=client-XCpoPOaq21URZZ1-cc2dlA, serverHostId=server, inverseRequests=[]]

house.intelli.core.rpc.InverseClientServerTest > serverInvokesLongRunningServiceOnClientAndEncountersTimeout STANDARD_OUT
    20:51:38.916 [PollInverseRequestsThread-client-8ZXzVhfLfLS9EE_qnVPhUA] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: PollInverseRequestsResponse[requestId=ecIVWmDEINxW5EC4bJ6YUw, clientHostId=client-8ZXzVhfLfLS9EE_qnVPhUA, serverHostId=server, inverseRequests=[]]
    20:51:38.918 [PollInverseRequestsThread-client-8ZXzVhfLfLS9EE_qnVPhUA] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: PollInverseRequestsRequest[requestId=IDs1fnktuTKy29j5gOhuGA, clientHostId=client-8ZXzVhfLfLS9EE_qnVPhUA, serverHostId=server, created=Wed Sep 26 20:51:38 CEST 2018, timeout=600000]
    20:51:53.827 [Test worker] ERROR house.intelli.core.rpc.RpcClient - invoke: house.intelli.core.rpc.RpcTimeoutException: Inverse request timed out: EchoRequest[requestId=6Yusfhe7lmrhQybdZwjLXQ, clientHostId=server-PSwQAgLdMUuuJjxBYhJ3aA, serverHostId=client-8ZXzVhfLfLS9EE_qnVPhUA, created=Wed Sep 26 20:49:08 CEST 2018, timeout=164926, payload=zH1AwQm-gFWDUmVTpm8-Lg, throwExceptionClassName=null, sleep=300000] 
    house.intelli.core.rpc.RpcTimeoutException: Inverse request timed out: EchoRequest[requestId=6Yusfhe7lmrhQybdZwjLXQ, clientHostId=server-PSwQAgLdMUuuJjxBYhJ3aA, serverHostId=client-8ZXzVhfLfLS9EE_qnVPhUA, created=Wed Sep 26 20:49:08 CEST 2018, timeout=164926, payload=zH1AwQm-gFWDUmVTpm8-Lg, throwExceptionClassName=null, sleep=300000]
    	at house.intelli.core.rpc.RpcClient._invoke(RpcClient.java:104)
    	at house.intelli.core.rpc.RpcClient.invoke(RpcClient.java:43)
    	at house.intelli.core.rpc.InverseClientServerTest.serverInvokesLongRunningServiceOnClientAndEncountersTimeout(InverseClientServerTest.java:101)
    	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 mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:156)
    	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
    	at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:37)
    	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
    	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.runners.ParentRunner.run(ParentRunner.java:363)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
    	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
    	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
    	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
    	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:377)
    	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
    	at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)

house.intelli.core.rpc.InverseClientServerTest STANDARD_OUT
    20:51:53.843 [PollInverseRequestsThread-client-8ZXzVhfLfLS9EE_qnVPhUA] INFO house.intelli.core.rpc.InverseRequestRegistry - pollRequests: java.lang.InterruptedException
    java.lang.InterruptedException: null
    	at java.lang.Object.wait(Native Method)
    	at house.intelli.core.rpc.InverseRequestRegistry.pollRequests(InverseRequestRegistry.java:115)
    	at house.intelli.core.rpc.RpcServer.process(RpcServer.java:73)
    	at house.intelli.core.rpc.RpcServer.receiveAndProcessRequest(RpcServer.java:41)
    	at house.intelli.core.rpc.mocktransport.MockRpcServerTransport.putRequest(MockRpcServerTransport.java:20)

house.intelli.core.rpc.InverseClientServerTest > serverInvokesServiceOnClientAndExpectsRemoteException STANDARD_OUT
    	at house.intelli.core.rpc.mocktransport.MockRpcClientTransport.sendRequest(MockRpcClientTransport.java:20)
    	at house.intelli.core.rpc.RpcClient._invoke(RpcClient.java:96)
    	at house.intelli.core.rpc.RpcClient.invoke(RpcClient.java:43)
    	at house.intelli.core.rpc.PollInverseRequestsThread.run(PollInverseRequestsThread.java:56)
    20:51:53.844 [PollInverseRequestsThread-client-8ZXzVhfLfLS9EE_qnVPhUA] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: PollInverseRequestsResponse[requestId=IDs1fnktuTKy29j5gOhuGA, clientHostId=client-8ZXzVhfLfLS9EE_qnVPhUA, serverHostId=server, inverseRequests=[]]
    20:51:53.846 [PollInverseRequestsThread-client-30SP79qj3Pr19MNLfAGkLQ] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: PollInverseRequestsRequest[requestId=s-xtNUn71qNVjJ_MGNw_lQ, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server, created=Wed Sep 26 20:51:53 CEST 2018, timeout=600000]
    20:51:53.853 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: EchoRequest[requestId=mwgCdINdr1wjp8fVs8UnCg, clientHostId=server-LyoC3xYxYI4SUVyK6jmNYQ, serverHostId=client-30SP79qj3Pr19MNLfAGkLQ, created=Wed Sep 26 20:51:53 CEST 2018, timeout=600000, payload=ILQxTjHi0YsLtr3XqNxEsQ, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]
    20:51:53.857 [PollInverseRequestsThread-client-30SP79qj3Pr19MNLfAGkLQ] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: PollInverseRequestsResponse[requestId=s-xtNUn71qNVjJ_MGNw_lQ, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server, inverseRequests=[EchoRequest[requestId=mwgCdINdr1wjp8fVs8UnCg, clientHostId=server-LyoC3xYxYI4SUVyK6jmNYQ, serverHostId=client-30SP79qj3Pr19MNLfAGkLQ, created=Wed Sep 26 20:51:53 CEST 2018, timeout=600000, payload=ILQxTjHi0YsLtr3XqNxEsQ, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]]]
    20:51:53.858 [PollInverseRequestsThread-client-30SP79qj3Pr19MNLfAGkLQ] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: PollInverseRequestsRequest[requestId=RcLah3ePmqEebiTUJjxgGw, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server, created=Wed Sep 26 20:51:53 CEST 2018, timeout=600000]
    20:51:53.859 [pool-10-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: EchoRequest[requestId=mwgCdINdr1wjp8fVs8UnCg, clientHostId=server-LyoC3xYxYI4SUVyK6jmNYQ, serverHostId=client-30SP79qj3Pr19MNLfAGkLQ, created=Wed Sep 26 20:51:53 CEST 2018, timeout=600000, payload=ILQxTjHi0YsLtr3XqNxEsQ, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]
    20:51:53.861 [pool-10-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: throwing: java.lang.NumberFormatException
    20:51:53.862 [pool-10-thread-1] ERROR house.intelli.core.rpc.RpcServiceExecutor - processLocally: java.lang.NumberFormatException: ILQxTjHi0YsLtr3XqNxEsQ 
    java.lang.NumberFormatException: ILQxTjHi0YsLtr3XqNxEsQ
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.util.ReflectionUtil.invoke(ReflectionUtil.java:137)
    	at house.intelli.core.util.ReflectionUtil.invokeConstructor(ReflectionUtil.java:58)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:34)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:12)
    	at house.intelli.core.rpc.RpcServiceExecutor.processLocally(RpcServiceExecutor.java:151)
    	at house.intelli.core.rpc.PollInverseRequestsThread.processLocally(PollInverseRequestsThread.java:101)
    	at house.intelli.core.rpc.PollInverseRequestsThread$1.run(PollInverseRequestsThread.java:84)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    20:51:53.874 [pool-10-thread-1] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: PutInverseResponseRequest[requestId=UQ-M8-6BfyUQYOnvFI6t-g, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server, created=Wed Sep 26 20:51:53 CEST 2018, timeout=600000]
    20:51:53.876 [pool-10-thread-1] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: NullResponse[requestId=UQ-M8-6BfyUQYOnvFI6t-g, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server]
    20:51:53.876 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: ErrorResponse[requestId=mwgCdINdr1wjp8fVs8UnCg, clientHostId=server-LyoC3xYxYI4SUVyK6jmNYQ, serverHostId=client-30SP79qj3Pr19MNLfAGkLQ]
    20:51:53.878 [Test worker] ERROR house.intelli.core.rpc.RpcClient - invoke: java.lang.NumberFormatException: ILQxTjHi0YsLtr3XqNxEsQ 
    java.lang.NumberFormatException: ILQxTjHi0YsLtr3XqNxEsQ
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.rpc.RemoteExceptionUtil.getObjectOrNull(RemoteExceptionUtil.java:109)
    	at house.intelli.core.rpc.RemoteExceptionUtil.throwOriginalExceptionIfPossible(RemoteExceptionUtil.java:53)
    	at house.intelli.core.rpc.RpcClient._invoke(RpcClient.java:123)
    	at house.intelli.core.rpc.RpcClient.invoke(RpcClient.java:43)
    	at house.intelli.core.rpc.InverseClientServerTest.serverInvokesServiceOnClientAndExpectsRemoteException(InverseClientServerTest.java:122)
    	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 mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:156)
    	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
    	at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:37)
    	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
    	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.runners.ParentRunner.run(ParentRunner.java:363)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
    	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
    	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
    	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
    	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:377)
    	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
    	at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    Caused by: house.intelli.core.rpc.RemoteException: ILQxTjHi0YsLtr3XqNxEsQ
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.util.ReflectionUtil.invoke(ReflectionUtil.java:137)
    	at house.intelli.core.util.ReflectionUtil.invokeConstructor(ReflectionUtil.java:58)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:34)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:12)
    	at house.intelli.core.rpc.RpcServiceExecutor.processLocally(RpcServiceExecutor.java:151)
    	at house.intelli.core.rpc.PollInverseRequestsThread.processLocally(PollInverseRequestsThread.java:101)
    	at house.intelli.core.rpc.PollInverseRequestsThread$1.run(PollInverseRequestsThread.java:84)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    	at house.intelli.core.rpc.RemoteExceptionUtil.throwOriginalExceptionIfPossible(RemoteExceptionUtil.java:43)
    	... 52 common frames omitted
    20:51:53.927 [Test worker] INFO house.intelli.core.rpc.RpcClient - invoke: RETRYING! retryCount=1
    20:51:54.928 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: EchoRequest[requestId=mwgCdINdr1wjp8fVs8UnCg, clientHostId=server-LyoC3xYxYI4SUVyK6jmNYQ, serverHostId=client-30SP79qj3Pr19MNLfAGkLQ, created=Wed Sep 26 20:51:53 CEST 2018, timeout=600000, payload=ILQxTjHi0YsLtr3XqNxEsQ, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]
    20:51:54.930 [PollInverseRequestsThread-client-30SP79qj3Pr19MNLfAGkLQ] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: PollInverseRequestsResponse[requestId=RcLah3ePmqEebiTUJjxgGw, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server, inverseRequests=[EchoRequest[requestId=mwgCdINdr1wjp8fVs8UnCg, clientHostId=server-LyoC3xYxYI4SUVyK6jmNYQ, serverHostId=client-30SP79qj3Pr19MNLfAGkLQ, created=Wed Sep 26 20:51:53 CEST 2018, timeout=600000, payload=ILQxTjHi0YsLtr3XqNxEsQ, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]]]
    20:51:54.933 [pool-10-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: EchoRequest[requestId=mwgCdINdr1wjp8fVs8UnCg, clientHostId=server-LyoC3xYxYI4SUVyK6jmNYQ, serverHostId=client-30SP79qj3Pr19MNLfAGkLQ, created=Wed Sep 26 20:51:53 CEST 2018, timeout=600000, payload=ILQxTjHi0YsLtr3XqNxEsQ, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]
    20:51:54.933 [PollInverseRequestsThread-client-30SP79qj3Pr19MNLfAGkLQ] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: PollInverseRequestsRequest[requestId=fegusvoMa4blTY0G06r9bA, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server, created=Wed Sep 26 20:51:54 CEST 2018, timeout=600000]
    20:51:54.935 [pool-10-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: throwing: java.lang.NumberFormatException
    20:51:54.938 [pool-10-thread-1] ERROR house.intelli.core.rpc.RpcServiceExecutor - processLocally: java.lang.NumberFormatException: ILQxTjHi0YsLtr3XqNxEsQ 
    java.lang.NumberFormatException: ILQxTjHi0YsLtr3XqNxEsQ
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.util.ReflectionUtil.invoke(ReflectionUtil.java:137)
    	at house.intelli.core.util.ReflectionUtil.invokeConstructor(ReflectionUtil.java:58)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:34)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:12)
    	at house.intelli.core.rpc.RpcServiceExecutor.processLocally(RpcServiceExecutor.java:151)
    	at house.intelli.core.rpc.PollInverseRequestsThread.processLocally(PollInverseRequestsThread.java:101)
    	at house.intelli.core.rpc.PollInverseRequestsThread$1.run(PollInverseRequestsThread.java:84)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    20:51:54.944 [pool-10-thread-1] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: PutInverseResponseRequest[requestId=8csPVe75F8mT55QRpJJW8w, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server, created=Wed Sep 26 20:51:54 CEST 2018, timeout=600000]
    20:51:54.946 [pool-10-thread-1] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: NullResponse[requestId=8csPVe75F8mT55QRpJJW8w, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server]
    20:51:54.946 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: ErrorResponse[requestId=mwgCdINdr1wjp8fVs8UnCg, clientHostId=server-LyoC3xYxYI4SUVyK6jmNYQ, serverHostId=client-30SP79qj3Pr19MNLfAGkLQ]
    20:51:54.947 [Test worker] ERROR house.intelli.core.rpc.RpcClient - invoke: java.lang.NumberFormatException: ILQxTjHi0YsLtr3XqNxEsQ 
    java.lang.NumberFormatException: ILQxTjHi0YsLtr3XqNxEsQ
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.rpc.RemoteExceptionUtil.getObjectOrNull(RemoteExceptionUtil.java:109)
    	at house.intelli.core.rpc.RemoteExceptionUtil.throwOriginalExceptionIfPossible(RemoteExceptionUtil.java:53)
    	at house.intelli.core.rpc.RpcClient._invoke(RpcClient.java:123)
    	at house.intelli.core.rpc.RpcClient.invoke(RpcClient.java:43)
    	at house.intelli.core.rpc.InverseClientServerTest.serverInvokesServiceOnClientAndExpectsRemoteException(InverseClientServerTest.java:122)
    	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 mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:156)
    	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
    	at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:37)
    	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
    	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.runners.ParentRunner.run(ParentRunner.java:363)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
    	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
    	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
    	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
    	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:377)
    	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
    	at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    Caused by: house.intelli.core.rpc.RemoteException: ILQxTjHi0YsLtr3XqNxEsQ
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.util.ReflectionUtil.invoke(ReflectionUtil.java:137)
    	at house.intelli.core.util.ReflectionUtil.invokeConstructor(ReflectionUtil.java:58)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:34)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:12)
    	at house.intelli.core.rpc.RpcServiceExecutor.processLocally(RpcServiceExecutor.java:151)
    	at house.intelli.core.rpc.PollInverseRequestsThread.processLocally(PollInverseRequestsThread.java:101)
    	at house.intelli.core.rpc.PollInverseRequestsThread$1.run(PollInverseRequestsThread.java:84)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    	at house.intelli.core.rpc.RemoteExceptionUtil.throwOriginalExceptionIfPossible(RemoteExceptionUtil.java:43)
    	... 52 common frames omitted
    20:51:54.959 [Test worker] INFO house.intelli.core.rpc.RpcClient - invoke: RETRYING! retryCount=2
    20:51:55.959 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: EchoRequest[requestId=mwgCdINdr1wjp8fVs8UnCg, clientHostId=server-LyoC3xYxYI4SUVyK6jmNYQ, serverHostId=client-30SP79qj3Pr19MNLfAGkLQ, created=Wed Sep 26 20:51:53 CEST 2018, timeout=600000, payload=ILQxTjHi0YsLtr3XqNxEsQ, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]
    20:51:55.962 [PollInverseRequestsThread-client-30SP79qj3Pr19MNLfAGkLQ] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: PollInverseRequestsResponse[requestId=fegusvoMa4blTY0G06r9bA, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server, inverseRequests=[EchoRequest[requestId=mwgCdINdr1wjp8fVs8UnCg, clientHostId=server-LyoC3xYxYI4SUVyK6jmNYQ, serverHostId=client-30SP79qj3Pr19MNLfAGkLQ, created=Wed Sep 26 20:51:53 CEST 2018, timeout=600000, payload=ILQxTjHi0YsLtr3XqNxEsQ, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]]]
    20:51:55.964 [pool-10-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: EchoRequest[requestId=mwgCdINdr1wjp8fVs8UnCg, clientHostId=server-LyoC3xYxYI4SUVyK6jmNYQ, serverHostId=client-30SP79qj3Pr19MNLfAGkLQ, created=Wed Sep 26 20:51:53 CEST 2018, timeout=600000, payload=ILQxTjHi0YsLtr3XqNxEsQ, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]
    20:51:55.964 [PollInverseRequestsThread-client-30SP79qj3Pr19MNLfAGkLQ] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: PollInverseRequestsRequest[requestId=mn0A5ZZhEluJOS_gq0orlA, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server, created=Wed Sep 26 20:51:55 CEST 2018, timeout=600000]
    20:51:55.966 [pool-10-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: throwing: java.lang.NumberFormatException
    20:51:55.967 [pool-10-thread-1] ERROR house.intelli.core.rpc.RpcServiceExecutor - processLocally: java.lang.NumberFormatException: ILQxTjHi0YsLtr3XqNxEsQ 
    java.lang.NumberFormatException: ILQxTjHi0YsLtr3XqNxEsQ
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.util.ReflectionUtil.invoke(ReflectionUtil.java:137)
    	at house.intelli.core.util.ReflectionUtil.invokeConstructor(ReflectionUtil.java:58)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:34)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:12)
    	at house.intelli.core.rpc.RpcServiceExecutor.processLocally(RpcServiceExecutor.java:151)
    	at house.intelli.core.rpc.PollInverseRequestsThread.processLocally(PollInverseRequestsThread.java:101)
    	at house.intelli.core.rpc.PollInverseRequestsThread$1.run(PollInverseRequestsThread.java:84)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    20:51:55.969 [pool-10-thread-1] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: PutInverseResponseRequest[requestId=ENeTIKc7uaPJxKJGQ5ps7g, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server, created=Wed Sep 26 20:51:55 CEST 2018, timeout=600000]
    20:51:55.970 [pool-10-thread-1] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: NullResponse[requestId=ENeTIKc7uaPJxKJGQ5ps7g, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server]
    20:51:55.971 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: ErrorResponse[requestId=mwgCdINdr1wjp8fVs8UnCg, clientHostId=server-LyoC3xYxYI4SUVyK6jmNYQ, serverHostId=client-30SP79qj3Pr19MNLfAGkLQ]
    20:51:55.974 [Test worker] ERROR house.intelli.core.rpc.RpcClient - invoke: java.lang.NumberFormatException: ILQxTjHi0YsLtr3XqNxEsQ 
    java.lang.NumberFormatException: ILQxTjHi0YsLtr3XqNxEsQ
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.rpc.RemoteExceptionUtil.getObjectOrNull(RemoteExceptionUtil.java:109)
    	at house.intelli.core.rpc.RemoteExceptionUtil.throwOriginalExceptionIfPossible(RemoteExceptionUtil.java:53)
    	at house.intelli.core.rpc.RpcClient._invoke(RpcClient.java:123)
    	at house.intelli.core.rpc.RpcClient.invoke(RpcClient.java:43)
    	at house.intelli.core.rpc.InverseClientServerTest.serverInvokesServiceOnClientAndExpectsRemoteException(InverseClientServerTest.java:122)
    	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 mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:156)
    	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
    	at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:37)
    	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
    	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.runners.ParentRunner.run(ParentRunner.java:363)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
    	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
    	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
    	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
    	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:377)
    	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
    	at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    Caused by: house.intelli.core.rpc.RemoteException: ILQxTjHi0YsLtr3XqNxEsQ
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.util.ReflectionUtil.invoke(ReflectionUtil.java:137)
    	at house.intelli.core.util.ReflectionUtil.invokeConstructor(ReflectionUtil.java:58)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:34)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:12)
    	at house.intelli.core.rpc.RpcServiceExecutor.processLocally(RpcServiceExecutor.java:151)
    	at house.intelli.core.rpc.PollInverseRequestsThread.processLocally(PollInverseRequestsThread.java:101)
    	at house.intelli.core.rpc.PollInverseRequestsThread$1.run(PollInverseRequestsThread.java:84)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    	at house.intelli.core.rpc.RemoteExceptionUtil.throwOriginalExceptionIfPossible(RemoteExceptionUtil.java:43)
    	... 52 common frames omitted
    20:51:55.981 [Test worker] INFO house.intelli.core.rpc.RpcClient - invoke: RETRYING! retryCount=3
    20:51:56.982 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: EchoRequest[requestId=mwgCdINdr1wjp8fVs8UnCg, clientHostId=server-LyoC3xYxYI4SUVyK6jmNYQ, serverHostId=client-30SP79qj3Pr19MNLfAGkLQ, created=Wed Sep 26 20:51:53 CEST 2018, timeout=600000, payload=ILQxTjHi0YsLtr3XqNxEsQ, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]
    20:51:56.985 [PollInverseRequestsThread-client-30SP79qj3Pr19MNLfAGkLQ] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: PollInverseRequestsResponse[requestId=mn0A5ZZhEluJOS_gq0orlA, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server, inverseRequests=[EchoRequest[requestId=mwgCdINdr1wjp8fVs8UnCg, clientHostId=server-LyoC3xYxYI4SUVyK6jmNYQ, serverHostId=client-30SP79qj3Pr19MNLfAGkLQ, created=Wed Sep 26 20:51:53 CEST 2018, timeout=600000, payload=ILQxTjHi0YsLtr3XqNxEsQ, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]]]
    20:51:56.987 [PollInverseRequestsThread-client-30SP79qj3Pr19MNLfAGkLQ] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: PollInverseRequestsRequest[requestId=O6NqUi-vzTuMlk0WHoF_mw, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server, created=Wed Sep 26 20:51:56 CEST 2018, timeout=600000]
    20:51:56.987 [pool-10-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: EchoRequest[requestId=mwgCdINdr1wjp8fVs8UnCg, clientHostId=server-LyoC3xYxYI4SUVyK6jmNYQ, serverHostId=client-30SP79qj3Pr19MNLfAGkLQ, created=Wed Sep 26 20:51:53 CEST 2018, timeout=600000, payload=ILQxTjHi0YsLtr3XqNxEsQ, throwExceptionClassName=java.lang.NumberFormatException, sleep=0]
    20:51:56.989 [pool-10-thread-1] INFO house.intelli.core.rpc.echo.EchoRpcService - process: throwing: java.lang.NumberFormatException
    20:51:56.992 [pool-10-thread-1] ERROR house.intelli.core.rpc.RpcServiceExecutor - processLocally: java.lang.NumberFormatException: ILQxTjHi0YsLtr3XqNxEsQ 
    java.lang.NumberFormatException: ILQxTjHi0YsLtr3XqNxEsQ
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.util.ReflectionUtil.invoke(ReflectionUtil.java:137)
    	at house.intelli.core.util.ReflectionUtil.invokeConstructor(ReflectionUtil.java:58)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:34)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:12)
    	at house.intelli.core.rpc.RpcServiceExecutor.processLocally(RpcServiceExecutor.java:151)
    	at house.intelli.core.rpc.PollInverseRequestsThread.processLocally(PollInverseRequestsThread.java:101)
    	at house.intelli.core.rpc.PollInverseRequestsThread$1.run(PollInverseRequestsThread.java:84)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    20:51:56.998 [pool-10-thread-1] DEBUG house.intelli.core.rpc.RpcClient - invoke: Sending request: PutInverseResponseRequest[requestId=gLhEOB3zD-sbmEDMvCVFCg, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server, created=Wed Sep 26 20:51:56 CEST 2018, timeout=600000]
    20:51:56.998 [Test worker] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: ErrorResponse[requestId=mwgCdINdr1wjp8fVs8UnCg, clientHostId=server-LyoC3xYxYI4SUVyK6jmNYQ, serverHostId=client-30SP79qj3Pr19MNLfAGkLQ]
    20:51:56.999 [pool-10-thread-1] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: NullResponse[requestId=gLhEOB3zD-sbmEDMvCVFCg, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server]
    20:51:57.005 [Test worker] ERROR house.intelli.core.rpc.RpcClient - invoke: java.lang.NumberFormatException: ILQxTjHi0YsLtr3XqNxEsQ 
    java.lang.NumberFormatException: ILQxTjHi0YsLtr3XqNxEsQ
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.rpc.RemoteExceptionUtil.getObjectOrNull(RemoteExceptionUtil.java:109)
    	at house.intelli.core.rpc.RemoteExceptionUtil.throwOriginalExceptionIfPossible(RemoteExceptionUtil.java:53)
    	at house.intelli.core.rpc.RpcClient._invoke(RpcClient.java:123)
    	at house.intelli.core.rpc.RpcClient.invoke(RpcClient.java:43)
    	at house.intelli.core.rpc.InverseClientServerTest.serverInvokesServiceOnClientAndExpectsRemoteException(InverseClientServerTest.java:122)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Gradle Test Executor 2 finished executing tests.
    	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 mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:156)
    	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
    	at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:37)
    	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
    	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.runners.ParentRunner.run(ParentRunner.java:363)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
    	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
    	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
    	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
    	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
    	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
    	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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
    	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
    	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:377)
    	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
    	at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    Caused by: house.intelli.core.rpc.RemoteException: ILQxTjHi0YsLtr3XqNxEsQ
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    	at house.intelli.core.util.ReflectionUtil.invoke(ReflectionUtil.java:137)
    	at house.intelli.core.util.ReflectionUtil.invokeConstructor(ReflectionUtil.java:58)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:34)
    	at house.intelli.core.rpc.echo.EchoRpcService.process(EchoRpcService.java:12)
    	at house.intelli.core.rpc.RpcServiceExecutor.processLocally(RpcServiceExecutor.java:151)
    	at house.intelli.core.rpc.PollInverseRequestsThread.processLocally(PollInverseRequestsThread.java:101)
    	at house.intelli.core.rpc.PollInverseRequestsThread$1.run(PollInverseRequestsThread.java:84)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    	at house.intelli.core.rpc.RemoteExceptionUtil.throwOriginalExceptionIfPossible(RemoteExceptionUtil.java:43)
    	... 52 common frames omitted

Gradle Test Executor 2 STANDARD_OUT
    20:51:57.015 [PollInverseRequestsThread-client-30SP79qj3Pr19MNLfAGkLQ] INFO house.intelli.core.rpc.InverseRequestRegistry - pollRequests: java.lang.InterruptedException
    java.lang.InterruptedException: null
    	at java.lang.Object.wait(Native Method)
    	at house.intelli.core.rpc.InverseRequestRegistry.pollRequests(InverseRequestRegistry.java:115)
    	at house.intelli.core.rpc.RpcServer.process(RpcServer.java:73)
    	at house.intelli.core.rpc.RpcServer.receiveAndProcessRequest(RpcServer.java:41)
    	at house.intelli.core.rpc.mocktransport.MockRpcServerTransport.putRequest(MockRpcServerTransport.java:20)
    	at house.intelli.core.rpc.mocktransport.MockRpcClientTransport.sendRequest(MockRpcClientTransport.java:20)
    	at house.intelli.core.rpc.RpcClient._invoke(RpcClient.java:96)
    	at house.intelli.core.rpc.RpcClient.invoke(RpcClient.java:43)
    	at house.intelli.core.rpc.PollInverseRequestsThread.run(PollInverseRequestsThread.java:56)
    20:51:57.015 [PollInverseRequestsThread-client-30SP79qj3Pr19MNLfAGkLQ] DEBUG house.intelli.core.rpc.RpcClient - invoke: Received response: PollInverseRequestsResponse[requestId=O6NqUi-vzTuMlk0WHoF_mw, clientHostId=client-30SP79qj3Pr19MNLfAGkLQ, serverHostId=server, inverseRequests=[]]
Finished generating test XML results (0.099 secs) into: /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.core/build/test-results/test
Generating HTML test report...
Finished generating test html results (0.095 secs) into: /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.core/build/reports/tests/test
:house.intelli.core:test (Thread[Daemon worker,5,main]) completed. Took 8 mins 1.163 secs.
:house.intelli.core:check (Thread[Daemon worker,5,main]) started.
:house.intelli.core:check
Skipping task ':house.intelli.core:check' as it has no actions.
:house.intelli.core:check (Thread[Daemon worker,5,main]) completed. Took 0.0 secs.
:house.intelli.core:build (Thread[Daemon worker,5,main]) started.
:house.intelli.core:build
Skipping task ':house.intelli.core:build' as it has no actions.
:house.intelli.core:build (Thread[Daemon worker,5,main]) completed. Took 0.0 secs.
:house.intelli.desktop:compileJava (Thread[Daemon worker,5,main]) started.
:house.intelli.desktop:compileJava
Executing task ':house.intelli.desktop:compileJava' (up-to-date check took 0.02 secs) due to:
  Output property 'dependencyCacheDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.desktop/build/dependency-cache has changed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.desktop/build/classes/main has changed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.desktop/build/classes/main/house has been removed.
All input files are considered out-of-date for incremental task ':house.intelli.desktop:compileJava'.
Compiling with JDK Java compiler API.
:house.intelli.desktop:compileJava (Thread[Daemon worker,5,main]) completed. Took 0.06 secs.
:house.intelli.desktop:processResources (Thread[Daemon worker,5,main]) started.
:house.intelli.desktop:processResources
file or directory '/home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.desktop/src/main/resources', not found
file or directory '/home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.desktop/src/main/resources', not found
Skipping task ':house.intelli.desktop:processResources' as it has no source files.
:house.intelli.desktop:processResources UP-TO-DATE
:house.intelli.desktop:processResources (Thread[Daemon worker,5,main]) completed. Took 0.003 secs.
:house.intelli.desktop:classes (Thread[Daemon worker,5,main]) started.
:house.intelli.desktop:classes
Skipping task ':house.intelli.desktop:classes' as it has no actions.
:house.intelli.desktop:classes (Thread[Daemon worker,5,main]) completed. Took 0.0 secs.
:house.intelli.desktop:jar (Thread[Daemon worker,5,main]) started.
:house.intelli.desktop:jar
Executing task ':house.intelli.desktop:jar' (up-to-date check took 0.039 secs) due to:
  Output property 'archivePath' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.desktop/build/libs/house.intelli.desktop-0.9.0-SNAPSHOT.jar has changed.
  Output property 'archivePath' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.desktop/build/libs/house.intelli.desktop-0.9.0-SNAPSHOT.jar has been removed.
:house.intelli.desktop:jar (Thread[Daemon worker,5,main]) completed. Took 0.101 secs.
:house.intelli.desktop:assemble (Thread[Daemon worker,5,main]) started.
:house.intelli.desktop:assemble
Skipping task ':house.intelli.desktop:assemble' as it has no actions.
:house.intelli.desktop:assemble (Thread[Daemon worker,5,main]) completed. Took 0.001 secs.
:house.intelli.desktop:compileTestJava (Thread[Daemon worker,5,main]) started.
:house.intelli.desktop:compileTestJava
file or directory '/home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.desktop/src/test/java', not found
file or directory '/home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.desktop/src/test/java', not found
Skipping task ':house.intelli.desktop:compileTestJava' as it has no source files.
:house.intelli.desktop:compileTestJava UP-TO-DATE
:house.intelli.desktop:compileTestJava (Thread[Daemon worker,5,main]) completed. Took 0.002 secs.
:house.intelli.desktop:processTestResources (Thread[Daemon worker,5,main]) started.
:house.intelli.desktop:processTestResources
file or directory '/home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.desktop/src/test/resources', not found
file or directory '/home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.desktop/src/test/java', not found
file or directory '/home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.desktop/src/test/resources', not found
Skipping task ':house.intelli.desktop:processTestResources' as it has no source files.
:house.intelli.desktop:processTestResources UP-TO-DATE
:house.intelli.desktop:processTestResources (Thread[Daemon worker,5,main]) completed. Took 0.002 secs.
:house.intelli.desktop:testClasses (Thread[Daemon worker,5,main]) started.
:house.intelli.desktop:testClasses
Skipping task ':house.intelli.desktop:testClasses' as it has no actions.
:house.intelli.desktop:testClasses UP-TO-DATE
:house.intelli.desktop:testClasses (Thread[Daemon worker,5,main]) completed. Took 0.001 secs.
:house.intelli.desktop:test (Thread[Daemon worker,5,main]) started.
:house.intelli.desktop:test
file or directory '/home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.desktop/build/classes/test', not found
Skipping task ':house.intelli.desktop:test' as it has no source files.
:house.intelli.desktop:test UP-TO-DATE
:house.intelli.desktop:test (Thread[Daemon worker,5,main]) completed. Took 0.002 secs.
:house.intelli.desktop:check (Thread[Daemon worker,5,main]) started.
:house.intelli.desktop:check
Skipping task ':house.intelli.desktop:check' as it has no actions.
:house.intelli.desktop:check UP-TO-DATE
:house.intelli.desktop:check (Thread[Daemon worker,5,main]) completed. Took 0.001 secs.
:house.intelli.desktop:build (Thread[Daemon worker,5,main]) started.
:house.intelli.desktop:build
Skipping task ':house.intelli.desktop:build' as it has no actions.
:house.intelli.desktop:build (Thread[Daemon worker,5,main]) completed. Took 0.001 secs.
:house.intelli.pgp:compileJava (Thread[Daemon worker,5,main]) started.
:house.intelli.pgp:compileJava
Executing task ':house.intelli.pgp:compileJava' (up-to-date check took 0.035 secs) due to:
  Output property 'dependencyCacheDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/build/dependency-cache has changed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/build/classes/main has changed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/build/classes/main/house has been removed.
All input files are considered out-of-date for incremental task ':house.intelli.pgp:compileJava'.
Compiling with JDK Java compiler API.
Note: /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/src/main/java/house/intelli/pgp/gnupg/BcPgpKey.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:house.intelli.pgp:compileJava (Thread[Daemon worker,5,main]) completed. Took 1.215 secs.
:house.intelli.pgp:processResources (Thread[Daemon worker,5,main]) started.
:house.intelli.pgp:processResources
Executing task ':house.intelli.pgp:processResources' (up-to-date check took 0.019 secs) due to:
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/build/resources/main has changed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/build/resources/main/META-INF has been removed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/build/resources/main/META-INF/services has been removed.
:house.intelli.pgp:processResources (Thread[Daemon worker,5,main]) completed. Took 0.053 secs.
:house.intelli.pgp:classes (Thread[Daemon worker,5,main]) started.
:house.intelli.pgp:classes
Skipping task ':house.intelli.pgp:classes' as it has no actions.
:house.intelli.pgp:classes (Thread[Daemon worker,5,main]) completed. Took 0.001 secs.
:house.intelli.pgp:jar (Thread[Daemon worker,5,main]) started.
:house.intelli.pgp:jar
Executing task ':house.intelli.pgp:jar' (up-to-date check took 0.367 secs) due to:
  Output property 'archivePath' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/build/libs/house.intelli.pgp-0.9.0-SNAPSHOT.jar has changed.
  Output property 'archivePath' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/build/libs/house.intelli.pgp-0.9.0-SNAPSHOT.jar has been removed.
:house.intelli.pgp:jar (Thread[Daemon worker,5,main]) completed. Took 1.067 secs.
:house.intelli.pgp:assemble (Thread[Daemon worker,5,main]) started.
:house.intelli.pgp:assemble
Skipping task ':house.intelli.pgp:assemble' as it has no actions.
:house.intelli.pgp:assemble (Thread[Daemon worker,5,main]) completed. Took 0.001 secs.
:house.intelli.pgp:compileTestJava (Thread[Daemon worker,5,main]) started.
:house.intelli.pgp:compileTestJava
Executing task ':house.intelli.pgp:compileTestJava' (up-to-date check took 0.03 secs) due to:
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/build/classes/test has changed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/build/classes/test/house has been removed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/build/classes/test/house/intelli has been removed.
All input files are considered out-of-date for incremental task ':house.intelli.pgp:compileTestJava'.
Compiling with JDK Java compiler API.
:house.intelli.pgp:compileTestJava (Thread[Daemon worker,5,main]) completed. Took 0.141 secs.
:house.intelli.pgp:processTestResources (Thread[Daemon worker,5,main]) started.
:house.intelli.pgp:processTestResources
file or directory '/home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/src/test/resources', not found
file or directory '/home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/src/test/resources', not found
Skipping task ':house.intelli.pgp:processTestResources' as it has no source files.
:house.intelli.pgp:processTestResources UP-TO-DATE
:house.intelli.pgp:processTestResources (Thread[Daemon worker,5,main]) completed. Took 0.004 secs.
:house.intelli.pgp:testClasses (Thread[Daemon worker,5,main]) started.
:house.intelli.pgp:testClasses
Skipping task ':house.intelli.pgp:testClasses' as it has no actions.
:house.intelli.pgp:testClasses (Thread[Daemon worker,5,main]) completed. Took 0.001 secs.
:house.intelli.pgp:test (Thread[Daemon worker,5,main]) started.
:house.intelli.pgp:test
Executing task ':house.intelli.pgp:test' (up-to-date check took 0.032 secs) due to:
  Output property 'binResultsDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/build/test-results/test/binary has changed.
  Output property 'binResultsDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/build/test-results/test/binary/output.bin has been removed.
  Output property 'binResultsDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/build/test-results/test/binary/output.bin.idx has been removed.
Starting process 'Gradle Test Executor 7'. Working directory: /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp Command: /usr/lib/jvm/java-8-openjdk-amd64/bin/java -Djava.security.manager=worker.org.gradle.process.internal.worker.child.BootstrapSecurityManager -XX:MaxPermSize=256m -javaagent:build/tmp/expandedArchives/org.jacoco.agent-0.7.7.201606060606.jar_alq9f7txs0b41o93er67xw618/jacocoagent.jar=destfile=build/jacoco/test.exec,append=true,inclnolocationclasses=false,dumponexit=true,output=file,jmx=false -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=GB -Duser.language=en -Duser.variant -ea -cp /home/tomcat/.gradle/caches/3.1/workerMain/gradle-worker.jar worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Test Executor 7'
Successfully started process 'Gradle Test Executor 7'
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Initialized native services in: /home/tomcat/.gradle/native
Gradle Test Executor 7 started executing tests.

house.intelli.pgp.rpc.PgpTransportSupportTest > hashTest STANDARD_OUT
    20:52:05.088 [Test worker] INFO house.intelli.pgp.rpc.PgpTransportSupportTest - Data corruption was properly detected: java.io.IOException: Data corruption: Declared hash does not match found hash!!!
Gradle Test Executor 7 finished executing tests.
Finished generating test XML results (0.003 secs) into: /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/build/test-results/test
Generating HTML test report...
Finished generating test html results (0.011 secs) into: /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.pgp/build/reports/tests/test
:house.intelli.pgp:test (Thread[Daemon worker,5,main]) completed. Took 5.205 secs.
:house.intelli.pgp:check (Thread[Daemon worker,5,main]) started.
:house.intelli.pgp:check
Skipping task ':house.intelli.pgp:check' as it has no actions.
:house.intelli.pgp:check (Thread[Daemon worker,5,main]) completed. Took 0.001 secs.
:house.intelli.pgp:build (Thread[Daemon worker,5,main]) started.
:house.intelli.pgp:build
Skipping task ':house.intelli.pgp:build' as it has no actions.
:house.intelli.pgp:build (Thread[Daemon worker,5,main]) completed. Took 0.0 secs.
:house.intelli.raspi:compileJava (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:compileJava
Executing task ':house.intelli.raspi:compileJava' (up-to-date check took 0.035 secs) due to:
  Output property 'dependencyCacheDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/dependency-cache has changed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/classes/main has changed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/classes/main/house has been removed.
All input files are considered out-of-date for incremental task ':house.intelli.raspi:compileJava'.
Compiling with JDK Java compiler API.
:house.intelli.raspi:compileJava (Thread[Daemon worker,5,main]) completed. Took 0.759 secs.
:house.intelli.raspi:processResources (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:processResources
Executing task ':house.intelli.raspi:processResources' (up-to-date check took 0.016 secs) due to:
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/resources/main has changed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/resources/main/META-INF has been removed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/resources/main/META-INF/spring has been removed.
:house.intelli.raspi:processResources (Thread[Daemon worker,5,main]) completed. Took 0.054 secs.
:house.intelli.raspi:classes (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:classes
Skipping task ':house.intelli.raspi:classes' as it has no actions.
:house.intelli.raspi:classes (Thread[Daemon worker,5,main]) completed. Took 0.0 secs.
:house.intelli.raspi:jar (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:jar
Executing task ':house.intelli.raspi:jar' (up-to-date check took 0.289 secs) due to:
  Output property 'archivePath' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/libs/house.intelli.raspi-0.9.0-SNAPSHOT.jar has changed.
  Output property 'archivePath' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/libs/house.intelli.raspi-0.9.0-SNAPSHOT.jar has been removed.
:house.intelli.raspi:jar (Thread[Daemon worker,5,main]) completed. Took 0.926 secs.
:house.intelli.raspi:copyFilesFromAssembly (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:copyFilesFromAssembly
Executing task ':house.intelli.raspi:copyFilesFromAssembly' (up-to-date check took 0.003 secs) due to:
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/assembly/house.intelli.raspi has changed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/assembly/house.intelli.raspi/installation.properties has been removed.
:house.intelli.raspi:copyFilesFromAssembly (Thread[Daemon worker,5,main]) completed. Took 0.031 secs.
:house.intelli.raspi:copyFilesFromBin (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:copyFilesFromBin
Executing task ':house.intelli.raspi:copyFilesFromBin' (up-to-date check took 0.003 secs) due to:
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/assembly/house.intelli.raspi/bin has changed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/assembly/house.intelli.raspi/bin/house.intelli.raspi has been removed.
:house.intelli.raspi:copyFilesFromBin (Thread[Daemon worker,5,main]) completed. Took 0.013 secs.
:house.intelli.raspi:chmodMainExecutable (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:chmodMainExecutable
Executing task ':house.intelli.raspi:chmodMainExecutable' (up-to-date check took 0.0 secs) due to:
  Task has not declared any outputs.
Starting process 'command 'chmod''. Working directory: /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/assembly/house.intelli.raspi/bin Command: chmod a+x house.intelli.raspi
Successfully started process 'command 'chmod''
:house.intelli.raspi:chmodMainExecutable (Thread[Daemon worker,5,main]) completed. Took 0.031 secs.
:house.intelli.raspi:copyDependencies (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:copyDependencies
Executing task ':house.intelli.raspi:copyDependencies' (up-to-date check took 0.006 secs) due to:
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/assembly/house.intelli.raspi/lib has changed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/assembly/house.intelli.raspi/lib/bcpg-jdk15on-1.56.jar has been removed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/assembly/house.intelli.raspi/lib/bcprov-jdk15on-1.56.jar has been removed.
:house.intelli.raspi:copyDependencies (Thread[Daemon worker,5,main]) completed. Took 0.132 secs.
:house.intelli.raspi:copyJar (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:copyJar
Executing task ':house.intelli.raspi:copyJar' (up-to-date check took 0.006 secs) due to:
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/assembly/house.intelli.raspi/lib/house.intelli.raspi-0.9.0-SNAPSHOT.jar has been removed.
:house.intelli.raspi:copyJar (Thread[Daemon worker,5,main]) completed. Took 0.016 secs.
:house.intelli.raspi:tarGzAssembly (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:tarGzAssembly
Executing task ':house.intelli.raspi:tarGzAssembly' (up-to-date check took 0.005 secs) due to:
  Output property 'archivePath' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/distributions/house.intelli.raspi-0.9.0-SNAPSHOT-bin.tar.gz has changed.
  Output property 'archivePath' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/distributions/house.intelli.raspi-0.9.0-SNAPSHOT-bin.tar.gz has been removed.
:house.intelli.raspi:tarGzAssembly (Thread[Daemon worker,5,main]) completed. Took 0.847 secs.
:house.intelli.raspi:assemble (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:assemble
Skipping task ':house.intelli.raspi:assemble' as it has no actions.
:house.intelli.raspi:assemble (Thread[Daemon worker,5,main]) completed. Took 0.001 secs.
:house.intelli.raspi:compileTestJava (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:compileTestJava
Executing task ':house.intelli.raspi:compileTestJava' (up-to-date check took 0.041 secs) due to:
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/classes/test has changed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/classes/test/house has been removed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/classes/test/house/intelli has been removed.
All input files are considered out-of-date for incremental task ':house.intelli.raspi:compileTestJava'.
Compiling with JDK Java compiler API.
:house.intelli.raspi:compileTestJava (Thread[Daemon worker,5,main]) completed. Took 0.147 secs.
:house.intelli.raspi:processTestResources (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:processTestResources
file or directory '/home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/src/test/resources', not found
file or directory '/home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/src/test/resources', not found
Skipping task ':house.intelli.raspi:processTestResources' as it has no source files.
:house.intelli.raspi:processTestResources UP-TO-DATE
:house.intelli.raspi:processTestResources (Thread[Daemon worker,5,main]) completed. Took 0.003 secs.
:house.intelli.raspi:testClasses (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:testClasses
Skipping task ':house.intelli.raspi:testClasses' as it has no actions.
:house.intelli.raspi:testClasses (Thread[Daemon worker,5,main]) completed. Took 0.001 secs.
:house.intelli.raspi:test (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:test
Executing task ':house.intelli.raspi:test' (up-to-date check took 0.029 secs) due to:
  Output property 'binResultsDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/test-results/test/binary has changed.
  Output property 'binResultsDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/test-results/test/binary/output.bin has been removed.
  Output property 'binResultsDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/test-results/test/binary/output.bin.idx has been removed.
Starting process 'Gradle Test Executor 8'. Working directory: /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi Command: /usr/lib/jvm/java-8-openjdk-amd64/bin/java -Djava.security.manager=worker.org.gradle.process.internal.worker.child.BootstrapSecurityManager -XX:MaxPermSize=256m -javaagent:build/tmp/expandedArchives/org.jacoco.agent-0.7.7.201606060606.jar_alq9f7txs0b41o93er67xw618/jacocoagent.jar=destfile=build/jacoco/test.exec,append=true,inclnolocationclasses=false,dumponexit=true,output=file,jmx=false -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=GB -Duser.language=en -Duser.variant -ea -cp /home/tomcat/.gradle/caches/3.1/workerMain/gradle-worker.jar worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Test Executor 8'
Successfully started process 'Gradle Test Executor 8'
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Initialized native services in: /home/tomcat/.gradle/native
Gradle Test Executor 8 started executing tests.

house.intelli.raspi.DimmerActorTest > dimmerValue100 STANDARD_OUT
    20:52:11.901 [Test worker] DEBUG house.intelli.core.bean.BeanSupport - setPropertyValue: setting: bean=@270d5c7d property=dimmerValue old=0 value=100
    100
    20:52:12.141 [Test worker] DEBUG house.intelli.raspi.DimmerActorImpl - close

house.intelli.raspi.DimmerActorTest > dimmerValue101 STANDARD_OUT
    20:52:12.217 [Test worker] DEBUG house.intelli.raspi.DimmerActorImpl - close

house.intelli.raspi.DimmerActorTest > dimmerValue_1 STANDARD_OUT
    20:52:12.225 [Test worker] DEBUG house.intelli.raspi.DimmerActorImpl - close

house.intelli.raspi.DimmerActorTest > dimmerValue0 STANDARD_OUT
    20:52:12.229 [Test worker] DEBUG house.intelli.raspi.DimmerActorImpl - close

house.intelli.raspi.DimmerActorTest > dimmerValues STANDARD_OUT
    20:52:12.244 [Test worker] DEBUG house.intelli.core.bean.BeanSupport - setPropertyValue: setting: bean=@283fb259 property=dimmerValue old=0 value=12
    1
    20:52:12.245 [Test worker] DEBUG house.intelli.core.bean.BeanSupport - setPropertyValue: setting: bean=@283fb259 property=dimmerValue old=12 value=25
    2
    20:52:12.258 [Test worker] DEBUG house.intelli.core.bean.BeanSupport - setPropertyValue: setting: bean=@283fb259 property=dimmerValue old=25 value=37
    4
    20:52:12.261 [Test worker] DEBUG house.intelli.core.bean.BeanSupport - setPropertyValue: setting: bean=@283fb259 property=dimmerValue old=37 value=50
    8
    20:52:12.263 [Test worker] DEBUG house.intelli.core.bean.BeanSupport - setPropertyValue: setting: bean=@283fb259 property=dimmerValue old=50 value=62
    16
    20:52:12.264 [Test worker] DEBUG house.intelli.core.bean.BeanSupport - setPropertyValue: setting: bean=@283fb259 property=dimmerValue old=62 value=75
    32
    20:52:12.265 [Test worker] DEBUG house.intelli.core.bean.BeanSupport - setPropertyValue: setting: bean=@283fb259 property=dimmerValue old=75 value=87
    64
    20:52:12.265 [Test worker] DEBUG house.intelli.core.bean.BeanSupport - setPropertyValue: setting: bean=@283fb259 property=dimmerValue old=87 value=100
    100
    20:52:12.266 [Test worker] DEBUG house.intelli.raspi.DimmerActorImpl - close

house.intelli.raspi.DimmerActorTest > dimmerValue STANDARD_OUT
    20:52:12.269 [Test worker] DEBUG house.intelli.core.bean.BeanSupport - setPropertyValue: setting: bean=@70a8c23a property=dimmerValue old=0 value=87
    64
    20:52:12.270 [Test worker] DEBUG house.intelli.raspi.DimmerActorImpl - close
Gradle Test Executor 8 finished executing tests.
Finished generating test XML results (0.003 secs) into: /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/test-results/test
Generating HTML test report...
Finished generating test html results (0.013 secs) into: /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/house.intelli.raspi/build/reports/tests/test
:house.intelli.raspi:test (Thread[Daemon worker,5,main]) completed. Took 4.272 secs.
:house.intelli.raspi:check (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:check
Skipping task ':house.intelli.raspi:check' as it has no actions.
:house.intelli.raspi:check (Thread[Daemon worker,5,main]) completed. Took 0.001 secs.
:house.intelli.raspi:build (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:build
Skipping task ':house.intelli.raspi:build' as it has no actions.
:house.intelli.raspi:build (Thread[Daemon worker,5,main]) completed. Took 0.001 secs.
:copyDistributions (Thread[Daemon worker,5,main]) started.
:copyDistributions
Executing task ':copyDistributions' (up-to-date check took 0.058 secs) due to:
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/build/distributions has changed.
  Output property 'destinationDir' file /home/tomcat/.jenkins/workspace/house.intelli/house.intelli/build/distributions/house.intelli.raspi-0.9.0-SNAPSHOT-bin.tar.gz has been removed.
:copyDistributions (Thread[Daemon worker,5,main]) completed. Took 0.156 secs.
:install (Thread[Daemon worker,5,main]) started.
:install
Executing task ':install' (up-to-date check took 0.001 secs) due to:
  Task has not declared any outputs.
Publishing configuration: configuration ':archives'
Publishing to org.gradle.api.publication.maven.internal.deployer.BaseMavenInstaller@65144078
:install (Thread[Daemon worker,5,main]) completed. Took 1.034 secs.
:house.intelli.android:install (Thread[Daemon worker,5,main]) started.
:house.intelli.android:install
Executing task ':house.intelli.android:install' (up-to-date check took 0.0 secs) due to:
  Task has not declared any outputs.
Publishing configuration: configuration ':house.intelli.android:archives'
Publishing to org.gradle.api.publication.maven.internal.deployer.BaseMavenInstaller@158a8ae9
:house.intelli.android:install (Thread[Daemon worker,5,main]) completed. Took 0.133 secs.
:house.intelli.core:install (Thread[Daemon worker,5,main]) started.
:house.intelli.core:install
Executing task ':house.intelli.core:install' (up-to-date check took 0.0 secs) due to:
  Task has not declared any outputs.
Publishing configuration: configuration ':house.intelli.core:archives'
Publishing to org.gradle.api.publication.maven.internal.deployer.BaseMavenInstaller@138a119d
:house.intelli.core:install (Thread[Daemon worker,5,main]) completed. Took 0.309 secs.
:house.intelli.desktop:install (Thread[Daemon worker,5,main]) started.
:house.intelli.desktop:install
Executing task ':house.intelli.desktop:install' (up-to-date check took 0.0 secs) due to:
  Task has not declared any outputs.
Publishing configuration: configuration ':house.intelli.desktop:archives'
Publishing to org.gradle.api.publication.maven.internal.deployer.BaseMavenInstaller@39ed6299
:house.intelli.desktop:install (Thread[Daemon worker,5,main]) completed. Took 0.08 secs.
:house.intelli.pgp:install (Thread[Daemon worker,5,main]) started.
:house.intelli.pgp:install
Executing task ':house.intelli.pgp:install' (up-to-date check took 0.0 secs) due to:
  Task has not declared any outputs.
Publishing configuration: configuration ':house.intelli.pgp:archives'
Publishing to org.gradle.api.publication.maven.internal.deployer.BaseMavenInstaller@433ec92d
:house.intelli.pgp:install (Thread[Daemon worker,5,main]) completed. Took 0.072 secs.
:house.intelli.raspi:install (Thread[Daemon worker,5,main]) started.
:house.intelli.raspi:install
Executing task ':house.intelli.raspi:install' (up-to-date check took 0.0 secs) due to:
  Task has not declared any outputs.
Publishing configuration: configuration ':house.intelli.raspi:archives'
Publishing to org.gradle.api.publication.maven.internal.deployer.BaseMavenInstaller@5580d831
:house.intelli.raspi:install (Thread[Daemon worker,5,main]) completed. Took 0.104 secs.

BUILD SUCCESSFUL

Total time: 8 mins 38.838 secs
Stopped 0 compiler daemon(s).
Received result Success[value=null] from daemon DaemonInfo{pid=31050, address=[3bc3c21c-009d-4b94-ab7c-4055141cd884 port:37177, addresses:[/0:0:0:0:0:0:0:1, /127.0.0.1]], state=Busy, lastBusy=1537987419062, context=DefaultDaemonContext[uid=96c0d44b-fd1e-462c-b2c4-9203dc124480,javaHome=/usr/lib/jvm/java-8-openjdk-amd64,daemonRegistryDir=/home/tomcat/.gradle/daemon,pid=31050,idleTimeout=10800000,daemonOpts=-XX:MaxPermSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xmx1024m,-Dfile.encoding=UTF-8,-Duser.country=GB,-Duser.language=en,-Duser.variant]} (build should be done).
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
Recording test results
Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered
Triggering a new build of org.openhab.binding.intellihouse
Finished: SUCCESS