Skip to content

testing

testing #854

Triggered via pull request December 23, 2024 18:46
Status Failure
Total duration 3m 51s
Billable time 13m
Artifacts 4

run-acceptance-tests.yml

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

Annotations

6 errors and 16 warnings
build_sdks (python)
Process completed with exit code 128.
Unexpected file modified: sdk/python/README.md#L1
File modified: @@ -17,3 +17,7 @@ appropriate for managing resources unrelated to building images. | ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | | `@pulumi/docker-build` | Anything related to building images with `docker build`. | | `@pulumi/docker` | Everything else -- including running containers and creating networks. | + +## Reference + +For more information, including examples and migration guidance, please see the Docker-Build provider's detailed [API documentation](https://www.pulumi.com/registry/packages/docker-build/).
build_sdks (python)
Unexpected changes detected: 1. See file annotations for details.
build_sdks (nodejs)
Process completed with exit code 128.
Unexpected file modified: sdk/nodejs/index.ts#L1
File modified: @@ -1,4 +1,5 @@ -// This line should be fixed up by pulumi-bot. +// *** WARNING: this file was generated by pulumi-language-nodejs. *** +// *** Do not edit by hand unless you're certain you know what you are doing! *** import * as pulumi from "@pulumi/pulumi"; import * as utilities from "./utilities"; @@ -19,6 +20,7 @@ export type Provider = import("./provider").Provider; export const Provider: typeof import("./provider").Provider = null as any; utilities.lazyLoad(exports, ["Provider"], () => require("./provider")); + // Export enums: export * from "./types/enums"; @@ -26,32 +28,31 @@ export * from "./types/enums"; import * as config from "./config"; import * as types from "./types"; -export { config, types }; +export { + config, + types, +}; const _module = { - version: utilities.getVersion(), - construct: (name: string, type: string, urn: string): pulumi.Resource => { - switch (type) { - case "docker-build:index:Image": - return new Image(name, <any>undefined, { urn }); - case "docker-build:index:Index": - return new Index(name, <any>undefined, { urn }); - default: - throw new Error(`unknown resource type ${type}`); - } - }, + version: utilities.getVersion(), + construct: (name: string, type: string, urn: string): pulumi.Resource => { + switch (type) { + case "docker-build:index:Image": + return new Image(name, <any>undefined, { urn }) + case "docker-build:index:Index": + return new Index(name, <any>undefined, { urn }) + default: + throw new Error(`unknown resource type ${type}`); + } + }, }; -pulumi.runtime.registerResourceModule("docker-build", "index", _module); +pulumi.runtime.registerResourceModule("docker-build", "index", _module) pulumi.runtime.registerResourcePackage("docker-build", { - version: utilities.getVersion(), - constructProvider: ( - name: string, - type: string, - urn: string - ): pulumi.ProviderResource => { - if (type !== "pulumi:providers:docker-build") { - throw new Error(`unknown provider type ${type}`); - } - return new Provider(name, <any>undefined, { urn }); - }, + version: utilities.getVersion(), + constructProvider: (name: string, type: string, urn: string): pulumi.ProviderResource => { + if (type !== "pulumi:providers:docker-build") { + throw new Error(`unknown provider type ${type}`); + } + return new Provider(name, <any>undefined, { urn }); + }, });
build_sdks (nodejs)
Unexpected changes detected: 1. See file annotations for details.
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
prerequisites
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
prerequisites
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
build_sdks (python)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
build_sdks (python)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
build_sdks (nodejs)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
build_sdks (nodejs)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
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)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
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)
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_sdks (dotnet)
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_sdks (dotnet)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
build_sdks (java)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
build_sdks (java)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2

Artifacts

Produced during runtime
Name Size
dotnet-sdk.tar.gz Expired
256 KB
go-sdk.tar.gz Expired
74.6 KB
java-sdk.tar.gz Expired
280 KB
pulumi-docker-build-provider.tar.gz
43 MB