I’m getting a failure on `pulumi up` with this err...
# general
b
I’m getting a failure on
pulumi up
with this error:
Copy code
Assertion failed: (handle->type == UV_TCP || handle->type == UV_TTY || handle->type == UV_NAMED_PIPE), function uv___stream_fd, file ../deps/uv/src/unix/stream.c, line 1640.
d
I have got a similar error when I tried to run a project created on Centos and ran it on Mac
Did not figure out the root cause though
w
This looks like https://github.com/pulumi/pulumi/issues/3260. If you have details on what you changed that started triggering this - could you drop a note on the issue? (or even just a 👍).
l
Last person who hit this was on Mac as well.
Any chance for a repro case we can try out ourselves?
d
Luke I have sent a sample to @gentle-diamond-70147 on our private channel and have a thread there as well
l
can you rope me in there @damp-book-35965?
d
I don't see you on the channel so unable to invite..tagging Luke in it
l
ok. definitely seems to be something in deasync. only hits macs. has been around a while.
d
Yeah this seems exactly what is happening.. 3 years..wow
l
Thanks
I'm going to talk to Pat about this when he gets in.
d
Shared the code on DM too
Thanks for looking into this
i
Encountered this only when used native dependencies compiled on mac while running pulumi on linux and the other way aroundf