-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
JDK8 arm32 TestJlmRemote and jdk_util_2 tests pass only on build-equinix-ubuntu1604-armv7l-1 #2376
Comments
Correction, build-equinix-ubuntu1604-armv7l-1 is a docker container. It is hosted on docker-packet-ubuntu2004-armv8-1, an aarch64 machine. But the docker container is arm32
|
The 3 arm32 machines, test-docker-ubuntu2004-armv7l-1 -2 and -3, hosted on dockerhost-equinix-ubuntu2004-armv8-1 an aarch64 machine, return
|
Correct. They are running a 64-bit kernel so On the build container I "patched" the uname command to retrun the correct value as I could easily influence the build process - the original
|
The TestJlmRemote tests may be intermittent as they have just passed on test-docker-ubuntu2004-armv7l-2, which they had previously failed on, https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/2473/console I also ran them on a new ubuntu 2004 docker container on test-docker-ubuntu2004-armv7l-2's host machine. The tests passed. Rerunning 10 iterations on test-docker-ubuntu2004-armv7l-1 -2 and -3 |
Seems inconsistent on all three systems - |
Hmmm:
I think Simon looked into something similar - I suggest looking for other issues which might mention |
Related issue adoptium/aqa-systemtest#274 |
Note: The failures do also occur on non-docker systems:
|
Rerunning jdk_util_2, 5 iterations to determine whether it is machine specific and or intermittent https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/2656/console test-docker-ubuntu2004-armv7l-1 |
Needs retesting since this was from three years ago |
Rerunning on arm32 nodes test-docker-ubuntu2004-armv7l-5 Failed tests
test-docker-ubuntu2004-armv7l-4
test-docker-ubuntu2004-armv7l-6
test-docker-ubuntu2004-armv7l-1
test-docker-ubuntu2004-armv7l-2
test-docker-ubuntu2004-armv7l-3
test-docker-debian12-armv7l-1
|
Noting that Grinders 4636/4637 in the 'other' jenkins shows similar results - passes on the standalone machine (Pi4) and failing in the container environment on an arm64 host. It might be interesting to try this in a container on a real arm32 host to see if that makes a difference. |
TestJlmRemote from sanity system and jdk_util_2 from sanity openjdk seem to pass only on build-equinix-ubuntu1604-armv7l-1 which is our only arm32 machine which isn't a docker container.
Latest TestJlmRemote pass
https://ci.adoptopenjdk.net/job/Grinder/2434/console
Error log for latest failure can be found here adoptium/aqa-tests#3117
Latest jdk_util_2 pass
https://ci.adoptopenjdk.net/job/Grinder/2429/console
Error log for latest failure can be found here adoptium/aqa-tests#3118
The text was updated successfully, but these errors were encountered: