https://pulumi.com logo
Title
c

crooked-laptop-67565

07/11/2022, 10:28 PM
Are intermittent errors like this a known issue? Happens to me about every 3-4 runs of
pulumi up
. Re-running without changes usually works
error: could not read plugin [/Users/craigglennie/.pulumi/plugins/resource-aws-v5.9.2/pulumi-resource-aws] stdout: EOF
l

little-cartoon-10569

07/11/2022, 10:42 PM
Nope. Are you running with anything that might cause strange file locks? Maybe continually clearning / reinstalling plugins; Docker/podman and long-lived runs; or Windows?
c

crooked-laptop-67565

07/11/2022, 10:43 PM
Docker is running. I don't know of anything that might be causing strange file locks. I'm not installing / cleaning plugins, and I'm on MacOS
The only thing running in Docker is a postgres container that's not actually being used, doesn't seem like that should be causing an issue.
l

little-cartoon-10569

07/11/2022, 10:48 PM
No, it would only be an issue if you were running two Pulumis, both in Docker and both bind-mounting ~/.pulumi
And even then, probably only on Windows.