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

Smoke tests failures #127

Open
sophia-guo opened this issue Apr 12, 2021 · 6 comments
Open

Smoke tests failures #127

sophia-guo opened this issue Apr 12, 2021 · 6 comments
Assignees
Labels
aix bug hotspot linux openj9 testing windows x64 Issues that affect or relate to the x64/x32 LINUX OS
Milestone

Comments

@sophia-guo
Copy link
Contributor

sophia-guo commented Apr 12, 2021

Different smoke tests failures:

aix related: https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-aix-ppc64-hotspot_SmokeTests/1/ see #121 (comment)

window32, windows64:https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-windows-x64-hotspot_SmokeTests/

  • Failures for impl=openj9: all others failures
@sophia-guo
Copy link
Contributor Author

sophia-guo commented Apr 13, 2021

AIX failure: add ppc64 as arch and got:

03:34:30  Unrecognized VM option 'StartFlightRecording'
03:34:30  Error: Could not create the Java Virtual Machine.
03:34:30  Error: A fatal exception has occurred. Program will exit.
03:34:30  Apr 13, 2021 7:34:30 AM net.adoptopenjdk.test.FeatureTests testShenandoahAvailable
03:34:30  INFO: Detected 11.0.11.0 on AIX/PPC64, expect Shenandoah to be present: false
03:34:30  Unrecognized VM option 'UseShenandoahGC'
03:34:30  Error: Could not create the Java Virtual Machine.
03:34:30  Error: A fatal exception has occurred. Program will exit.
...
03:34:30  FAILED: testJFRAvailable
03:34:30  java.lang.AssertionError: Expected JFR to be present but it is absent. expected [0] but found [1]
...

https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-aix-ppc64-hotspot_SmokeTests/2/console

Shenandoah GC was enabled by default with JDK 15 (JEP 379) and backported to 11.0.9.
https://bugs.openjdk.java.net/browse/JDK-8250784

Looks like Shenandoah GC hasn't been enabled for nightly AIX build. If this is not expected I can move the issue to openjdk-build. Otherwise test doesn't work for AIX.

@sophia-guo
Copy link
Contributor Author

Looks like current smoke tests mainly focus on mac, wins, linux. That is other os or platform may hit different issues.

@sophia-guo
Copy link
Contributor Author

sophia-guo commented Apr 13, 2021

@sophia-guo
Copy link
Contributor Author

Windows 64 with hotspot failure is

19:46:15  java.lang.AssertionError: Expected libfreetype to be bundled but is not. expected [true] but found [false]
19:46:15  	at org.testng.Assert.fail(Assert.java:96)

https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-windows-x64-hotspot_SmokeTests/1/console

@sophia-guo
Copy link
Contributor Author

Smoke tests failure with openj9:

net.adoptopenjdk.test.VendorPropertiesTest.vmPropertiesPointToVendor
net.adoptopenjdk.test.CudaEnabledTest.testIfCudaIsEnabled

https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-x64-openj9_SmokeTests/2/#showFailuresLink

@sophia-guo
Copy link
Contributor Author

All smoke tests with jdk8 failed.

@karianna karianna modified the milestones: April 2021, May 2021 May 4, 2021
@karianna karianna modified the milestones: May 2021, June 2021 Jun 6, 2021
@github-actions github-actions bot added aix hotspot linux openj9 windows x64 Issues that affect or relate to the x64/x32 LINUX OS labels Jun 6, 2021
AdamBrousseau added a commit to AdamBrousseau/ci-jenkins-pipelines that referenced this issue Mar 6, 2023
Add runUploadTestImage() for CRIU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aix bug hotspot linux openj9 testing windows x64 Issues that affect or relate to the x64/x32 LINUX OS
Projects
None yet
Development

No branches or pull requests

3 participants