i'm seeing an error on importing the native engine...
# development
a
i'm seeing an error on importing the native engine module when invoking the scheduler in tests, this is happening on all branches and i've removed
~/.cache/pants
as well as
.pants.d
, and run a
git clean -xfd
at the repo root. i'm seeing the beginning of the log when i switch branches or do something else to make rust recompile (this is not the error, but i haven't seen this before). the error is after the first ellipsis, where there appears to be an error importing the native engine (I think?) for some reason. where could i start trying to figure out where this came from?