sql
sql copied to clipboard
[BUG] MAC Github Actions issue Java 17
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.```
Issue seems to be with the github runners https://github.com/actions/runner-images/issues/8104. The fix has been rolled out and should take a week to complete.
Wonderful. Thank you