-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
bundled_self_contained_nocompression_app_run_succeeds blocking CI #53551
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov Issue DetailsRunfo Tracking Issue: bundled_self_contained_nocompression_app_run_succeeds
Displaying 100 of 152 results Build Result Summary
|
cc: @agocke this is another heavy hitter. |
@VSadov can you please take a look? There seem to be two types of issues here: A broad problem with lost of hosting tests: which fails with error like: Unrecognized file type 'PgoData' in And then another broad but rare issue with bundle tests: System.ComponentModel.Win32Exception : Text file busy
Stack trace
at System.Diagnostics.Process.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec)
at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at Microsoft.DotNet.Cli.Build.Framework.Command.Start() in /_/src/installer/tests/TestUtils/Command.cs:line 199
at Microsoft.DotNet.Cli.Build.Framework.Command.Execute(Boolean fExpectedToFail) in /_/src/installer/tests/TestUtils/Command.cs:line 239
at Microsoft.DotNet.Cli.Build.Framework.Command.Execute() in /_/src/installer/tests/TestUtils/Command.cs:line 171
at AppHost.Bundle.Tests.BundledAppWithSubDirs.RunTheApp(String path, TestProjectFixture fixture) in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundledAppWithSubDirs.cs:line 24
at AppHost.Bundle.Tests.BundledAppWithSubDirs.Bundled_Self_Contained_NoCompression_App_Run_Succeeds(BundleOptions options) in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundledAppWithSubDirs.cs:line 81 |
I wonder how recent this failure is. |
Dup of #53587 |
Runfo Tracking Issue: bundled_self_contained_nocompression_app_run_succeeds
Build Result Summary
The text was updated successfully, but these errors were encountered: