Workaround for any folks like me who hit this: when you hit this error, you can turn off sccache-dist by commenting out the `scheduler_url` line in `~/.config/sccache/config`, and then kill the local sccache daemon (`sccache --stop-server`), and then build in the affected "config" directory (`./mach build config`). This should finish building in this directory, and then you can undo what you've done (uncomment the line, kill the local sccache daemon again), and do `./mach build` to pick up from where you left off.
Bug 1651207 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Workaround for any folks like me who hit this: when you hit this error, you can temporarily turn off sccache-dist by commenting out the `scheduler_url` line in `~/.config/sccache/config`, and then kill the local sccache daemon (`sccache --stop-server`), and then build in the affected "config" directory (`./mach build config`). This should finish building in this directory, and then you can undo what you've done (uncomment the line, kill the local sccache daemon again), and do `./mach build` to pick up from where you left off.