Skip to content

[ci-scan] Test failure: Errata4.TestXslTransform on tvos-arm64 (UnauthorizedAccessException) #128016

@github-actions

Description

@github-actions

Caution

Security scanning requires review for CI Outer-Loop Failure Scanner

Details

The threat detection results could not be parsed. The workflow output should be reviewed before merging.

Review the workflow run logs for details.

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1414719
Build error leg or test failing: tvos-arm64 Release AllSubsets_CoreCLR - System.Private.Xml.Tests

Error Message

{
  "ErrorMessage": "xmlResolver_document_function_absolute_uri.xsl' is denied",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Additional Context

Summary: System.Xml.Tests.XslCompiledTransformApi.Errata4.TestXslTransform fails on tvos-arm64 with System.UnauthorizedAccessException when attempting to access xmlResolver_document_function_absolute_uri.xsl inside the tvOS app bundle. The tvOS sandbox restricts file access in the app bundle directory.

Failed in (2+):

Failed tests:

runtime-extra-platforms (tvos-arm64 Release AllSubsets_CoreCLR)
- osx.15.amd64.appletv.open
  - System.Xml.Tests.XslCompiledTransformApi.Errata4.TestXslTransform

Error Message:

[FAIL] System.Xml.Tests.XslCompiledTransformApi.Errata4.TestXslTransform
System.TypeInitializationException : The type initializer for 'System.Xml.Tests.XslCompiledTransformApi.Errata4' threw an exception.
---- System.UnauthorizedAccessException : Access to the path '...xmlResolver_document_function_absolute_uri.xsl' is denied.

Impact on platforms:

  • runtime-extra-platforms + tvos-arm64 + osx.15.amd64.appletv.open

Recommended action: The tvOS sandbox prevents write access to certain paths within the app bundle. The test or its test data setup may need to use a writable directory (e.g., Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)), or the test should be annotated with [ActiveIssue] for tvOS until the root cause is fixed.

Generated by CI Outer-Loop Failure Scanner

Note

🔒 Integrity filter blocked 1 item

The following item was blocked because it doesn't meet the GitHub integrity level.

  • #92468 search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

Generated by CI Outer-Loop Failure Scanner · ● 49.6M ·

Metadata

Metadata

Assignees

No one assigned

    Labels

    Known Build ErrorUse this to report build issues in the .NET Helix tabagentic-workflowsblocking-clean-ciBlocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'untriagedNew issue has not been triaged by the area owner

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions