I've just got ```panic: send on closed channel go...
# general
b
I've just got
Copy code
panic: send on closed channel

goroutine 1149 [running]:
<http://github.com/pulumi/pulumi/pkg/v2/engine.diagEvent(0xc002a41480|github.com/pulumi/pulumi/pkg/v2/engine.diagEvent(0xc002a41480>, 0xc0020c9c80, 0xc001b5a380, 0x1c, 0xc001813620, 0x51, 0x1cd1d42, 0x5, 0x0)
	/Users/runner/work/pulumi/pulumi/pkg/engine/events.go:578 +0x20c
<http://github.com/pulumi/pulumi/pkg/v2/engine.(*eventEmitter).diagErrorEvent(...)|github.com/pulumi/pulumi/pkg/v2/engine.(*eventEmitter).diagErrorEvent(...)>
	/Users/runner/work/pulumi/pulumi/pkg/engine/events.go:602
<http://github.com/pulumi/pulumi/pkg/v2/engine.(*eventSink).Errorf|github.com/pulumi/pulumi/pkg/v2/engine.(*eventSink).Errorf>(0xc002a41480, 0xc0020c9c80, 0x0, 0x0, 0x0)
	/Users/runner/work/pulumi/pulumi/pkg/engine/eventsink.go:88 +0x127
<http://github.com/pulumi/pulumi/pkg/v2/resource/deploy.(*stepExecutor).executeChain(0xc00213a300|github.com/pulumi/pulumi/pkg/v2/resource/deploy.(*stepExecutor).executeChain(0xc00213a300>, 0x48, 0xc001558b50, 0x1, 0x1)
	/Users/runner/work/pulumi/pulumi/pkg/resource/deploy/step_executor.go:231 +0x36a
<http://github.com/pulumi/pulumi/pkg/v2/resource/deploy.(*stepExecutor).worker.func1(0xc00213a300|github.com/pulumi/pulumi/pkg/v2/resource/deploy.(*stepExecutor).worker.func1(0xc00213a300>, 0x48, 0xc001558b50, 0x1, 0x1, 0xc00249c240)
	/Users/runner/work/pulumi/pulumi/pkg/resource/deploy/step_executor.go:377 +0xc5
created by <http://github.com/pulumi/pulumi/pkg/v2/resource/deploy.(*stepExecutor).worker|github.com/pulumi/pulumi/pkg/v2/resource/deploy.(*stepExecutor).worker>
	/Users/runner/work/pulumi/pulumi/pkg/resource/deploy/step_executor.go:374 +0x2e7
after
^C^C
on
pulumi up
. Now executing
pulumi up
prompts to create stack and
pulumi stack select x
yields
Copy code
error: no stack named 'x' found
Any quick ideas on what's going on?
Seems it completely wiped the remote stack file. That's scary.
Luckily I was able to restore from the backup file. Is that expected, that the remote stack file (in this case GCP bucket) is dropped if catastrophically failing like this?