Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipv6 tests in jdk_net FAILED on test-docker-ubuntu2204-ppc64le-1 and test-docker-debian11-ppc64le-1 #2883

Closed
smlambert opened this issue Jan 14, 2023 · 5 comments

Comments

@smlambert
Copy link
Contributor

java/net/Inet6Address/B6206527.java and java/net/ipv6tests/B6521014.java fail on test-docker-ubuntu2204-ppc64le-1 and test-docker-debian11-ppc64le-1 with No such device (Bind failed) and java.net.ConnectException: Network is unreachable (connect failed)

Console output:

10:28:14          B6206527
10:28:14  STDOUT:
10:28:14  trying LL addr: /fe80:0:0:0:42:acff:fe11:2%eth0
10:28:14  trying LL addr: /fe80:0:0:0:42:acff:fe11:2
10:28:14  STDERR:
10:28:14  java.net.SocketException: No such device (Bind failed)
10:28:14  	at java.net.PlainSocketImpl.socketBind(Native Method)
10:28:14  	at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387)
10:28:14  	at java.net.ServerSocket.bind(ServerSocket.java:390)
10:28:14  	at java.net.ServerSocket.bind(ServerSocket.java:344)
10:28:14  	at B6206527.main(B6206527.java:57)
10:28:14  	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:28:14  	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
10:28:14  	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
10:28:14  	at java.lang.reflect.Method.invoke(Method.java:498)
10:28:14  	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
10:28:14  	at java.lang.Thread.run(Thread.java:750)

and

10:28:14          B6521014
10:28:14  STDERR:
10:28:14  java.net.ConnectException: Network is unreachable (connect failed)
10:28:14  	at java.net.PlainSocketImpl.socketConnect(Native Method)
10:28:14  	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
10:28:14  	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
10:28:14  	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
10:28:14  	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
10:28:14  	at java.net.Socket.connect(Socket.java:607)
10:28:14  	at B6521014.test1(B6521014.java:77)
10:28:14  	at B6521014.main(B6521014.java:106)
10:28:14  	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:28:14  	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
10:28:14  	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
10:28:14  	at java.lang.reflect.Method.invoke(Method.java:498)
10:28:14  	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
10:28:14  	at java.lang.Thread.run(Thread.java:750)

Test Info
Test Name: jdk_net_1
Test Duration: 8 min 37 sec
Machine: test-docker-ubuntu2204-ppc64le-1
TRSS link for the test output: https://trss.adoptium.net/output/test?id=63c21fffed0b30773ba35f46

Build Info
Build Name: Test_openjdk8_hs_extended.openjdk_ppc64le_linux_testList_1
Jenkins Build start time: Jan 13 2023, 06:19 pm
Jenkins Build URL: https://ci.adoptopenjdk.net/job/Test_openjdk8_hs_extended.openjdk_ppc64le_linux_testList_1/86/
TRSS link for the build: https://trss.adoptium.net/allTestsInfo?buildId=63c21f23ed0b30773ba35d15

Java Version
openjdk version "1.8.0_362"
OpenJDK Runtime Environment (Temurin)(build 1.8.0_362-b06)
OpenJDK 64-Bit Server VM (Temurin)(build 25.362-b06, mixed mode)

This test has been failed 2 times since Jan 12 2023, 09:56 am
Java Version when the issue first seen
openjdk version "1.8.0_362"
OpenJDK Runtime Environment (Temurin)(build 1.8.0_362-b06)
OpenJDK 64-Bit Server VM (Temurin)(build 25.362-b06, mixed mode)
Jenkins Build URL: https://ci.adoptopenjdk.net/job/Test_openjdk8_hs_extended.openjdk_ppc64le_linux_testList_1/85/

The test failed on machine test-docker-ubuntu2204-ppc64le-1 1 times
The test failed on machine test-docker-debian11-ppc64le-1 1 times

@Haroon-Khel
Copy link
Contributor

Haroon-Khel commented Jan 17, 2023

Rerunning on the problem machines, and others that I suspect will have the same error
https://ci.adoptopenjdk.net/job/Grinder/6338/console test-docker-debian11-ppc64le-3
https://ci.adoptopenjdk.net/job/Grinder/6339/console test-docker-debian11-ppc64le-1
https://ci.adoptopenjdk.net/job/Grinder/6340/console test-docker-debian11-ppc64le-1
https://ci.adoptopenjdk.net/job/Grinder/6341/console test-docker-ubuntu2204-ppc64le-1
https://ci.adoptopenjdk.net/job/Grinder/6342/console test-docker-ubuntu2204-ppc64le-2

@Haroon-Khel
Copy link
Contributor

Only seems to fail on test-docker-ubuntu2204-ppc64le-1 now. Seems intermittent on other machines

@Haroon-Khel
Copy link
Contributor

Haroon-Khel commented Jan 17, 2023

@Haroon-Khel
Copy link
Contributor

Rerunning the two failing ipv6 tests

@Haroon-Khel
Copy link
Contributor

Haroon-Khel commented Feb 22, 2023

Both tests continue to fail on test-docker-ubuntu2204-ppc64le-1. Strange since the tests pass on -2 which is hosted on the same dockerhost machine.

I've set up a temporary -3, on which both tests failed
https://ci.adoptium.net/view/Test_grinder/job/Grinder/6724/console
https://ci.adoptium.net/view/Test_grinder/job/Grinder/6723/console

I will take -1 offline and replace it with another linux container.

Investigation into the difference in the ipv6 setup between the working and non working containers can continue in another infra issue. This one can be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants