Skip to content

Update first-party Pulumi dependencies #44

Update first-party Pulumi dependencies

Update first-party Pulumi dependencies #44

Triggered via pull request January 22, 2025 21:07
Status Failure
Total duration 3m 54s
Billable time 9m
Artifacts 1

run-acceptance-tests.yml

on: pull_request
prerequisites
1m 6s
prerequisites
comment-notification
0s
comment-notification
Matrix: build_sdks
Matrix: test
sentinel
0s
sentinel
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
Unexpected file modified: sdk/go/lambda-builders/buildGo.go#L1
File modified: @@ -109,15 +109,11 @@ type BuildGoResult struct { } func BuildGoOutput(ctx *pulumi.Context, args BuildGoOutputArgs, opts ...pulumi.InvokeOption) BuildGoResultOutput { - return pulumi.ToOutputWithContext(context.Background(), args). - ApplyT(func(v interface{}) (BuildGoResult, error) { + return pulumi.ToOutputWithContext(ctx.Context(), args). + ApplyT(func(v interface{}) (BuildGoResultOutput, error) { args := v.(BuildGoArgs) - r, err := BuildGo(ctx, &args, opts...) - var s BuildGoResult - if r != nil { - s = *r - } - return s, err + options := pulumi.InvokeOutputOptions{InvokeOptions: internal.PkgInvokeDefaultOpts(opts)} + return ctx.InvokeOutput("lambda-builders:index:buildGo", args, BuildGoResultOutput{}, options).(BuildGoResultOutput), nil }).(BuildGoResultOutput) }
build_sdks (go)
Unexpected changes detected: 1. See file annotations for details.
build_sdks (java)
The job was canceled because "go" failed.
build_sdks (java)
The operation was canceled.
build_sdks (python)
The job was canceled because "go" failed.
build_sdks (python)
The operation was canceled.
build_sdks (nodejs)
The job was canceled because "go" failed.
build_sdks (nodejs)
The operation was canceled.
build_sdks (dotnet)
The job was canceled because "go" failed.
build_sdks (dotnet)
The operation was canceled.
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
prerequisites
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
prerequisites
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
build_sdks (go)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.

Artifacts

Produced during runtime
Name Size
pulumi-lambda-builders-provider.tar.gz
46.4 MB