Skip to content

Update pulumi to v3.145.0 #223

Update pulumi to v3.145.0

Update pulumi to v3.145.0 #223

Triggered via pull request December 20, 2024 22:53
Status Failure
Total duration 2m 47s
Artifacts 1

pull-request.yml

on: pull_request
Matrix: build_sdks
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
Unexpected file modified: sdk/go/commandx/remote/pulumiEnums.go#L1
File modified: @@ -905,42 +905,6 @@ const ( SystemctlCommandUnmask = SystemctlCommand("unmask") ) -func (SystemctlCommand) ElementType() reflect.Type { - return reflect.TypeOf((*SystemctlCommand)(nil)).Elem() -} - -func (e SystemctlCommand) ToSystemctlCommandOutput() SystemctlCommandOutput { - return pulumi.ToOutput(e).(SystemctlCommandOutput) -} - -func (e SystemctlCommand) ToSystemctlCommandOutputWithContext(ctx context.Context) SystemctlCommandOutput { - return pulumi.ToOutputWithContext(ctx, e).(SystemctlCommandOutput) -} - -func (e SystemctlCommand) ToSystemctlCommandPtrOutput() SystemctlCommandPtrOutput { - return e.ToSystemctlCommandPtrOutputWithContext(context.Background()) -} - -func (e SystemctlCommand) ToSystemctlCommandPtrOutputWithContext(ctx context.Context) SystemctlCommandPtrOutput { - return SystemctlCommand(e).ToSystemctlCommandOutputWithContext(ctx).ToSystemctlCommandPtrOutputWithContext(ctx) -} - -func (e SystemctlCommand) ToStringOutput() pulumi.StringOutput { - return pulumi.ToOutput(pulumi.String(e)).(pulumi.StringOutput) -} - -func (e SystemctlCommand) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput { - return pulumi.ToOutputWithContext(ctx, pulumi.String(e)).(pulumi.StringOutput) -} - -func (e SystemctlCommand) ToStringPtrOutput() pulumi.StringPtrOutput { - return pulumi.String(e).ToStringPtrOutputWithContext(context.Background()) -} - -func (e SystemctlCommand) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput { - return pulumi.String(e).ToStringOutputWithContext(ctx).ToStringPtrOutputWithContext(ctx) -} - type SystemctlCommandOutput struct{ *pulumi.OutputState } func (SystemctlCommandOutput) ElementType() reflect.Type { @@ -1024,76 +988,6 @@ func (o SystemctlCommandPtrOutput) ToStringPtrOutputWithContext(ctx context.Cont }).(pulumi.StringPtrOutput) } -// SystemctlCommandInput is an input type that accepts values of the SystemctlCommand enum -// A concrete instance of `SystemctlCommandInput` can be one of the following: -// -// SystemctlCommandBind -// SystemctlCommandCat -// SystemctlCommandClean -// SystemctlCommand_Daemon_Reload -// SystemctlCommandDisable -// SystemctlCommandEnable -// SystemctlCommandFreeze -// SystemctlCommand_Is_Active -// SystemctlCommand_Is_Enabled -// SystemctlCommand_Is_Failed -// SystemctlCommandIsolate -// SystemctlCommandKill -// SystemctlCommand_List_Automounts -// SystemctlCommand_List_Dependencies -// SystemctlCommand_List_Paths -// SystemctlCommand_List_Sockets -// SystemctlCommand_List_Timers -// SystemctlCommand_List_Units -// SystemctlCommandMask -// SystemctlCommand_Mount_Image -// SystemctlCommandReenable -// SystemctlCommandReload -// SystemctlCommand_Reload_Or_Restart -// SystemctlCommandRestart -// SystemctlCommand_Set_Property -// SystemctlCommandShow -// SystemctlCommandStart -// SystemctlCommandStatus -// SystemctlCommandStop -// SystemctlCommandThaw -// SystemctlCommand_Try_Reload_Or_Restart -// SystemctlCommand_Try_Restart -// SystemctlCommandUnmask -type SystemctlCommandInput interface { - pulumi.Input - - ToSystemctlCommandOutput() SystemctlCommandOutput - ToSystemctlCommandOutputWithContext(context.Context) SystemctlCommandOutput -} - -var systemctlCommandPtrType = reflect.TypeOf((**SystemctlCommand)(nil)).Elem() - -type SystemctlCommandPtrInput interface { - pulumi.Input - - ToSystemctlCommandPtrOutput() SystemctlCommandPtrOutput - ToSystemctlCommandPtrOutputWithContext(context.Context) SystemctlCommandPtrOutput -} - -type systemctlCommandPtr string - -func SystemctlCommandPtr(v string) SystemctlCommandPtrInput { - return (*systemctlCommandPtr)(&v) -} - -func (*systemctlCommandPtr) ElementType() reflect.Type { - return systemctlCommandPtrType -} - -func (in *systemctlCommandPtr) ToSystemctlCommandPtrOutput() SystemctlCommandPtrOutput { - return pulumi.ToOutput(in).(SystemctlCommandPtrOutput) -} - -func (in *systemctlCommandPtr) ToSystemctlCommandPtrOutputWithContext(ctx context.Context) SystemctlCommandPtrOutput { - return pulumi.ToOutputWithContext(ctx, in).(SystemctlComma
Unexpected file modified: sdk/go/commandx/remote/pulumiTypes.go#L1
File modified: @@ -39,96 +39,6 @@ type ChmodOpts struct { Version *bool `pulumi:"version"` } -// ChmodOptsInput is an input type that accepts ChmodOptsArgs and ChmodOptsOutput values. -// You can construct a concrete instance of `ChmodOptsInput` via: -// -// ChmodOptsArgs{...} -type ChmodOptsInput interface { - pulumi.Input - - ToChmodOptsOutput() ChmodOptsOutput - ToChmodOptsOutputWithContext(context.Context) ChmodOptsOutput -} - -// Abstraction over the `chmod` utility on a remote system. -type ChmodOptsArgs struct { - // Like verbose but report only when a change is made. - Changes pulumi.BoolPtrInput `pulumi:"changes"` - // Corresponds to the [FILE] argument. - Files pulumi.StringArrayInput `pulumi:"files"` - // Display help and exit. - Help pulumi.BoolPtrInput `pulumi:"help"` - // Modes may be absolute or symbolic. An absolute mode is an octal number... - Mode pulumi.StringInput `pulumi:"mode"` - // Do not treat '/' specially (the default). - NoPreserveRoot pulumi.BoolPtrInput `pulumi:"noPreserveRoot"` - // Fail to operate recursively on '/'. - PreserveRoot pulumi.BoolPtrInput `pulumi:"preserveRoot"` - // Suppress most error messages. Same as `silent`. - Quiet pulumi.BoolPtrInput `pulumi:"quiet"` - // Change files and directories recursively. - Recursive pulumi.BoolPtrInput `pulumi:"recursive"` - // Use RFILE's mode instead of specifying MODE values. RFILE is always dereferenced if a symbolic link. - Reference pulumi.StringPtrInput `pulumi:"reference"` - // Suppress most error messages. Same as `quiet`. - Silent pulumi.BoolPtrInput `pulumi:"silent"` - // Output version information and exit. - Version pulumi.BoolPtrInput `pulumi:"version"` -} - -func (ChmodOptsArgs) ElementType() reflect.Type { - return reflect.TypeOf((*ChmodOpts)(nil)).Elem() -} - -func (i ChmodOptsArgs) ToChmodOptsOutput() ChmodOptsOutput { - return i.ToChmodOptsOutputWithContext(context.Background()) -} - -func (i ChmodOptsArgs) ToChmodOptsOutputWithContext(ctx context.Context) ChmodOptsOutput { - return pulumi.ToOutputWithContext(ctx, i).(ChmodOptsOutput) -} - -func (i ChmodOptsArgs) ToChmodOptsPtrOutput() ChmodOptsPtrOutput { - return i.ToChmodOptsPtrOutputWithContext(context.Background()) -} - -func (i ChmodOptsArgs) ToChmodOptsPtrOutputWithContext(ctx context.Context) ChmodOptsPtrOutput { - return pulumi.ToOutputWithContext(ctx, i).(ChmodOptsOutput).ToChmodOptsPtrOutputWithContext(ctx) -} - -// ChmodOptsPtrInput is an input type that accepts ChmodOptsArgs, ChmodOptsPtr and ChmodOptsPtrOutput values. -// You can construct a concrete instance of `ChmodOptsPtrInput` via: -// -// ChmodOptsArgs{...} -// -// or: -// -// nil -type ChmodOptsPtrInput interface { - pulumi.Input - - ToChmodOptsPtrOutput() ChmodOptsPtrOutput - ToChmodOptsPtrOutputWithContext(context.Context) ChmodOptsPtrOutput -} - -type chmodOptsPtrType ChmodOptsArgs - -func ChmodOptsPtr(v *ChmodOptsArgs) ChmodOptsPtrInput { - return (*chmodOptsPtrType)(v) -} - -func (*chmodOptsPtrType) ElementType() reflect.Type { - return reflect.TypeOf((**ChmodOpts)(nil)).Elem() -} - -func (i *chmodOptsPtrType) ToChmodOptsPtrOutput() ChmodOptsPtrOutput { - return i.ToChmodOptsPtrOutputWithContext(context.Background()) -} - -func (i *chmodOptsPtrType) ToChmodOptsPtrOutputWithContext(ctx context.Context) ChmodOptsPtrOutput { - return pulumi.ToOutputWithContext(ctx, i).(ChmodOptsPtrOutput) -} - // Abstraction over the `chmod` utility on a remote system. type ChmodOptsOutput struct{ *pulumi.OutputState } @@ -144,16 +54,6 @@ func (o ChmodOptsOutput) ToChmodOptsOutputWithContext(ctx context.Context) Chmod return o } -func (o ChmodOptsOutput) ToChmodOptsPtrOutput() ChmodOptsPtrOutput { - return o.ToChmodOptsPtrOutputWithContext(context.Background()) -} - -func (o ChmodOptsOutput) ToChmodOptsPtrOutputWithContext(ctx context.Context) ChmodOptsPtrOutput { - return o.ApplyTWithContext(ctx, func(_ context.Context, v ChmodOpts) *ChmodOpts { - return &v - }).(ChmodOptsPtrOutput) -} - // Like verbose but report only when a change is made. func (o ChmodOptsOutput) Changes() pulumi.Boo
build_sdks (go)
Unexpected changes detected: 2. See file annotations for details.
build_sdks (dotnet)
The job was canceled because "go" failed.
build_sdks (dotnet)
The operation was canceled.
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.
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)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
pulumi-commandx-provider.tar.gz
33.5 MB