aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

10 jdk_net tests failed with ` Can't assign requested address ` on jdk17 aix

Open sophia-guo opened this issue 3 years ago • 4 comments

10 tests failed with Execution failed: `main' threw exception: java.net.BindException: Can't assign requested address on jdk17 aix.

It happened on test aix machine test-osuosl-aix715-ppc64-3

https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_0/20/#showFailuresLink

Stacktrace
Execution failed: `main' threw exception: java.net.BindException: Can't assign requested address    

java/net/DatagramSocket/Send12k.java.Send12k java/net/MulticastSocket/IPMulticastIF.java.IPMulticastIF java/net/Socket/B6210227.java.B6210227 java/net/Socket/GetLocalAddress.java.GetLocalAddress java/net/Socket/HttpProxy.java.HttpProxy java/net/Socket/SetSoLinger.java.SetSoLinger sun/net/www/protocol/http/B6299712.java.B6299712 sun/net/www/protocol/http/HttpOnly.java.HttpOnly sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.java.PostThruProxyWithAuth java/net/DatagramSocket/SendReceiveMaxSize.java.SendReceiveMaxSize

Those tests also failed on build aix machine build-osuosl-aix71-ppc64-2 though with different error message. https://ci.adoptopenjdk.net/job/Grinder/3282/ seven tests under java/net got error message like Execution failed: main' threw exception: java.net.NoRouteToHostException: A route to the remote host is not available.https://ci.adoptopenjdk.net/job/Grinder/3283/ three tests under sun/net got error messagejava.net.BindException: The socket name is not available on this system. `

sophia-guo avatar Jan 26 '22 18:01 sophia-guo

Ref https://github.com/adoptium/aqa-tests/issues/3251 and https://github.com/adoptium/infrastructure/issues/2456 This might be an infra issue.

Try rerunning the failed tests on build-osuosl-aix71-ppc64-1. I didn't expect them to fail on build-osuosl-aix71-ppc64-2, but they might pass on -1

Haroon-Khel avatar Jan 28 '22 12:01 Haroon-Khel

Those tests also failed on build aix machine build-osuosl-aix71-ppc64-2 though with different error message. https://ci.adoptopenjdk.net/job/Grinder/3282/

sophia-guo avatar Jan 28 '22 13:01 sophia-guo

Rerunning extended openjdk on test-osuosl-aix715-ppc64-3 after changes made in https://github.com/adoptium/infrastructure/issues/2456 https://ci.adoptopenjdk.net/job/Grinder/3684/console

Haroon-Khel avatar Feb 22 '22 12:02 Haroon-Khel

java/net/MulticastSocket/JoinLeave.java jdk8 same failure on both build or tests machine

https://trss.adoptium.net/deepHistory?testId=62ae1428250c3c428c288e6a

sophia-guo avatar Jun 23 '22 21:06 sophia-guo