Skip to content

Timeout in HostFactoryResolverTests.NoSpecialEntryPointPatternCanRunInParallel #114704

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

Open
steveharter opened this issue Apr 15, 2025 · 1 comment
Labels
area-Extensions-Hosting blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' help wanted [up-for-grabs] Good issue for external contributors Known Build Error Use this to report build issues in the .NET Helix tab test-bug Problem in test source code (most likely)
Milestone

Comments

@steveharter
Copy link
Contributor

steveharter commented Apr 15, 2025

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=1017138
Build error leg or test failing: Microsoft.Extensions.HostFactoryResolver.Tests.WorkItemExecution
Pull request: #114495

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": ["Microsoft.Extensions.Hosting.Tests.HostFactoryResolverTests.NoSpecialEntryPointPatternCanRunInParallel","Microsoft.Extensions.HostFactoryResolver.Tests' END OF WORK ITEM LOG: Command timed out, and was killed"],
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

log

C:\h\w\B76C09D4\w\B1E70969\e>"C:\h\w\B76C09D4\p\dotnet.exe" exec --runtimeconfig Microsoft.Extensions.HostFactoryResolver.Tests.runtimeconfig.json --depsfile Microsoft.Extensions.HostFactoryResolver.Tests.deps.json xunit.console.dll Microsoft.Extensions.HostFactoryResolver.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: Microsoft.Extensions.HostFactoryResolver.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  Microsoft.Extensions.HostFactoryResolver.Tests (found 24 test cases)
  Starting:    Microsoft.Extensions.HostFactoryResolver.Tests (parallel test collections = on [4 threads], stop on fail = off)
   Microsoft.Extensions.HostFactoryResolver.Tests: [Long Running Test] 'Microsoft.Extensions.Hosting.Tests.HostFactoryResolverTests.NoSpecialEntryPointPatternCanRunInParallel', Elapsed: 00:02:00
   Microsoft.Extensions.HostFactoryResolver.Tests: [Long Running Test] 'Microsoft.Extensions.Hosting.Tests.HostFactoryResolverTests.NoSpecialEntryPointPatternCanRunInParallel', Elapsed: 00:04:01
   Microsoft.Extensions.HostFactoryResolver.Tests: [Long Running Test] 'Microsoft.Extensions.Hosting.Tests.HostFactoryResolverTests.NoSpecialEntryPointPatternCanRunInParallel', Elapsed: 00:06:01
   Microsoft.Extensions.HostFactoryResolver.Tests: [Long Running Test] 'Microsoft.Extensions.Hosting.Tests.HostFactoryResolverTests.NoSpecialEntryPointPatternCanRunInParallel', Elapsed: 00:08:01
   Microsoft.Extensions.HostFactoryResolver.Tests: [Long Running Test] 'Microsoft.Extensions.Hosting.Tests.HostFactoryResolverTests.NoSpecialEntryPointPatternCanRunInParallel', Elapsed: 00:10:01
   Microsoft.Extensions.HostFactoryResolver.Tests: [Long Running Test] 'Microsoft.Extensions.Hosting.Tests.HostFactoryResolverTests.NoSpecialEntryPointPatternCanRunInParallel', Elapsed: 00:12:01
   Microsoft.Extensions.HostFactoryResolver.Tests: [Long Running Test] 'Microsoft.Extensions.Hosting.Tests.HostFactoryResolverTests.NoSpecialEntryPointPatternCanRunInParallel', Elapsed: 00:14:01
['Microsoft.Extensions.HostFactoryResolver.Tests' END OF WORK ITEM LOG: Command timed out, and was killed]

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=1017138
Error message validated: [Microsoft.Extensions.Hosting.Tests.HostFactoryResolverTests.NoSpecialEntryPointPatternCanRunInParallel Microsoft.Extensions.HostFactoryResolver.Tests' END OF WORK ITEM LOG: Command timed out, and was killed]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 4/15/2025 5:42:15 PM UTC

Report

Build Definition Test Pull Request
1052210 dotnet/runtime Microsoft.Extensions.HostFactoryResolver.Tests.WorkItemExecution #115983
1052163 dotnet/runtime Microsoft.Extensions.HostFactoryResolver.Tests.WorkItemExecution #116027
1052066 dotnet/runtime Microsoft.Extensions.HostFactoryResolver.Tests.WorkItemExecution #115240
1052052 dotnet/runtime Microsoft.Extensions.HostFactoryResolver.Tests.WorkItemExecution #116009
1050875 dotnet/runtime Microsoft.Extensions.HostFactoryResolver.Tests.WorkItemExecution #115983
1046353 dotnet/runtime Microsoft.Extensions.HostFactoryResolver.Tests.WorkItemExecution #115774
1045150 dotnet/runtime Microsoft.Extensions.HostFactoryResolver.Tests.WorkItemExecution #115652
1044462 dotnet/runtime Microsoft.Extensions.HostFactoryResolver.Tests.WorkItemExecution #115689
1040274 dotnet/runtime Microsoft.Extensions.HostFactoryResolver.Tests.WorkItemExecution #114867
1039394 dotnet/runtime Microsoft.Extensions.HostFactoryResolver.Tests.WorkItemExecution #115428
1037736 dotnet/runtime Microsoft.Extensions.HostFactoryResolver.Tests.WorkItemExecution #115335
1033928 dotnet/runtime Microsoft.Extensions.HostFactoryResolver.Tests.WorkItemExecution #115062
1033065 dotnet/runtime Microsoft.Extensions.HostFactoryResolver.Tests.WorkItemExecution #115277

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 5 13
@steveharter steveharter added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Apr 15, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Apr 15, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-extensions-hosting
See info in area-owners.md if you want to be subscribed.

@steveharter steveharter self-assigned this Apr 21, 2025
@steveharter steveharter added this to the 10.0.0 milestone Apr 25, 2025
@steveharter steveharter added the test-bug Problem in test source code (most likely) label Apr 25, 2025
@steveharter steveharter removed their assignment Apr 25, 2025
@steveharter steveharter added the help wanted [up-for-grabs] Good issue for external contributors label Apr 25, 2025
@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Apr 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Extensions-Hosting blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' help wanted [up-for-grabs] Good issue for external contributors Known Build Error Use this to report build issues in the .NET Helix tab test-bug Problem in test source code (most likely)
Projects
None yet
Development

No branches or pull requests

1 participant