adamant-translator-31969
06/16/2021, 5:03 PMconst instanceCluster = new aws.rds.Cluster('rds-component', Args.cluster, opts);
next error appears.
Previewing update (develop):
Type Name Plan Info
pulumi:pulumi:Stack qdevelop running }
panic: fatal: An assertion has failed
goroutine 242 [running]:
<http://github.com/pulumi/pulumi/sdk/v3/go/common/util/contract.failfast(...)|github.com/pulumi/pulumi/sdk/v3/go/common/util/contract.failfast(...)>
/Users/runner/work/pulumi/pulumi/sdk/go/common/util/contract/failfast.go:23
<http://github.com/pulumi/pulumi/sdk/v3/go/common/util/contract.Assert(...)|github.com/pulumi/pulumi/sdk/v3/go/common/util/contract.Assert(...)>
/Users/runner/work/pulumi/pulumi/sdk/go/common/util/contract/assert.go:26
<http://github.com/pulumi/pulumi/pkg/v3/resource/deploy.processIgnoreChanges|github.com/pulumi/pulumi/pkg/v3/resource/deploy.processIgnoreChanges>(0xc001ca1650, 0xc0013b04e0, 0xc0016b7e30, 0x1, 0x1, 0x1, 0xc, 0xc000de1b00)
/Users/runner/work/pulumi/pulumi/pkg/resource/deploy/step_generator.go:1122 +0x590
<http://github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*stepGenerator).generateSteps(0xc001bf5d40|github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*stepGenerator).generateSteps(0xc001bf5d40>, 0x7f390afd4500, 0xc0016b7ec0, 0x1, 0xc001373500, 0xc0005d79f8, 0x44a937, 0xc001728900)
/Users/runner/work/pulumi/pulumi/pkg/resource/deploy/step_generator.go:240 +0x2529
<http://github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*stepGenerator).GenerateSteps(0xc001bf5d40|github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*stepGenerator).GenerateSteps(0xc001bf5d40>, 0x7f390afd4500, 0xc0016b7ec0, 0x7f390afd4500, 0xc0016b7ec0, 0x1, 0x2, 0x469540)
/Users/runner/work/pulumi/pulumi/pkg/resource/deploy/step_generator.go:152 +0x5a
<http://github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*deploymentExecutor).handleSingleEvent(0xc001736018|github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*deploymentExecutor).handleSingleEvent(0xc001736018>, 0x20d25e0, 0xc0016b7ec0, 0x0, 0x2)
/Users/runner/work/pulumi/pulumi/pkg/resource/deploy/deployment_executor.go:372 +0x13f
<http://github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*deploymentExecutor).Execute.func3(0xc001728900|github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*deploymentExecutor).Execute.func3(0xc001728900>, 0xc001736018, 0xc00172a810, 0x2100dd0, 0xc001378900, 0x0, 0x0, 0x2100e78, 0xc001374f60, 0x0, ...)
/Users/runner/work/pulumi/pulumi/pkg/resource/deploy/deployment_executor.go:242 +0x20c
<http://github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*deploymentExecutor).Execute(0xc001736018|github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*deploymentExecutor).Execute(0xc001736018>, 0x2100e78, 0xc001374f60, 0x7f390b2dc398, 0xc001b80780, 0x7fffffff, 0x0, 0x0, 0x0, 0x0, ...)
/Users/runner/work/pulumi/pulumi/pkg/resource/deploy/deployment_executor.go:258 +0x7e5
<http://github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*Deployment).Execute(...)|github.com/pulumi/pulumi/pkg/v3/resource/deploy.(*Deployment).Execute(...)>
/Users/runner/work/pulumi/pulumi/pkg/resource/deploy/deployment.go:405
<http://github.com/pulumi/pulumi/pkg/v3/engine.(*deployment).run.func1|github.com/pulumi/pulumi/pkg/v3/engine.(*deployment).run.func1>(0x210b368, 0xc001b80780, 0xc00016fcc0, 0x2100e78, 0xc001374f60, 0xc001374f01, 0xc00172a5b0, 0xc0017283c0)
/Users/runner/work/pulumi/pulumi/pkg/engine/deployment.go:260 +0x287
created by <http://github.com/pulumi/pulumi/pkg/v3/engine.(*deployment).run|github.com/pulumi/pulumi/pkg/v3/engine.(*deployment).run>
/Users/runner/work/pulumi/pulumi/pkg/engine/deployment.go:245 +0x308
const instanceCluster = new aws.rds.Cluster('rds-component', Args.cluster, opts)
, the opts has the value ignoreChanges:['availabilitZones', ' ']
, second value in the array ignoreChanges is empty. When I deleted it , program works correctly