Open nikitasius opened 6 days ago
Hi @nikitasius , thank you for reporting the issue. From the logs looks like it is due to a new version of aws_lambda_builders
that causing the exception. To assist further, could you help to run this command
gradle --version
and give us the output?
@dkphm sure (currently i force 1.129.0
, usual CI/CD doesn't have SAM version specified)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up AWS Coretto 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'corretto'
architecture: x64
- uses: actions/setup-python@v5
- uses: aws-actions/setup-sam@v2
with:
version: '1.129.0'
- uses: aws-actions/configure-aws-credentials@v4
with:
and from logs from github actions:
java -version
openjdk version "21.0.5" 2024-10-15 LTS
OpenJDK Runtime Environment Corretto-21.0.5.11.1 (build 21.0.5+11-LTS)
OpenJDK 64-Bit Server VM Corretto-21.0.5.11.1 (build 21.0.5+11-LTS, mixed mode, sharing)
gradle -v
Welcome to Gradle 8.11!
Here are the highlights of this release:
- Parallel load and store for Configuration Cache
- Java compilation errors at the end of the build output
- Consolidated report for warnings and deprecations
For more details see https://docs.gradle.org/8.11/release-notes.html
------------------------------------------------------------
Gradle 8.11
------------------------------------------------------------
Build time: 2024-11-11 13:58:01 UTC
Revision: b2ef976169a05b3c76d04f0fa76a940859f96fa4
Kotlin: 2.0.20
Groovy: 3.0.22
Ant: Apache Ant(TM) version 1.10.14 compiled on August 16 2023
Launcher JVM: 21.0.5 (Amazon.com Inc. 21.0.5+11-LTS)
Daemon JVM: /opt/hostedtoolcache/Java_Corretto_jdk/21.0.5-11.1/x64 (no JDK specified, using current Java home)
OS: Linux 6.5.0-1025-azure amd64
Hi folks, idk what you did but
1.130.0
crashing when i deploy my stuff. Last working for me is1.129.0
.Description:
sam validate --lint && sam build && sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --no-progressbar
Steps to reproduce:
i won't share my config, guess the error tell all you need.
Observed result:
BAD, waste of time, friday evening debug
Expected result:
GOOD, 6 minutes deploy and friday's beer.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
github actions