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

Unable to compile multiple projects with the same deps at once #1501

Open
THenry14 opened this issue Aug 1, 2024 · 0 comments
Open

Unable to compile multiple projects with the same deps at once #1501

THenry14 opened this issue Aug 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@THenry14
Copy link
Member

THenry14 commented Aug 1, 2024

Problem

From tg. This might be a bug, or a feature request. We need to ivestigate further.

Someone had a problem, where they tried to compile multiple projects with the same deps at once. Then an error occurs:

 Blocking waiting for file lock on package cache\nerror: failed to find workspace... 

It seems that:

  • Scarb tried to acquire lock on global cache
  • Failed to do so, due to another instance having the lock, so waited for the lock to be freed
  • Then finally acquired it and tried to load the git package
  • The package should alredy be on the drive, so it tried loading it from the filesystem, but has not find any packages

Steps

No response

Possible Solution(s)

No response

Notes

No response

Version

No response

@THenry14 THenry14 added the bug Something isn't working label Aug 1, 2024
@THenry14 THenry14 self-assigned this Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant