Skip to content

Automated upgrade: bump pulumi/pulumi to 3.143.0 #265

Automated upgrade: bump pulumi/pulumi to 3.143.0

Automated upgrade: bump pulumi/pulumi to 3.143.0 #265

Triggered via pull request December 16, 2024 18:29
Status Failure
Total duration 2m 50s
Billable time 8m
Artifacts 3

run-acceptance-tests.yml

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

Annotations

6 errors and 7 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 (nodejs)
The job was canceled because "java" failed.
build_sdks (nodejs)
The operation was canceled.
build_sdks (python)
The job was canceled because "java" failed.
build_sdks (python)
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 (dotnet)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
build_sdks (dotnet)
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
dotnet-sdk.tar.gz
178 KB
go-sdk.tar.gz
21.3 KB
pulumi-kubernetes-cert-manager-provider.tar.gz
32.7 MB