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

All Java 8 nightly tests failed #2804

Closed
github-actions bot opened this issue May 24, 2024 · 1 comment
Closed

All Java 8 nightly tests failed #2804

github-actions bot opened this issue May 24, 2024 · 1 comment

Comments

@github-actions
Copy link

github-actions bot commented May 24, 2024

All three Java 8 nightly tests failed.

Error:

[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c 
  cd '/Users/burkedavison/IdeaProjects/sdk-platform-java/gax-java/gax' && 
  '/Users/burkedavison/.sdkman/candidates/java/8.0.412-zulu/zulu-8.jdk/Contents/Home/jre/bin/java' 
    '-Djava.util.logging.SimpleFormatter.format=%1$tY %1$tl:%1$tM:%1$tS.%1$tL %2$s %4$s: %5$s%6$s%n' 
    '--add-opens' 'java.base/java.util=ALL-UNNAMED' 
    '--add-opens' 'java.base/java.lang=ALL-UNNAMED' 
    '-jar' '/Users/burkedavison/IdeaProjects/sdk-platform-java/gax-java/gax/target/surefire/surefirebooter-20240524101420977_7.jar' 
    '/Users/burkedavison/IdeaProjects/sdk-platform-java/gax-java/gax/target/surefire' 
      '2024-05-24T10-14-20_188-jvmRun1' 
      'surefire-20240524101420977_5tmp' 
      'surefire_1-20240524101420977_6tmp'
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1

Initial attempt to resolve by creating a JDK17+ profile for the --add-opens arguments produced a new error:

[ERROR] There was an error in the forked process
[ERROR] java.lang.UnsupportedClassVersionError: org/junitpioneer/jupiter/issue/IssueExtensionExecutionListener has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
@burkedavison burkedavison changed the title Nightly-java8 build on macOS-12 failed. All Java 8 nightly tests failed May 24, 2024
@lqiu96
Copy link
Contributor

lqiu96 commented May 28, 2024

Should be resolved with this revert: #2817

@lqiu96 lqiu96 closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant