Skip to content
New issue

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

"dotnet build-server shutdown" command prints "success" on error #11861

Open
ooooolivia opened this issue Jun 3, 2020 · 2 comments
Open

"dotnet build-server shutdown" command prints "success" on error #11861

ooooolivia opened this issue Jun 3, 2020 · 2 comments
Milestone

Comments

@ooooolivia
Copy link

In addition to #10573, "dotnet build-server shutdown" command prints "MSBuild server shut down successfully.``` with exit code 1.

[2020/06/02 20:37:31][INFO] [2020/06/02 20:37:30][INFO] $ dotnet build-server shutdown
[2020/06/02 20:37:31][INFO] [2020/06/02 20:37:30][INFO] Shutting down MSBuild server...
[2020/06/02 20:37:31][INFO] [2020/06/02 20:37:30][INFO] Shutting down VB/C# compiler server...
[2020/06/02 20:37:31][INFO] [2020/06/02 20:37:30][INFO] Shutting down Razor build server (process 13722)...
[2020/06/02 20:37:31][INFO] [2020/06/02 20:37:30][INFO] VB/C# compiler server shut down successfully.
[2020/06/02 20:37:31][INFO] [2020/06/02 20:37:30][INFO] Razor build server (process 13722) failed to shut down: The shutdown command failed: The application to execute does not exist: '/home/helixbot/work/AEFA0996/w/AD220924/e/.dotnet14993/sdk/5.0.100-preview.6.20266.3/Sdks/Microsoft.NET.Sdk.Razor/tools/netcoreapp3.0/rzc.dll'
[2020/06/02 20:37:31][INFO] [2020/06/02 20:37:30][INFO]
[2020/06/02 20:37:31][INFO] [2020/06/02 20:37:31][INFO] MSBuild server shut down successfully.
[2020/06/02 20:37:31][INFO] [2020/06/02 20:37:31][INFO] $ popd
[2020/06/02 20:37:31][INFO] [2020/06/02 20:37:31][ERROR] Process exited with status 1
@marcpopMSFT marcpopMSFT added the untriaged Request triage from a team member label Jun 10, 2020
@sfoslund sfoslund added this to the Backlog milestone Jun 15, 2020
@sfoslund sfoslund removed the untriaged Request triage from a team member label Jun 15, 2020
@sfoslund sfoslund removed their assignment Jun 15, 2020
@akoeplinger
Copy link
Member

I think this is expected, these are independent build servers so the MSBuild server can shut down successfully even though the Razor build server didn't.

@srtmichael
Copy link

how about adding a -v quiet flag ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants