Skip to content

Automated upgrade: bump pulumi/pulumi to 3.143.0 #266

Automated upgrade: bump pulumi/pulumi to 3.143.0

Automated upgrade: bump pulumi/pulumi to 3.143.0 #266

Triggered via pull request December 16, 2024 20:33
Status Failure
Total duration 2m 17s
Billable time 6m
Artifacts 2

run-acceptance-tests.yml

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

Annotations

8 errors and 5 warnings
Unexpected file modified: sdk/java/src/main/java/com/pulumi/kubernetescertmanager/Utilities.java#L1
File modified: @@ -14,6 +14,7 @@ import java.util.stream.Collectors; import javax.annotation.Nullable; import com.pulumi.core.internal.Environment; import com.pulumi.deployment.InvokeOptions; +import com.pulumi.deployment.InvokeOutputOptions; public class Utilities { @@ -57,16 +58,28 @@ public class Utilities { return Optional.empty(); } - public static InvokeOptions withVersion(@nullable InvokeOptions options) { - if (options != null && options.getVersion().isPresent()) { - return options; - } - return new InvokeOptions( - options == null ? null : options.getParent().orElse(null), - options == null ? null : options.getProvider().orElse(null), - getVersion() - ); + public static InvokeOptions withVersion(@nullable InvokeOptions options) { + if (options != null && options.getVersion().isPresent()) { + return options; + } + return new InvokeOptions( + options == null ? null : options.getParent().orElse(null), + options == null ? null : options.getProvider().orElse(null), + getVersion() + ); + } + + public static InvokeOutputOptions withVersion(@nullable InvokeOutputOptions options) { + if (options != null && options.getVersion().isPresent()) { + return options; } + return new InvokeOutputOptions( + options == null ? null : options.getParent().orElse(null), + options == null ? null : options.getProvider().orElse(null), + getVersion(), + options == null ? null : options.getDependsOn() + ); + } private static final java.lang.String version; public static java.lang.String getVersion() {
build_sdks (java)
Unexpected changes detected: 1. See file annotations for details.
build_sdks (python)
The job was canceled because "java" failed.
build_sdks (python)
The operation was canceled.
build_sdks (nodejs)
The job was canceled because "java" failed.
build_sdks (nodejs)
The operation was canceled.
build_sdks (dotnet)
The job was canceled because "java" 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
build_sdks (go)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
build_sdks (go)
Error: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
build_sdks (java)
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
go-sdk.tar.gz Expired
21.3 KB
pulumi-kubernetes-cert-manager-provider.tar.gz
32.7 MB