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
Running two (or more) builds of the same flake in parallel will result in an error like this:
SQLite database '/home/manveru/.cache/nix/eval-cache-v1/7bfed1c712ac845ecca1eebf57ba6b5c5f4571c0b7a204c10dcbb6ee21ceb5ce.sqlite' is busy
Steps To Reproduce
Pick any flake
Make it evaluate in parallel (before it is cached)
See error
Expected behavior
Just like with normal builds, I'd like Nix to wait for the DB to be unlocked.
nix --version output
nix (Nix) 2.4pre20200622_334e26b
Additional context
There is no good way to catch this error and retry without parsing the output. So instead you have to do an eval first and hope nothing changes in-between that might cause re-evaluation.
The text was updated successfully, but these errors were encountered:
Describe the bug
Running two (or more) builds of the same flake in parallel will result in an error like this:
Steps To Reproduce
Expected behavior
Just like with normal builds, I'd like Nix to wait for the DB to be unlocked.
nix --version
outputnix (Nix) 2.4pre20200622_334e26b
Additional context
There is no good way to catch this error and retry without parsing the output. So instead you have to do an eval first and hope nothing changes in-between that might cause re-evaluation.
The text was updated successfully, but these errors were encountered: