Does someone know what can cause this? ``` pulu...
# general
b
Does someone know what can cause this?
Copy code
pulumi:providers:aws aws.eu-west-1.kafka  
    pulumi:pulumi:Stack security-groups-prod running error: an unhandled error occurred: Program exited with non-zero exit code: -1
    pulumi:pulumi:Stack security-groups-prod **failed** 1 error
 
Diagnostics:
  pulumi:pulumi:Stack (security-groups-prod):
    error: an unhandled error occurred: Program exited with non-zero exit code: -1
I try multiple things. I remove my added changes and fix everything with the state to re-get that error again…
Using pulumi-nodejs containter
Pulumi v3.35.3
Copy code
"dependencies": {
        "@pulumi/pulumi": "3.37.2",
        "@pulumi/aws": "5.10.0",
        "@pulumi/kubernetes": "3.20.2",
e
This might be out of memory error, I'm not sure what exit code we get in those cases. You could try adding some pulumi.log lines to your program to see progress its making to help find at what point it's exiting
b
Ok I can try to see if that’s the problem.