Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concurrent solc downloads fail #1925

Closed
roderik opened this issue Oct 3, 2021 · 1 comment
Closed

Concurrent solc downloads fail #1925

roderik opened this issue Oct 3, 2021 · 1 comment
Labels
status:needs-more-info There's not enough information to start working on this issue

Comments

@roderik
Copy link

roderik commented Oct 3, 2021

We use a NX (nx.dev) mono repo setup where we run tests, typechain builds, etc concurrently for a bunch of hardhat projects. When it decides to run any of these tasks for more than one project, it fails with the following error

There was an unexpected problem downloading the compiler: ENOENT: no such file or directory, open '/home/runner/.cache/hardhat-nodejs/compilers/linux-amd64/solc-linux-amd64-v0.8.4+commit.c7e474f2'
41

One of the other ones will work and all the rest also since the cache file is there.

@fvictorio
Copy link
Member

@roderik do you think you could make a minimal reproduction example that triggers this issue? Even if the reproduction steps include "run this command 100 times and 1 of those will fail".

@fvictorio fvictorio added the status:needs-more-info There's not enough information to start working on this issue label Oct 4, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status:needs-more-info There's not enough information to start working on this issue
Projects
None yet
Development

No branches or pull requests

2 participants