Skip to content

Suppress write-only attributes #6404

Suppress write-only attributes

Suppress write-only attributes #6404

Triggered via pull request March 5, 2025 00:26
Status Failure
Total duration 1m 37s
Artifacts

ci.yml

on: pull_request
Matrix: Test and Lint / test
Ensure test assets build cleanly
48s
Ensure test assets build cleanly
Test and Lint  /  sentinel
0s
Test and Lint / sentinel
Fit to window
Zoom out
Zoom in

Annotations

641 errors and 30 warnings
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 14)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 2)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, windows-latest, DEFAULT, 0)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, windows-latest, DEFAULT, 0)
The operation was canceled.
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, macos-latest, DEFAULT, 0)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, macos-latest, DEFAULT, 0)
The operation was canceled.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 1)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 7)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 7): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 7): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 7): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 7): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 7): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 7): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 7): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 7): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 7): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 10)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 6)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 10)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 8)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 12)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 5)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 4)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 7)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, windows-latest, DEFAULT, 0)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, windows-latest, DEFAULT, 0)
The operation was canceled.
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 11)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 14)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 14): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 7)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 5)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 5): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 3)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 6)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 8)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 9)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 10)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 10): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 10): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 10): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 10): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 10): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 10): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 10): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 10): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 10): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 3)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 3): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 6)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 6): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 6): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 6): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 6): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 6): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 6): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 6): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 6): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 6): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 13)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 13): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 7)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 7): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 11)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 11): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 8)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 8): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 0)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 10)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 10): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 12)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 12): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 0)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 0): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 9)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 2)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 9): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 2): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 6)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, macos-latest, DEFAULT, 0)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, macos-latest, DEFAULT, 0)
The operation was canceled.
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 6): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 8)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 8): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 8): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 8): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 8): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 8): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 8): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 8): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 8): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 8): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 1)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 1): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 4)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, DEFAULT, 4): pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0)
The job was canceled because "_1_22_x_ubuntu-latest__14" failed.
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.23.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0): pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / lint: pkg/pf/proto/attribute.go#L24
cannot convert attribute{} (value of type attribute) to type shim.Schema: attribute does not implement shim.Schema (missing method WriteOnly)
Test and Lint / lint: pkg/pf/proto/block.go#L37
cannot convert blockSchema{} (value of type blockSchema) to type shim.Schema: blockSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / lint: pkg/pf/proto/block.go#L59
cannot use attribute{…} (value of type attribute) as shim.Schema value in return statement: attribute does not implement shim.Schema (missing method WriteOnly)
Test and Lint / lint: pkg/pf/proto/block.go#L65
cannot use blockSchema{…} (value of type blockSchema) as shim.Schema value in return statement: blockSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / lint: pkg/pf/proto/block.go#L74
cannot use attribute{…} (value of type attribute) as shim.Schema value in argument to each: attribute does not implement shim.Schema (missing method WriteOnly)
Test and Lint / lint: pkg/pf/proto/block.go#L80
cannot use blockSchema{…} (value of type blockSchema) as shim.Schema value in argument to each: blockSchema does not implement shim.Schema (missing method WriteOnly)
Test and Lint / lint: pkg/pf/proto/element.go#L24
cannot convert element{} (value of type element) to type shim.Schema: element does not implement shim.Schema (missing method WriteOnly)
Test and Lint / lint: pkg/pf/proto/element.go#L114
cannot use element{…} (value of type element) as shim.Schema value in return statement: element does not implement shim.Schema (missing method WriteOnly)
Test and Lint / lint: pkg/pf/proto/element.go#L120
cannot use element{…} (value of type element) as shim.Schema value in argument to each: element does not implement shim.Schema (missing method WriteOnly)
Test and Lint / lint: pkg/pf/proto/object.go#L57
cannot use attribute{…} (value of type attribute) as shim.Schema value in return statement: attribute does not implement shim.Schema (missing method WriteOnly)
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 13)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 14)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 2)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 11)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 3)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 1)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 2)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 13)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 7)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 5)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 10)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 10)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 12)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 5)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 4)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 4)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 9)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 12)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 11)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 14)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 7)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 0)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 6)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 8)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 3)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 0)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, DEFAULT, 9)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.23.x, macos-latest, DEFAULT, 0)
Cache not found for keys: setup-go-macOS-arm64-go-1.23.6-c49589d0ebb5cce3c26185652b4a6414bfb498baccb0c2b4ce3e1fb5e5199b25
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 8)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Test and Lint / test (1.22.x, ubuntu-latest, PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW, 1)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2