JetBrains / kotless

Kotlin Serverless Framework
Apache License 2.0
1.15k stars 58 forks source link

Update localstack to 1.17.5 #123

Closed pyrossh closed 1 year ago

pyrossh commented 1 year ago

Getting an error when running local with aws emulation enabled on a M2 Apple Silicon Macbook Air,

❯ gradle local
> Task :kotless:shortener:localstack_start FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':kotless:shortener:localstack_start'.
> Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration

* 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

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.5.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 398ms
4 actionable tasks: 1 executed, 3 up-to-date

I'm guessing its related to this issue, https://github.com/testcontainers/testcontainers-java/issues/5266