Skip to content

Instantly share code, notes, and snippets.

@pyfisch
Created January 20, 2018 14:43
Show Gist options
  • Save pyfisch/1a58ac12870136a4a9b6f59c8de74104 to your computer and use it in GitHub Desktop.
Save pyfisch/1a58ac12870136a4a9b6f59c8de74104 to your computer and use it in GitHub Desktop.
Error running mach:
['clean-cargo-cache']
The error occurred in the implementation of the invoked mach command.
This should never occur and is likely a bug in the implementation of that
command. Consider filing a bug for this issue.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
OSError: [Errno 2] No such file or directory: '/home/redacted/servo/.cargo/git/db'
File "/home/redacted/servo/python/servo/bootstrap_commands.py", line 238, in clean_cargo_cache
git_db_list = filter(lambda f: not f.startswith('.'), os.listdir(git_db_dir))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment