We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the server is already running in the background, and you try to start the server again manually using sccache --start-server it emits an error:
sccache --start-server
$ sccache --start-server Starting sccache server... error: Server startup error caused by: Server startup failed: 1
This error message could be more useful, in that it could tell you that it's already running instead of looking like something went wrong.
This wasted some time during the investigation at rust-lang/rust#42867 (comment)
The text was updated successfully, but these errors were encountered:
Agreed. We should explicitly check for "socket in use" errors and do something smarter here.
Sorry, something went wrong.
No branches or pull requests
If the server is already running in the background, and you try to start the server again manually using
sccache --start-server
it emits an error:This error message could be more useful, in that it could tell you that it's already running instead of looking like something went wrong.
This wasted some time during the investigation at rust-lang/rust#42867 (comment)
The text was updated successfully, but these errors were encountered: