infrastructure icon indicating copy to clipboard operation
infrastructure copied to clipboard

DBBLoadTest_5m & MiniMix_aot_5m FAIL on test-marist-rhel7-s390x-2 - NoRouteToHostException

Open smlambert opened this issue 3 years ago • 0 comments

Fails on test-marist-rhel7-s390x-2 Passes on test-marist-ubuntu2004-s390x-1,test-marist-ubuntu1804-s390x-4 (historically)

Test Info Test Name: DBBLoadTest_5m_0 Test Duration: 49 sec Machine: test-marist-rhel7-s390x-2 TRSS link for the test output: https://trss.adoptium.net/output/test?id=63501642ed0b30773b6316ca

Build Info Build Name: Test_openjdk17_hs_extended.system_s390x_linux Jenkins Build start time: Oct 19 2022, 12:43 am Jenkins Build URL: https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_extended.system_s390x_linux/209/ TRSS link for the build: https://trss.adoptium.net/allTestsInfo?buildId=635014e5ed0b30773b630693

Java Version openjdk version "17.0.5" 2022-10-18 OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8) OpenJDK 64-Bit Server VM Temurin-17.0.5+8 (build 17.0.5+8, mixed mode, sharing)

Rerun in Grinder

Console output snippet:

[2022-10-19T05:03:00.113Z] DBLT >>> Captured test output >>>
[2022-10-19T05:03:00.113Z] DBLT MultipleReadWriteAsyncTest is using the following ChannelGroup: sun.nio.ch.EPollPort@6820a231
[2022-10-19T05:03:00.113Z] DBLT Starting up Asynchronous Echo Server instance.
[2022-10-19T05:03:00.113Z] DBLT Echo Server log available at EchoServer.log
[2022-10-19T05:03:00.113Z] DBLT EchoServer Using channel group - sun.nio.ch.EPollPort@1389ea01
[2022-10-19T05:03:00.113Z] DBLT Completed Asynchronous Echo Server startup - available at /148.100.74.92:41026
[2022-10-19T05:03:00.113Z] DBLT testStarted : testHandlerReadWriteMultiple(net.adoptopenjdk.test.nio2.asyncio.client.MultipleReadWriteAsyncTest)
[2022-10-19T05:03:00.113Z] DBLT testFailure: testHandlerReadWriteMultiple(net.adoptopenjdk.test.nio2.asyncio.client.MultipleReadWriteAsyncTest): java.net.NoRouteToHostException: No route to host
[2022-10-19T05:03:00.113Z] DBLT java.util.concurrent.ExecutionException: java.net.NoRouteToHostException: No route to host
[2022-10-19T05:03:00.113Z] DBLT 	at java.base/sun.nio.ch.PendingFuture.get(PendingFuture.java:200)
[2022-10-19T05:03:00.113Z] DBLT 	at net.adoptopenjdk.test.nio2.asyncio.RunFuture.get(RunFuture.java:47)
[2022-10-19T05:03:00.113Z] DBLT 	at net.adoptopenjdk.test.nio2.asyncio.client.MultipleReadWriteAsyncTest.runHandlerReadWriteMultiple(MultipleReadWriteAsyncTest.java:170)
[2022-10-19T05:03:00.113Z] DBLT 	at net.adoptopenjdk.test.nio2.asyncio.client.MultipleReadWriteAsyncTest.testHandlerReadWriteMultiple(MultipleReadWriteAsyncTest.java:93)
[2022-10-19T05:03:00.113Z] DBLT 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2022-10-19T05:03:00.113Z] DBLT 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[2022-10-19T05:03:00.113Z] DBLT 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

smlambert avatar Oct 21 '22 03:10 smlambert