enkb123 / rosetta-io

0 stars 0 forks source link

Rust scripts can't be run in parallel locally #25

Closed nicholaides closed 3 months ago

nicholaides commented 3 months ago

Apparently cargo script is not re-entrant. It works fine in Docker.

nicholaides commented 3 months ago

I can't figure our how to reproduce this... It seems like after each script is run once successfully, it no longer has trouble. But, I don't know how to get it back to that state. Removing my rust/target/ or rust/vendor directories don't work.