Hi, in jenkins I see pulumi failing with `error: a...
# general
i
Hi, in jenkins I see pulumi failing with
error: an unhandled error occurred: Program exited with non-zero exit code: -1
. Does pulumi return some conditional exit code? (the stack update seems to succeed)
Ran with
-d
and got this:
w
Do you have any context on what happened before that? Looks like
node
itself is crashing...
i
@white-balloon-205 yeah. Seems like a bug with dns and it’s not related to the exit code -1. Do you know what can be the reason for -1?
w
I think any failure will lead to us returning
-1
. I would be pretty surprised if you did not get an informative error message along with that.
i
I see no error log except this line. Also noticed it generates a core dump. Using nodejs 12.7.0 on debian container
@white-balloon-205 It seems like it crashes on the StackReference read
w
I see - yes - that looks like a Pulumi issue. Could you open a bug to track this with the stack trace attached?
i
l
hey @incalculable-diamond-5088 When you get a chance:
It seems like it crashes on the StackReference read
can you give me a sample of this section of code if you're ok with this. i.e. maybe like 20 lines around it.