dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.37k stars 9.99k forks source link

RazorPagesTemplate_IdentityWeb_BuildsAndPublishes template test flakiness #31729

Closed captainsafia closed 2 years ago

captainsafia commented 3 years ago
[xUnit.net 00:00:15.84]     Templates.Test.RazorPagesTemplateTest.RazorPagesTemplate_IdentityWeb_BuildsAndPublishes(auth: "SingleOrg", args: ["--calls-graph"]) [FAIL]
[xUnit.net 00:00:15.84]       Process exited with code 134
[xUnit.net 00:00:15.84]       StdErr: malloc_consolidate(): invalid chunk size
[xUnit.net 00:00:15.84]       
[xUnit.net 00:00:15.84]       StdOut: Template Name                         Short Name      Language    Tags          
[xUnit.net 00:00:15.84]       ------------------------------------  --------------  ----------  --------------
[xUnit.net 00:00:15.84]       Console Application                   console         [C#],F#,VB  Common/Console
[xUnit.net 00:00:15.84]       Class library                         classlib        [C#],F#,VB  Common/Library
[xUnit.net 00:00:15.84]       MSTest Test Project                   mstest          [C#],F#,VB  Test/MSTest   
[xUnit.net 00:00:15.84]       NUnit 3 Test Item                     nunit-test      [C#],F#,VB  Test/NUnit    
[xUnit.net 00:00:15.84]       NUnit 3 Test Project                  nunit           [C#],F#,VB  Test/NUnit    
[xUnit.net 00:00:15.84]       xUnit Test Project                    xunit           [C#],F#,VB  Test/xUnit    
[xUnit.net 00:00:15.84]       Razor Component                       razorcomponent  [C#]        Web/ASP.NET   
[xUnit.net 00:00:15.84]       Razor Page                            page            [C#]        Web/ASP.NET   
[xUnit.net 00:00:15.84]       MVC ViewImports                       viewimports     [C#]        Web/ASP.NET   
[xUnit.net 00:00:15.84]       MVC ViewStart                         viewstart       [C#]        Web/ASP.NET   
[xUnit.net 00:00:15.84]       ASP.NET Core with Angular             angular         [C#]        Web/MVC/SPA   
[xUnit.net 00:00:15.84]       ASP.NET Core with React.js            react           [C#]        Web/MVC/SPA   
[xUnit.net 00:00:15.84]       ASP.NET Core with React.js and Redux  reactredux      [C#]        Web/MVC/SPA   
[xUnit.net 00:00:15.84]       TypeScript file                       tsfile                      Web/Script    
[xUnit.net 00:00:15.84]       LESS Style Sheet                      less                        Web/Style     
[xUnit.net 00:00:15.84]       SCSS Style Sheet (SASS)               scss                        Web/Style     
[xUnit.net 00:00:15.84]       Protocol Buffer File                  proto                       Web/gRPC      
[xUnit.net 00:00:15.84]       
[xUnit.net 00:00:15.84]       Examples:
[xUnit.net 00:00:15.84]           dotnet new nunit 
[xUnit.net 00:00:15.84]           dotnet new react --auth Individual
[xUnit.net 00:00:15.84]           dotnet new --help
[xUnit.net 00:00:15.85]           dotnet new proto --help
[xUnit.net 00:00:15.85]       
[xUnit.net 00:00:15.85]       Expected: True
[xUnit.net 00:00:15.85]       Actual:   False
[xUnit.net 00:00:15.85]       Stack Trace:
[xUnit.net 00:00:15.85]         /_/src/ProjectTemplates/Shared/TemplatePackageInstaller.cs(153,0): at Templates.Test.Helpers.TemplatePackageInstaller.InstallTemplatePackages(ITestOutputHelper output)
[xUnit.net 00:00:15.85]         /_/src/ProjectTemplates/Shared/TemplatePackageInstaller.cs(64,0): at Templates.Test.Helpers.TemplatePackageInstaller.EnsureTemplatingEngineInitializedAsync(ITestOutputHelper output)
[xUnit.net 00:00:15.85]         /_/src/ProjectTemplates/Shared/ProjectFactoryFixture.cs(28,0): at Templates.Test.Helpers.ProjectFactoryFixture.GetOrCreateProject(String projectKey, ITestOutputHelper output)
[xUnit.net 00:00:15.85]         /_/src/ProjectTemplates/test/RazorPagesTemplateTest.cs(250,0): at Templates.Test.RazorPagesTemplateTest.BuildAndPublishRazorPagesTemplate(String auth, String[] args)
[xUnit.net 00:00:15.85]         --- End of stack trace from previous location ---
  Failed Templates.Test.RazorPagesTemplateTest.RazorPagesTemplate_IdentityWeb_BuildsAndPublishes(auth: "SingleOrg", args: ["--calls-graph"]) [14 s]
  Error Message:
   Process exited with code 134
StdErr: malloc_consolidate(): invalid chunk size

https://dev.azure.com/dnceng/public/_build/results?buildId=1083545&view=logs&j=3f6d4e0f-1b71-56b5-361e-d95b6e6da15a&t=d5bf30bc-9e5a-596c-d1c8-39e2dfa42d49

BrennanConroy commented 3 years ago

https://github.com/dotnet/runtime/issues/38626

If you'd like to try to get someone to look at this please do!

ghost commented 3 years ago

Thanks for contacting us. We're moving this issue to the Next sprint planning milestone for future evaluation / consideration. Because it's not immediately obvious that this is a bug in our framework, we would like to keep this around to collect more feedback, which can later help us determine the impact of it. We will re-evaluate this issue, during our next planning meeting(s). If we later determine, that the issue has no community involvement, or it's very rare and low-impact issue, we will close it - so that the team can focus on more important and high impact issues. To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.