-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
New Machine requirement UBI static docker containers #3586
Comments
FYI @Haroon-Khel this is the issue I mentioned earlier today |
I did a little but of work today to test on UBI in order to compare with the Amazon Linux results so I've got these Dockerfiles that work (but may need a little more "tidying" before we make them live): |
x64 ubi9 container up https://ci.adoptium.net/computer/test-docker-ubi9-x64-1/ https://ci.adoptium.net/job/AQA_Test_Pipeline/277/console (jdk21 v1.0.1-release branch) |
s390x and arm64 images cant install
And even though the x64 image couldnt find libnss3.so, it didnt cause an error during building. |
https://ci.adoptium.net/computer/test-docker-ubi9-armv8l-1/ without libnss3.so https://ci.adoptium.net/job/AQA_Test_Pipeline/278/console (jdk21 v1.0.1-release branch) |
https://ci.adoptium.net/computer/test-docker-ubi9-s390x-1/ without libnss3.so https://ci.adoptium.net/job/AQA_Test_Pipeline/279/console (jdk21 v1.0.1-release branch) |
ppc64le ubi9 image finding it hard to install the last line of dependencies
|
|
All tests passed
The only failure javax/imageio/plugins/png/ReadPngRGBImageWithTRNSChunk.java
Only failure jdk/jfr/jcmd/TestJcmdDump.java |
ppc64le ubi9 container is up https://ci.adoptium.net/computer/test-docker–ubi9-ppc64le-1/ . Getting this error when updating openssl-libs
https://ci.adoptium.net/job/AQA_Test_Pipeline/288/console (jdk21 v1.0.1-release branch) |
https://ci.adoptium.net/computer/test-docker–ubi9-ppc64le-1/ ubi9 ppc64le jdk21 failures v1.0.1-release branch
|
https://ci.adoptium.net/computer/test-docker-ubi8-ppc64le-1/ is up update: failing tests:
|
Can we try and get JDK17 and 8 kicked off over the weekend too? I'm expecting it to show the same failures as Amazon Linux 2023 but it would be good to be able to see if that's true in practice :-) |
Interesting - don't think I've seen that one as a regular failure so it likelyt needs some investigating - I think the other two are known / intermittent. |
https://ci.adoptium.net/computer/test-docker-ubi8-x64-1/ is up Update: extended openjdk jdk/jfr/jcmd/TestJcmdDump.java only failed test |
Yep, I just want to get a single jdk version test pipeline done before running the rest over the weekend |
https://ci.adoptium.net/computer/test-docker-ubi8-armv8-1/ is up Update: Only 1 failing test jdk/jfr/jcmd/TestJcmdDump.java |
AQA test pipelines for UBI8 and 9 machines. JDK 8 11 and 17 v1.0.1-release branch test-docker-ubi9-x64-1 test-docker-ubi9-s390x-1 test-docker-ubi9-armv8l-1 test-docker-ubi9-ppc64le-1 test-docker-ubi8-x64-1 test-docker-ubi8-armv8-1 test-docker-ubi8-ppc64le-1 |
For consideration in terms of reporting: #3600 |
JDK8 11 17 v1.0.1-release branch failures onlytest-docker-ubi9-x64-1JDK8 extended openjdk
java/nio/file/Files/probeContentType/Basic.java
jdk_security3
java/rmi/activation/rmidViaInheritedChannel/InheritedChannelNotServerSocket.java
JDK8 sanity openjdk JDK11 extended system
JDK11 extended openjdk JDK17 sanity system
JDK17 extended openjdk
test-docker-ubi9-s390x-1JDK11 extended openjdk JDK17 extended perf
test-docker-ubi9-armv8l-1JDK8 extended openjdk
java/nio/file/Files/probeContentType/Basic.java
sun/security/tools/keytool/autotest.sh JDK11 extended openjdk test-docker-ubi9-ppc64le-1JDK8 sanity openjdk JDK8 extended openjdk JDK11 extended openjdk
JDK17 extended openjdk
test-docker-ubi8-x64-1JDK8 sanity openjdk JDK8 extended openjdk
sun/security/pkcs11/fips/TestTLS12.java JDK11 extended openjdk JDK17 extended openjdk
test-docker-ubi8-armv8-1JDK8 extended openjdk
JDk11 extended openjdk test-docker-ubi8-ppc64le-1JDK8 sanity openjdk JDK8 extended openjdk
JDK11 extended openjdk
JDK17 extended openjdk
|
Grouping all of the common consistent failures: Known issue #2949 Known issue #2631 jdk_security3 sun/security/krb5/auto/rcache_usemd5.sh sxa: Related: #3521, adoptium/aqa-tests#5300 (comment), and referenced for JDK11 in adoptium/aqa-tests#3065 java/time/test/java/time/format/TestUTCParse.java sxa: Referenced in multiple triage issues such as adoptium/aqa-tests#5232 (comment) - needs issue raising. sun/security/tools/keytool/autotest.sh - sxa: Seems common on newer distributions |
@Haroon-Khel Is there any additional work needed here or do we have enough live UBI machines now? |
The machines are live, this can be closed |
I need to request a new machine:
Please explain what this machine is needed for:
We ship and support ubi9-minimal docker containers with Temurin as official dockerhub images but currently do not perform any testing on UBI. There is currently one UBI8 image in jenkins but that is hosted on the skytap dockerhost machine which is offline due to insufficient credits being available to run it, so we are not running testing on any UBI versions just now. Since this is an official docker image which we shipped we are running quite a risk by not actively testing on it on a regular basis.
The initial support for UBI8 images was created in #2532 - this should be expanded to cover ubi9 (minimal version if possible, and if not ensure we understand why) and enable ubi8 again.
Related (other OSs)
The text was updated successfully, but these errors were encountered: