[
https://issues.apache.org/jira/browse/GEODE-7328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ernest Burghardt updated GEODE-7328:
------------------------------------
Description:
org.apache.geode.distributed.ServerLauncherTest >
startRunsExceptionActionAfterStartupTasksError FAILED
java.lang.RuntimeException: An IO error occurred while starting a Server in
/home/geode/geode/geode-core/build/test on
heavy-lifter-fac2da6c-bacb-5e92-9cf1-b8cdb36d3b27.c.apachegeode-ci.internal[40404]:
Network is unreachable; port (40404) is not available on localhost. at
org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:854) at
org.apache.geode.distributed.ServerLauncherTest.startRunsExceptionActionAfterStartupTasksError(ServerLauncherTest.java:368)
Caused by: java.net.BindException: Network is unreachable; port (40404) is not
available on localhost. at
org.apache.geode.distributed.AbstractLauncher.assertPortAvailable(AbstractLauncher.java:142)
at org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:796)
... 1 more org.apache.geode.distributed.ServerLauncherTest >
startRunsCompletionActionAfterStartupTasksComplete FAILED
java.lang.RuntimeException: An IO error occurred while starting a Server in
/home/geode/geode/geode-core/build/test on
heavy-lifter-fac2da6c-bacb-5e92-9cf1-b8cdb36d3b27.c.apachegeode-ci.internal[40404]:
Network is unreachable; port (40404) is not available on localhost. at
org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:854) at
org.apache.geode.distributed.ServerLauncherTest.startRunsCompletionActionAfterStartupTasksComplete(ServerLauncherTest.java:346)
Caused by: java.net.BindException: Network is unreachable; port (40404) is not
available on localhost. at
org.apache.geode.distributed.AbstractLauncher.assertPortAvailable(AbstractLauncher.java:142)
at org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:796)
... 1 more org.apache.geode.distributed.ServerLauncherTest >
startUsesControllableProcessFromBuilder FAILED java.lang.RuntimeException: An
IO error occurred while starting a Server in
/home/geode/geode/geode-core/build/test on
heavy-lifter-fac2da6c-bacb-5e92-9cf1-b8cdb36d3b27.c.apachegeode-ci.internal[40404]:
Network is unreachable; port (40404) is not available on localhost. at
org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:854) at
org.apache.geode.distributed.ServerLauncherTest.startUsesControllableProcessFromBuilder(ServerLauncherTest.java:402)
Caused by: java.net.BindException: Network is unreachable; port (40404) is not
available on localhost. at
org.apache.geode.distributed.AbstractLauncher.assertPortAvailable(AbstractLauncher.java:142)
at org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:796)
... 1 more org.apache.geode.distributed.ServerLauncherTest >
startUsesCacheProviderFromBuilder FAILED java.lang.RuntimeException: An IO
error occurred while starting a Server in
/home/geode/geode/geode-core/build/test on
heavy-lifter-fac2da6c-bacb-5e92-9cf1-b8cdb36d3b27.c.apachegeode-ci.internal[40404]:
Network is unreachable; port (40404) is not available on localhost. at
org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:854) at
org.apache.geode.distributed.ServerLauncherTest.startUsesCacheProviderFromBuilder(ServerLauncherTest.java:385)
Caused by: java.net.BindException: Network is unreachable; port (40404) is not
available on localhost. at
org.apache.geode.distributed.AbstractLauncher.assertPortAvailable(AbstractLauncher.java:142)
at org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:796)
... 1 more org.apache.geode.distributed.ServerLauncherTest >
startCacheServerDoesNothingWhenCacheServerAlreadyExists FAILED
java.lang.RuntimeException: An IO error occurred while starting a Server in
/home/geode/geode/geode-core/build/test on
heavy-lifter-fac2da6c-bacb-5e92-9cf1-b8cdb36d3b27.c.apachegeode-ci.internal[40404]:
Network is unreachable; port (40404) is not available on localhost. at
org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:854) at
org.apache.geode.distributed.ServerLauncherTest.startCacheServerDoesNothingWhenCacheServerAlreadyExists(ServerLauncherTest.java:324)
Caused by: java.net.BindException: Network is unreachable; port (40404) is not
available on localhost. at
org.apache.geode.distributed.AbstractLauncher.assertPortAvailable(AbstractLauncher.java:142)
at org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:796)
... 1 more
was:
{noformat}
org.apache.geode.distributed.ServerLauncherTest >
startWaitsForStartupTasksToComplete FAILED
org.awaitility.core.ConditionTimeoutException: Assertion condition defined
as a lambda expression in org.apache.geode.distributed.ServerLauncherTest that
uses java.util.concurrent.CompletableFuture
Wanted but not invoked:
completableFuture.thenRun(<any>);
-> at
org.apache.geode.distributed.ServerLauncherTest.lambda$startWaitsForStartupTasksToComplete$14(ServerLauncherTest.java:428)
Actually, there were zero interactions with this mock.
within 300 seconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
at
org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
at
org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
at
org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
at
org.apache.geode.distributed.ServerLauncherTest.startWaitsForStartupTasksToComplete(ServerLauncherTest.java:428)
Caused by:
Wanted but not invoked:
completableFuture.thenRun(<any>);
-> at
org.apache.geode.distributed.ServerLauncherTest.lambda$startWaitsForStartupTasksToComplete$14(ServerLauncherTest.java:428)
Actually, there were zero interactions with this mock.
at
org.apache.geode.distributed.ServerLauncherTest.lambda$startWaitsForStartupTasksToComplete$14(ServerLauncherTest.java:428)
{noformat}
UnitTestOpenJDK11 #943:
https://concourse.gemfire-ci.info/teams/main/pipelines/gemfire-develop-main/jobs/UnitTestOpenJDK11/builds/943
=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Test Results URI
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
gs://gemfire-test-artifacts/builds/gemfire-develop-main/9.10.0-build.0108/test-results/test/1568154432/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Test report artifacts from this job are available at:
gs://gemfire-test-artifacts/builds/gemfire-develop-main/9.10.0-build.0108/test-artifacts/1568154432/unittestfiles-OpenJDK11-9.10.0-build.0108.tgz
> CI Failure: org.apache.geode.distributed.ServerLauncherTest(s)failed
> --------------------------------------------------------------------
>
> Key: GEODE-7328
> URL: https://issues.apache.org/jira/browse/GEODE-7328
> Project: Geode
> Issue Type: Bug
> Components: gfsh
> Reporter: Ernest Burghardt
> Priority: Major
>
> org.apache.geode.distributed.ServerLauncherTest >
> startRunsExceptionActionAfterStartupTasksError FAILED
> java.lang.RuntimeException: An IO error occurred while starting a Server in
> /home/geode/geode/geode-core/build/test on
> heavy-lifter-fac2da6c-bacb-5e92-9cf1-b8cdb36d3b27.c.apachegeode-ci.internal[40404]:
> Network is unreachable; port (40404) is not available on localhost. at
> org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:854) at
> org.apache.geode.distributed.ServerLauncherTest.startRunsExceptionActionAfterStartupTasksError(ServerLauncherTest.java:368)
> Caused by: java.net.BindException: Network is unreachable; port (40404) is
> not available on localhost. at
> org.apache.geode.distributed.AbstractLauncher.assertPortAvailable(AbstractLauncher.java:142)
> at
> org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:796)
> ... 1 more org.apache.geode.distributed.ServerLauncherTest >
> startRunsCompletionActionAfterStartupTasksComplete FAILED
> java.lang.RuntimeException: An IO error occurred while starting a Server in
> /home/geode/geode/geode-core/build/test on
> heavy-lifter-fac2da6c-bacb-5e92-9cf1-b8cdb36d3b27.c.apachegeode-ci.internal[40404]:
> Network is unreachable; port (40404) is not available on localhost. at
> org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:854) at
> org.apache.geode.distributed.ServerLauncherTest.startRunsCompletionActionAfterStartupTasksComplete(ServerLauncherTest.java:346)
> Caused by: java.net.BindException: Network is unreachable; port (40404) is
> not available on localhost. at
> org.apache.geode.distributed.AbstractLauncher.assertPortAvailable(AbstractLauncher.java:142)
> at
> org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:796)
> ... 1 more org.apache.geode.distributed.ServerLauncherTest >
> startUsesControllableProcessFromBuilder FAILED java.lang.RuntimeException: An
> IO error occurred while starting a Server in
> /home/geode/geode/geode-core/build/test on
> heavy-lifter-fac2da6c-bacb-5e92-9cf1-b8cdb36d3b27.c.apachegeode-ci.internal[40404]:
> Network is unreachable; port (40404) is not available on localhost. at
> org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:854) at
> org.apache.geode.distributed.ServerLauncherTest.startUsesControllableProcessFromBuilder(ServerLauncherTest.java:402)
> Caused by: java.net.BindException: Network is unreachable; port (40404) is
> not available on localhost. at
> org.apache.geode.distributed.AbstractLauncher.assertPortAvailable(AbstractLauncher.java:142)
> at
> org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:796)
> ... 1 more org.apache.geode.distributed.ServerLauncherTest >
> startUsesCacheProviderFromBuilder FAILED java.lang.RuntimeException: An IO
> error occurred while starting a Server in
> /home/geode/geode/geode-core/build/test on
> heavy-lifter-fac2da6c-bacb-5e92-9cf1-b8cdb36d3b27.c.apachegeode-ci.internal[40404]:
> Network is unreachable; port (40404) is not available on localhost. at
> org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:854) at
> org.apache.geode.distributed.ServerLauncherTest.startUsesCacheProviderFromBuilder(ServerLauncherTest.java:385)
> Caused by: java.net.BindException: Network is unreachable; port (40404) is
> not available on localhost. at
> org.apache.geode.distributed.AbstractLauncher.assertPortAvailable(AbstractLauncher.java:142)
> at
> org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:796)
> ... 1 more org.apache.geode.distributed.ServerLauncherTest >
> startCacheServerDoesNothingWhenCacheServerAlreadyExists FAILED
> java.lang.RuntimeException: An IO error occurred while starting a Server in
> /home/geode/geode/geode-core/build/test on
> heavy-lifter-fac2da6c-bacb-5e92-9cf1-b8cdb36d3b27.c.apachegeode-ci.internal[40404]:
> Network is unreachable; port (40404) is not available on localhost. at
> org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:854) at
> org.apache.geode.distributed.ServerLauncherTest.startCacheServerDoesNothingWhenCacheServerAlreadyExists(ServerLauncherTest.java:324)
> Caused by: java.net.BindException: Network is unreachable; port (40404) is
> not available on localhost. at
> org.apache.geode.distributed.AbstractLauncher.assertPortAvailable(AbstractLauncher.java:142)
> at
> org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:796)
> ... 1 more
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)