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

Exit code 139 as part of RunTests.TestRunner.InstallAspNetAppIfNeededAsync #20219

Closed
ajaybhargavb opened this issue Mar 27, 2020 · 7 comments · Fixed by #21639
Closed

Exit code 139 as part of RunTests.TestRunner.InstallAspNetAppIfNeededAsync #20219

ajaybhargavb opened this issue Mar 27, 2020 · 7 comments · Fixed by #21639
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework blocked The work on this issue is blocked due to some dependency External This is an issue in a component not contained in this repository. It is open for tracking purposes. test-failure

Comments

@ajaybhargavb
Copy link
Contributor

ajaybhargavb commented Mar 27, 2020

'/home/helixbot/work/A22508F7/w/BE2309D4/e/.dotnet18061/dotnet nuget list source' completed with exit code '139'
Exception in InstallAspNetAppIfNeeded: System.InvalidOperationException: Command /home/helixbot/work/A22508F7/w/BE2309D4/e/.dotnet18061/dotnet nuget list source returned exit code 139 output: 
   at RunTests.ProcessUtil.RunAsync(String filename, String arguments, String workingDirectory, Boolean throwOnError, IDictionary`2 environmentVariables, Action`1 outputDataReceived, Action`1 errorDataReceived, Action`1 onStart, CancellationToken cancellationToken) in /home/helixbot/work/A22508F7/w/BE2309D4/e/RunTests/ProcessUtil.cs:line 144
   at RunTests.ProcessUtil.RunAsync(String filename, String arguments, String workingDirectory, Boolean throwOnError, IDictionary`2 environmentVariables, Action`1 outputDataReceived, Action`1 errorDataReceived, Action`1 onStart, CancellationToken cancellationToken) in /home/helixbot/work/A22508F7/w/BE2309D4/e/RunTests/ProcessUtil.cs:line 144
   at RunTests.TestRunner.InstallAspNetAppIfNeededAsync() in /home/helixbot/work/A22508F7/w/BE2309D4/e/RunTests/TestRunner.cs:line 134

There test Template_Produces_The_Right_Set_Of_FilesAsync(arguments: "new mvc -au MultiOrg --aad-instance https://login."..., expectedFiles: ["appsettings.Dev) failed due to a 139 exit code.

https://dev.azure.com/dnceng/internal/_build/results?buildId=574320&view=ms.vss-test-web.build-test-results-tab&runId=18013826&resultId=120446&paneView=debug

Need to investigate and quarantine it if necessary.

@ajaybhargavb ajaybhargavb added test-failure area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates labels Mar 27, 2020
@BrennanConroy
Copy link
Member

@BrennanConroy
Copy link
Member

Was bored (nerd sniped?) and filed dotnet/runtime#34231 for this.

@mkArtakMSFT mkArtakMSFT added this to the 5.0.0-preview5 milestone Mar 31, 2020
@pranavkm pranavkm changed the title Test failure: Template_Produces_The_Right_Set_Of_FilesAsync Exit code 139 as part of RunTests.TestRunner.InstallAspNetAppIfNeededAsync Apr 28, 2020
@pranavkm
Copy link
Contributor

Thanks for the investigation @BrennanConroy. Marking this as blocked until we can get a resolution from runtime.

@pranavkm
Copy link
Contributor

@HaoK assigning to you - looks like #21639 covers this.

@BrennanConroy
Copy link
Member

This is a runtime bug and not limited to InstallAspNetAppIfNeededAsync, it's mostly just tracking the issue so build ops folks who see the problem have an issue to link to.

@BrennanConroy BrennanConroy added blocked The work on this issue is blocked due to some dependency External This is an issue in a component not contained in this repository. It is open for tracking purposes. and removed area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates labels May 11, 2020
@HaoK HaoK reopened this May 11, 2020
@Pilchie Pilchie added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label May 14, 2020
@BrennanConroy
Copy link
Member

Fix merged into runtime and now consumed by aspnet

@BrennanConroy BrennanConroy removed this from the 5.0.0-preview5 milestone May 22, 2020
@BrennanConroy BrennanConroy added this to the 5.0.0-preview6 milestone May 22, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jun 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework blocked The work on this issue is blocked due to some dependency External This is an issue in a component not contained in this repository. It is open for tracking purposes. test-failure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants