You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The println makes me believe the issue is during the svm installation step here, which proceeds to call svm::install.
I think the offending code is either the std::io::copy or the std::fs::File::create above it
@MATTSE mentioned that if gakonst/ethers-rs#802 doesn't address this, we should consider using a lockfile, given that our existing mutexes in ethers-solc seem to not be getting hit
The text was updated successfully, but these errors were encountered:
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.1.0 (8d84701 2022-02-01T00:34:27.479773+00:00)
What command(s) is the bug in?
forge test
Operating System
Linux
Describe the bug
There's a flaky test on CI
The println makes me believe the issue is during the svm installation step here, which proceeds to call
svm::install
.I think the offending code is either the
std::io::copy
or thestd::fs::File::create
above it@MATTSE mentioned that if gakonst/ethers-rs#802 doesn't address this, we should consider using a lockfile, given that our existing mutexes in ethers-solc seem to not be getting hit
The text was updated successfully, but these errors were encountered: