Console log: 'System.Formats.Tar.Tests' from job 98036f0c-750a-4f3b-b79f-71c4eae9ea3d workitem d25060f3-2901-4c7c-85a1-01494da2d109 (windows.10.amd64.open.rt) executed on machine a002NCR running Windows-2016Server-10.0.14393-SP0 C:\h\w\AA3609DC\w\9DAE08A2\e>set _NT_SYMBOL_PATH=C:\h\w\AA3609DC\p;C:\h\w\AA3609DC\p\PDB;C:\h\w\AA3609DC\p\shared\Microsoft.NETCore.App\11.0.0 C:\h\w\AA3609DC\w\9DAE08A2\e>C:\h\w\AA3609DC\p\dotnet C:\h\w\AA3609DC\p\sos\tools\net6.0\any\dotnet-sos.dll install --architecture x64 Installing SOS to C:\Users\runner\.dotnet\sos Installing over existing installation... Creating installation directory... Copying files from C:\h\w\AA3609DC\p\sos\tools\net6.0\any\win-x64 Copying files from C:\h\w\AA3609DC\p\sos\tools\net6.0\any\lib Execute '.load C:\Users\runner\.dotnet\sos\sos.dll' to load SOS in your Windows debugger. Cleaning up... SOS install succeeded C:\h\w\AA3609DC\w\9DAE08A2\e>taskkill.exe /f /im corerun.exe ERROR: The process "corerun.exe" not found. C:\h\w\AA3609DC\w\9DAE08A2\e>set __TestArchitecture=x64 C:\h\w\AA3609DC\w\9DAE08A2\e>call RunTests.cmd --runtime-path C:\h\w\AA3609DC\p ========================= Begin custom configuration settings ============================== set __IsXUnitLogCheckerSupported=1 set XUNIT_HIDE_PASSING_OUTPUT_DIAGNOSTICS=1 ========================== End custom configuration settings =============================== ----- start Wed 07/08/2026 9:37:19.99 =============== To repro directly: ===================================================== pushd C:\h\w\AA3609DC\w\9DAE08A2\e\ "C:\h\w\AA3609DC\p\dotnet.exe" exec --runtimeconfig System.Formats.Tar.Tests.runtimeconfig.json --depsfile System.Formats.Tar.Tests.deps.json xunit.console.dll System.Formats.Tar.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing popd =========================================================================================================== C:\h\w\AA3609DC\w\9DAE08A2\e>"C:\h\w\AA3609DC\p\dotnet.exe" exec --runtimeconfig System.Formats.Tar.Tests.runtimeconfig.json --depsfile System.Formats.Tar.Tests.deps.json xunit.console.dll System.Formats.Tar.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing Discovering: System.Formats.Tar.Tests (method display = ClassAndMethod, method display options = None) Discovered: System.Formats.Tar.Tests (found 797 of 798 test cases) Starting: System.Formats.Tar.Tests (parallel test collections = on [4 threads], stop on fail = off) System.Formats.Tar.Tests.TarFile_ExtractToDirectory_File_Tests.ExtractToDirectory_RejectsChainedSymlinkDirectoryTraversal_WithNestedFile [FAIL] Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(System.UnauthorizedAccessException) Actual: typeof(System.IO.IOException) ---- System.IO.IOException : Cannot create 'C:\h\w\AA3609DC\t\z1vedmpo.ejo\dest\a\b' because a file or directory with the same name already exists. Stack Trace: /_/src/libraries/System.Formats.Tar/tests/TarFile/TarFile.ExtractToDirectory.File.Tests.cs(548,0): at System.Formats.Tar.Tests.TarFile_ExtractToDirectory_File_Tests.ExtractToDirectory_RejectsChainedSymlinkDirectoryTraversal_WithNestedFile() /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs(37,0): at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(57,0): at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) ----- Inner Stack Trace ----- /_/src/libraries/Common/src/System/IO/FileSystem.DirectoryCreation.Windows.cs(134,0): at System.IO.FileSystem.CreateDirectory(String fullPath, Byte[] securityDescriptor) /_/src/libraries/System.Private.CoreLib/src/System/IO/Directory.cs(34,0): at System.IO.Directory.CreateDirectory(String path) /_/src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarHelpers.Windows.cs(18,0): at System.Formats.Tar.TarHelpers.CreateDirectory(String fullPath, Nullable`1 mode, SortedDictionary`2 pendingModes) /_/src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarEntry.cs(334,0): at System.Formats.Tar.TarEntry.ExtractRelativeToDirectory(String destinationDirectoryPath, Boolean overwrite, SortedDictionary`2 pendingModes, Stack`1 directoryModificationTimes, TarHardLinkMode hardLinkMode) /_/src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarFile.cs(664,0): at System.Formats.Tar.TarFile.ExtractToDirectoryInternal(Stream source, String destinationDirectoryFullPath, TarExtractOptions options, Boolean leaveOpen) /_/src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarFile.cs(448,0): at System.Formats.Tar.TarFile.ExtractToDirectory(String sourceFileName, String destinationDirectoryName, TarExtractOptions options) /_/src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarFile.cs(407,0): at System.Formats.Tar.TarFile.ExtractToDirectory(String sourceFileName, String destinationDirectoryName, Boolean overwriteFiles) /_/src/libraries/System.Formats.Tar/tests/TarFile/TarFile.ExtractToDirectory.File.Tests.cs(548,0): at System.Formats.Tar.Tests.TarFile_ExtractToDirectory_File_Tests.<>c__DisplayClass16_0.b__0() System.Formats.Tar.Tests.TarWriter_WriteEntryAsync_File_Tests.Add_Non_Symlink_ReparsePoint_Throws_Async(format: V7) [SKIP] Could not find an appexeclink in this machine. System.Formats.Tar.Tests.TarWriter_WriteEntryAsync_File_Tests.Add_Non_Symlink_ReparsePoint_Throws_Async(format: Ustar) [SKIP] Could not find an appexeclink in this machine. System.Formats.Tar.Tests.TarWriter_WriteEntryAsync_File_Tests.Add_Non_Symlink_ReparsePoint_Throws_Async(format: Pax) [SKIP] Could not find an appexeclink in this machine. System.Formats.Tar.Tests.TarWriter_WriteEntryAsync_File_Tests.Add_Non_Symlink_ReparsePoint_Throws_Async(format: Gnu) [SKIP] Could not find an appexeclink in this machine. System.Formats.Tar.Tests.TarWriter_WriteEntry_File_Tests.Add_Non_Symlink_ReparsePoint_Throws(format: V7) [SKIP] Could not find an appexeclink in this machine. System.Formats.Tar.Tests.TarWriter_WriteEntry_File_Tests.Add_Non_Symlink_ReparsePoint_Throws(format: Ustar) [SKIP] Could not find an appexeclink in this machine. System.Formats.Tar.Tests.TarWriter_WriteEntry_File_Tests.Add_Non_Symlink_ReparsePoint_Throws(format: Pax) [SKIP] Could not find an appexeclink in this machine. System.Formats.Tar.Tests.TarWriter_WriteEntry_File_Tests.Add_Non_Symlink_ReparsePoint_Throws(format: Gnu) [SKIP] Could not find an appexeclink in this machine. Finished: System.Formats.Tar.Tests === TEST EXECUTION SUMMARY === System.Formats.Tar.Tests Total: 6573, Errors: 0, Failed: 1, Skipped: 8, Time: 16.049s ----- end Wed 07/08/2026 9:37:43.28 ----- exit code 1 ---------------------------------------------------------- C:\h\scripts\helix-scripts\azure\__init__.py:5: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-07-08T09:37:44.048Z INFO run.py managed_identity(151) __init__ ManagedIdentityCredential will use IMDS with client_id: 3423231b-6b9e-4177-8817-76276b647404 2026-07-08T09:37:44.049Z INFO run.py azure_utils(32) get_credential_and_access_token VMSSManagedIdentity VmssMIClientIdForUpload Auth type will be used 2026-07-08T09:37:44.049Z INFO run.py _universal(535) on_request Request URL: 'http://169.254.169.254/metadata/identity/oauth2/token?api-version=2018-02-01&resource=REDACTED&client_id=REDACTED' Request method: 'GET' Request headers: 'Metadata': 'REDACTED' 'x-client-SKU': 'REDACTED' 'x-client-Ver': 'REDACTED' 'x-ms-client-request-id': '1d7e5e08-8311-4aa3-8950-27b4c4c95d7c' 'User-Agent': 'azsdk-python-identity/1.25.3 Python/3.13.13 (Windows-2016Server-10.0.14393-SP0)' No body was attached to the request 2026-07-08T09:37:44.064Z INFO run.py _universal(581) on_response Response status: 200 Response headers: 'Content-Type': 'application/json; charset=utf-8' 'Server': 'IMDS/150.870.65.2128' 'x-ms-request-id': '1d7e5e08-8311-4aa3-8950-27b4c4c95d7c' 'Date': 'Wed, 08 Jul 2026 09:37:43 GMT' 'Content-Length': '2472' 2026-07-08T09:37:44.065Z INFO run.py msal_managed_identity_client(165) _get_token_base ImdsCredential.get_token succeeded 2026-07-08T09:37:44.065Z INFO run.py decorators(24) wrapper ManagedIdentityCredential.get_token succeeded 2026-07-08T09:37:44.065Z INFO run.py azure_utils(64) get_credential_and_access_token Credentials are valid 2026-07-08T09:37:44.067Z INFO run.py msal_managed_identity_client(165) _get_token_base ImdsCredential.get_token_info succeeded 2026-07-08T09:37:44.067Z INFO run.py decorators(24) wrapper ManagedIdentityCredential.get_token_info succeeded 2026-07-08T09:37:44.476Z INFO run.py run(67) main Beginning reading of test results. 2026-07-08T09:37:44.477Z INFO run.py __init__(49) read_results Searching 'C:\h\w\AA3609DC\w\9DAE08A2\e' for test results files 2026-07-08T09:37:44.477Z INFO run.py __init__(55) read_results Found results file C:\h\w\AA3609DC\w\9DAE08A2\e\testResults.xml with format xunit 2026-07-08T09:37:44.530Z INFO run.py __init__(49) read_results Searching 'C:\h\w\AA3609DC\w\9DAE08A2\uploads' for test results files 2026-07-08T09:37:44.531Z INFO run.py packing_test_reporter(30) report_results Packing 6573 test reports to 'C:\h\w\AA3609DC\w\9DAE08A2\e\__test_report.json' 2026-07-08T09:37:44.554Z INFO run.py packing_test_reporter(33) report_results Packed 2230522 bytes 2026-07-08T09:37:44.557Z INFO run.py _helix_compat(255) report_results Writing 0 test results to 'C:\h\w\AA3609DC\w\9DAE08A2\e\__test_report_v2.json' (JSON v1) 2026-07-08T09:37:44.557Z INFO run.py _helix_compat(261) report_results Wrote 2979 bytes to 'C:\h\w\AA3609DC\w\9DAE08A2\e\__test_report_v2.json' ERROR: The process "corerun.exe" not found. gen-debug-dump-docs.py: Did not find dumps, skipping dump docs generation. ['System.Formats.Tar.Tests' END OF WORK ITEM LOG: Command exited with 0]