Skip to content

feat: oss-serverless support #80

feat: oss-serverless support

feat: oss-serverless support #80

Triggered via pull request November 14, 2024 07:18
Status Failure
Total duration 5m 52s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 17 warnings
test/sls-esbuild-cjs.test.ts > sls-esbuild-cjs > check infra: test/utils/expectInfraDeployed.ts#L13
AssertionError: expected undefined to match object { …(4) } - Expected: Object { "AWS_LAMBDA_EXEC_WRAPPER": "/opt/lld-wrapper", "LLD_DEBUGGER_ID": Any<String>, "LLD_FUNCTION_ID": Any<String>, "LLD_INITIAL_TIMEOUT": Any<String>, } + Received: undefined ❯ Module.expectInfraDeployed test/utils/expectInfraDeployed.ts:13:7 ❯ test/sls-esbuild-cjs.test.ts:35:5
test/sls-esbuild-cjs.test.ts > sls-esbuild-cjs > check infra: test/utils/expectInfraDeployed.ts#L13
AssertionError: expected undefined to match object { …(4) } - Expected: Object { "AWS_LAMBDA_EXEC_WRAPPER": "/opt/lld-wrapper", "LLD_DEBUGGER_ID": Any<String>, "LLD_FUNCTION_ID": Any<String>, "LLD_INITIAL_TIMEOUT": Any<String>, } + Received: undefined ❯ Module.expectInfraDeployed test/utils/expectInfraDeployed.ts:13:7 ❯ test/sls-esbuild-cjs.test.ts:35:5
test/sls-esbuild-cjs.test.ts > sls-esbuild-cjs > call Lambda - testTsCommonJs: test/sls-esbuild-cjs.test.ts#L45
AssertionError: expected false to deeply equal true - Expected + Received - true + false ❯ test/sls-esbuild-cjs.test.ts:45:37
test/sls-esbuild-cjs.test.ts > sls-esbuild-cjs > call Lambda - testTsCommonJs: test/sls-esbuild-cjs.test.ts#L45
AssertionError: expected false to deeply equal true - Expected + Received - true + false ❯ test/sls-esbuild-cjs.test.ts:45:37
test / test-sls-esbuild-cjs
Process completed with exit code 1.
test/sam-basic.test.ts > sam-basic > check infra: test/utils/expectInfraDeployed.ts#L13
AssertionError: expected { Object (NODE_OPTIONS) } to match object { …(4) } (1 matching property omitted from actual) - Expected + Received Object { - "AWS_LAMBDA_EXEC_WRAPPER": "/opt/lld-wrapper", - "LLD_DEBUGGER_ID": Any<String>, - "LLD_FUNCTION_ID": Any<String>, - "LLD_INITIAL_TIMEOUT": Any<String>, + "NODE_OPTIONS": " --enable-source-maps", } ❯ Module.expectInfraDeployed test/utils/expectInfraDeployed.ts:13:7 ❯ test/sam-basic.test.ts:39:5
test/sam-basic.test.ts > sam-basic > check infra: test/utils/expectInfraDeployed.ts#L13
AssertionError: expected { Object (NODE_OPTIONS) } to match object { …(4) } (1 matching property omitted from actual) - Expected + Received Object { - "AWS_LAMBDA_EXEC_WRAPPER": "/opt/lld-wrapper", - "LLD_DEBUGGER_ID": Any<String>, - "LLD_FUNCTION_ID": Any<String>, - "LLD_INITIAL_TIMEOUT": Any<String>, + "NODE_OPTIONS": " --enable-source-maps", } ❯ Module.expectInfraDeployed test/utils/expectInfraDeployed.ts:13:7 ❯ test/sam-basic.test.ts:39:5
test/sam-basic.test.ts > sam-basic > call Lambda - testTsCommonJs: test/sam-basic.test.ts#L52
AssertionError: expected false to deeply equal true - Expected + Received - true + false ❯ test/sam-basic.test.ts:52:37
test/sam-basic.test.ts > sam-basic > call Lambda - testTsCommonJs: test/sam-basic.test.ts#L52
AssertionError: expected false to deeply equal true - Expected + Received - true + false ❯ test/sam-basic.test.ts:52:37
test/sam-basic.test.ts > sam-basic > call Lambda - testTsEsModule: test/sam-basic.test.ts#L68
AssertionError: expected false to deeply equal true - Expected + Received - true + false ❯ test/sam-basic.test.ts:68:37
test/sam-basic.test.ts > sam-basic > call Lambda - testTsEsModule: test/sam-basic.test.ts#L68
AssertionError: expected false to deeply equal true - Expected + Received - true + false ❯ test/sam-basic.test.ts:68:37
test/sam-basic.test.ts > sam-basic > call Lambda - testJsCommonJs: test/sam-basic.test.ts#L84
AssertionError: expected false to deeply equal true - Expected + Received - true + false ❯ test/sam-basic.test.ts:84:37
test/sam-basic.test.ts > sam-basic > call Lambda - testJsCommonJs: test/sam-basic.test.ts#L84
AssertionError: expected false to deeply equal true - Expected + Received - true + false ❯ test/sam-basic.test.ts:84:37
test/sam-basic.test.ts > sam-basic > call Lambda - testJsEsModule: test/sam-basic.test.ts#L100
AssertionError: expected false to deeply equal true - Expected + Received - true + false ❯ test/sam-basic.test.ts:100:37
test/sam-basic.test.ts > sam-basic > call Lambda - testJsEsModule: test/sam-basic.test.ts#L100
AssertionError: expected false to deeply equal true - Expected + Received - true + false ❯ test/sam-basic.test.ts:100:37
test / test-terraform-basic
Terraform exited with code 1.
test / test-terraform-basic
Process completed with exit code 1.
test / test-cdk-basic
Process completed with exit code 1.
test / test-cdk-esm
Process completed with exit code 1.
test / test-terraform-basic
The following actions uses node12 which is deprecated and will be forced to run on node16: hashicorp/setup-terraform@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test / test-terraform-basic
The following actions use a deprecated Node.js version and will be forced to run on node20: hashicorp/setup-terraform@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test / test-terraform-basic
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size Digest
dist Expired
1.78 MB
sha256:b8faabde39c3586033ad5224aa585860ffa939be0722dd0899ccec393421e6f3