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

[BUG] MAC Github Actions issue Java 17 #1990

Open
MitchellGale opened this issue Aug 18, 2023 · 2 comments
Open

[BUG] MAC Github Actions issue Java 17 #1990

MitchellGale opened this issue Aug 18, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@MitchellGale
Copy link
Contributor

What is the bug?
Issues with Mac Github Actions execution with Java 17.

Example run of Github actions failing doctest but doctest passes locally.

FAILURE: Build failed with an exception.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.6.1/userguide/command_line_interface.html#sec:command_line_warnings

Execution optimizations have been disabled for 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
174 actionable tasks: 158 executed, 16 up-to-date

* What went wrong:
Execution failed for task ':doctest:doctest'.
> Process 'command '/Users/runner/work/sql/sql/doctest/bin/test-docs'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org/

BUILD FAILED in 18m 5s
Error: Process completed with exit code 1.```
@MitchellGale MitchellGale added bug Something isn't working untriaged labels Aug 18, 2023
@rishabh6788
Copy link
Contributor

Issue seems to be with the github runners actions/runner-images#8104.
The fix has been rolled out and should take a week to complete.

@MitchellGale
Copy link
Contributor Author

Wonderful. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants