https://pulumi.com logo
i

incalculable-diamond-5088

08/04/2019, 8:55 AM
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

white-balloon-205

08/04/2019, 1:53 PM
Do you have any context on what happened before that? Looks like
node
itself is crashing...
i

incalculable-diamond-5088

08/04/2019, 10:13 PM
@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

white-balloon-205

08/04/2019, 10:21 PM
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

incalculable-diamond-5088

08/05/2019, 11:51 AM
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

white-balloon-205

08/05/2019, 3:14 PM
I see - yes - that looks like a Pulumi issue. Could you open a bug to track this with the stack trace attached?
i

incalculable-diamond-5088

08/05/2019, 3:29 PM
l

lemon-spoon-91807

08/05/2019, 6:02 PM
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.