i got this error after i first did `rm -rf /privat...
# development
a
i got this error after i first did
rm -rf /private/var/folders
since it said that was out of space, then i did
rm -rf ~/.cache/pants/lmdb_store
because it said that was out of space, now it still says that's out of space and it continues to make this error even after a `clean-all`:
Copy code
Exception message: Build graph construction failed: ExecutionError 1 Exception encountered:
Computing Select(Specs(dependencies<Exactly(tuple)>=(SingleAddress(directory='tests/python/pants_test/backend/python/tasks', name='pytest_run'),), matcher<Exactly(SpecsMatcher)>=SpecsMatcher(tags<Exactly(tuple)>=(), exclude_patterns<Exactly(tuple)>=())), TransitiveHydratedTargets)
  Computing Task(transitive_hydrated_targets(), Specs(dependencies<Exactly(tuple)>=(SingleAddress(directory='tests/python/pants_test/backend/python/tasks', name='pytest_run'),), matcher<Exactly(SpecsMatcher)>=SpecsMatcher(tags<Exactly(tuple)>=(), exclude_patterns<Exactly(tuple)>=())), TransitiveHydratedTargets, true)
    Computing Task(addresses_from_address_families(), Specs(dependencies<Exactly(tuple)>=(SingleAddress(directory='tests/python/pants_test/backend/python/tasks', name='pytest_run'),), matcher<Exactly(SpecsMatcher)>=SpecsMatcher(tags<Exactly(tuple)>=(), exclude_patterns<Exactly(tuple)>=())), BuildFileAddresses, true)
      Computing Snapshot(PathGlobs(include=('tests/python/pants_test/backend/python/tasks/BUILD', 'tests/python/pants_test/backend/python/tasks/BUILD.*'), exclude=('.*/', '/dist/', 'bower_components/', 'node_modules/', '*.egg-info/'), glob_match_error_behavior<Exactly(GlobMatchErrorBehavior)>=GlobMatchErrorBehavior(value=ignore), conjunction<Exactly(GlobExpansionConjunction)>=GlobExpansionConjunction(value=any_match)))
        Computing DigestFile(File { path: "tests/python/pants_test/backend/python/tasks/BUILD", is_executable: false })
          Throw(Error making env for store at "/Users/dmcclanahan/.cache/pants/lmdb_store/files/6": No space left on device)
            Traceback (no traceback):
              <pants native internals>
            Exception: Error making env for store at "/Users/dmcclanahan/.cache/pants/lmdb_store/files/6": No space left on device