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

AppHost.Bundle.Tests.BundledAppWithSubDirs.FrameworkDependent(options: None) failed in CI #103743

Closed
jkoritzinsky opened this issue Jun 20, 2024 · 2 comments · Fixed by #107112
Closed
Labels
area-Host blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' in-pr There is an active PR which will close this issue when it is merged Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@jkoritzinsky
Copy link
Member

jkoritzinsky commented Jun 20, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=713583
Build error leg or test failing: AppHost.Bundle.Tests.BundledAppWithSubDirs.FrameworkDependent(options: None)
Pull request: #103607

Error Message

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

{
  "ErrorMessage": "Exit Code: 0x8000808b",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": true
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=713583
Error message validated: [Exit Code: 0x8000808b]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 6/20/2024 4:00:53 AM UTC

Report

Build Definition Test Pull Request
786822 dotnet/runtime AppHost.Bundle.Tests.BundledAppWithSubDirs.FrameworkDependent_Targeting50(options: BundleAllContent) #92543
780877 dotnet/runtime AppHost.Bundle.Tests.BundledAppWithSubDirs.FrameworkDependent_Targeting50(options: BundleAllContent)
768533 dotnet/runtime AppHost.Bundle.Tests.AppLaunch.AdditionalContentAfterBundleMetadata(selfContained: False) #105802
761315 dotnet/runtime AppHost.Bundle.Tests.BundledAppWithSubDirs.FrameworkDependent(options: None) #105709

Summary

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

Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov
See info in area-owners.md if you want to be subscribed.

@agocke agocke added this to the 10.0.0 milestone Jul 29, 2024
@agocke agocke removed the untriaged New issue has not been triaged by the area owner label Jul 29, 2024
@elinor-fung
Copy link
Member

0x8000808b is ResolverInitFailure

Error from host trace:

Cannot use file stream for [D:\a\_work\1\s\artifacts\tests\host\windows.x86.Debug\sharedFrameworkPublish\shared\Microsoft.NETCore.App\10.0.0-ci\Microsoft.NETCore.App.deps.json]: Permission denied
Error initializing the dependency resolver: An error occurred while parsing: D:\a\_work\1\s\artifacts\tests\host\windows.x86.Debug\sharedFrameworkPublish\shared\Microsoft.NETCore.App\10.0.0-ci\Microsoft.NETCore.App.deps.json

I'd guess it is from some other test not playing nicely with how it is accessing the file. #100588 made all test projects use the same copy of the built .NET, so it probably made an issue like this easier to hit.

@dotnet-policy-service dotnet-policy-service bot added the in-pr There is an active PR which will close this issue when it is merged label Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Host blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' in-pr There is an active PR which will close this issue when it is merged Known Build Error Use this to report build issues in the .NET Helix tab
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants