Skip to content

AOT precompile failed on ios-arm64: 'No space left on device' (exit code 1) #125107

@MatousBot

Description

@MatousBot

Suggested labels: Known Build Error, test-failure, os-ios, arch-arm64, untriaged

Note: This issue was automatically generated by AI-Test-Triage. Please review and triage accordingly.

Build Information

Build: 20260228.1, 20260302.109

Build error leg or test failing: System.Runtime.Tests.WorkItemExecution, JIT_r.WorkItemExecution, Methodical_ro.WorkItemExecution, Regression_4.WorkItemExecution, Regression_9.WorkItemExecution, Regression_o_1.WorkItemExecution

Affected CI jobs: build_ios_arm64_Release_AllSubsets_Mono_Smoke, build_ios_arm64_Release_AllSubsets_CoreCLR_RuntimeTests

Causing Commit Range Information

Commit range: {TODO: Insert commit range or link to changes}

Summary

  • AOT precompilation aborted due to IO error: 'No space left on device' while emitting AOT object files (.r2r.o/.dll).
  • Occurs during AOT/crossgen2 proxy builds for iOS on helix macOS (ios-arm64 jobs across Mono and CoreCLR runtime tests).
  • Link step (clang) then fails with 'no such file or directory' for the missing .r2r.o and MSBuild reports MSB3073; work item exits with code 21.
  • App signing fails due to missing embedded.mobileprovision, consistent with build artifacts not being produced because of the disk-full error.

Failure Statistics

Note: These statistics are based on the configured time range and might not reflect the full history of the failure.

  • Occurrence Count: 6
  • First Failure: 2026-03-01 07:02:29 UTC
  • Last Failure: 2026-03-03 01:45:26 UTC

Work Items

Work Item Console Log Build Job Name
System.Runtime.Tests Work Item
View Extract
  [aot-instances.dll] Exec (with response file contents expanded) in /tmp/helix/working/B5DF0992/w/AAD4099B/e/publish: MONO_PATH=/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish: MONO_ENV_OPTIONS= /tmp/helix/working/B5DF0992/p/build/cross/mono-aot-cross -O=gsharedvt -O=gsharedvt --debug --llvm "--aot=...data-outfile=/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/aot-instances.aotdata" "/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/aot-instances.dll"

/tmp/helix/working/B5DF0992/p/build/apple/AppleBuild.targets(260,5): error : Precompiling failed for /tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/aot-instances.dll with exit code 1. [/private/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/ProxyProjectForAOTOnHelix.proj]
/tmp/helix/working/B5DF0992/p/build/apple/AppleBuild.targets(260,5): error : LLVM ERROR: IO failure on output stream: No space left on device [/private/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/ProxyProjectForAOTOnHelix.proj]
/tmp/helix/working/B5DF0992/p/build/apple/AppleBuild.targets(260,5): error : Mono Ahead of Time compiler - compiling assembly /private/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/aot-instances.dll [/private/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/ProxyProjectForAOTOnHelix.proj]
/tmp/helix/working/B5DF0992/p/build/apple/AppleBuild.targets(260,5): error : AOTID 5B991E96-4324-423B-54EC-3DFA141B7D02 [/private/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/ProxyProjectForAOTOnHelix.proj]
/tmp/helix/working/B5DF0992/p/build/apple/AppleBuild.targets(260,5): error : Adding 41336 dedup-ed methods. [/private/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/ProxyProjectForAOTOnHelix.proj]

Signing bundle /tmp/helix/working/B5DF0992/w/AAD4099B/e/System.Runtime.Tests.app
No embedded provisioning profile found at /tmp/helix/working/B5DF0992/w/AAD4099B/e/System.Runtime.Tests.app/embedded.mobileprovision! Failed to sign the app!

+ exit_code=21
Full Log
20260302.109 build_ios_arm64_Release_AllSubsets_Mono_Smoke
JIT_r Work Item
View Extract
** Building a proxy for the original test project, to AOT on helix. In order to do that, this recreates the original inputs for the iOS/tvOS part of the build. See /private/tmp/helix/working/A6070931/w/A85408FC/e/publish/ProxyProjectForAOTOnHelix.proj, and . **
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : Error: No space left on device : '/tmp/helix/working/A6070931/w/A85408FC/e/obj/R2R/JIT_r.r2r.o' [/private/tmp/helix/working/A6070931/w/A85408FC/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : System.IO.IOException: No space left on device : '/tmp/helix/working/A6070931/w/A85408FC/e/obj/R2R/JIT_r.r2r.o' [/private/tmp/helix/working/A6070931/w/A85408FC/e/publish/ProxyProjectForAOTOnHelix.proj]
...
clang : error : no such file or directory: '/tmp/helix/working/A6070931/w/A85408FC/e/obj/R2R/JIT_r.r2r.o' [/private/tmp/helix/working/A6070931/w/A85408FC/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(666,5): error MSB3073: The command "...clang... /tmp/helix/working/A6070931/w/A85408FC/e/obj/R2R/JIT_r.r2r.o -o .../JIT_r.r2r.dylib" exited with code 1. [/private/tmp/helix/working/A6070931/w/A85408FC/e/publish/ProxyProjectForAOTOnHelix.proj]
Signing bundle /tmp/helix/working/A6070931/w/A85408FC/e/JIT_r.app
No embedded provisioning profile found at /tmp/helix/working/A6070931/w/A85408FC/e/JIT_r.app/embedded.mobileprovision! Failed to sign the app!
ls: /tmp/helix/working/A6070931/w/A85408FC/uploads/xunit-*.xml: No such file or directory
+ exit_code=21
Full Log
20260228.1 build_ios_arm64_Release_AllSubsets_CoreCLR_RuntimeTests
Methodical_ro Work Item
View Extract
... 
** Building a proxy for the original test project, to AOT on helix. In order to do that, this recreates the original inputs for the iOS/tvOS part of the build. See /private/tmp/helix/working/A6070931/w/A98E094E/e/publish/ProxyProjectForAOTOnHelix.proj, and . **
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : Error: No space left on device : '/tmp/helix/working/A6070931/w/A98E094E/e/obj/R2R/Methodical_ro.r2r.o' [/private/tmp/helix/working/A6070931/w/A98E094E/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : System.IO.IOException: No space left on device : '/tmp/helix/working/A6070931/w/A98E094E/e/obj/R2R/Methodical_ro.r2r.o' [/private/tmp/helix/working/A6070931/w/A98E094E/e/publish/ProxyProjectForAOTOnHelix.proj]
...
clang : error : no such file or directory: '/tmp/helix/working/A6070931/w/A98E094E/e/obj/R2R/Methodical_ro.r2r.o' [/private/tmp/helix/working/A6070931/w/A98E094E/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(666,5): error MSB3073: The command "... clang ... /tmp/helix/working/A6070931/w/A98E094E/e/obj/R2R/Methodical_ro.r2r.o -o ..." exited with code 1. [/private/tmp/helix/working/A6070931/w/A98E094E/e/publish/ProxyProjectForAOTOnHelix.proj]
Signing bundle /tmp/helix/working/A6070931/w/A98E094E/e/Methodical_ro.app
No embedded provisioning profile found at /tmp/helix/working/A6070931/w/A98E094E/e/Methodical_ro.app/embedded.mobileprovision! Failed to sign the app!
Removing empty log files:
ls: /tmp/helix/working/A6070931/w/A98E094E/uploads/xunit-*.xml: No such file or directory
+ exit_code=21
+ '[' -f /tmp/helix/working/A6070931/w/A98E094E/e/.retry ']'
Full Log
20260228.1 build_ios_arm64_Release_AllSubsets_CoreCLR_RuntimeTests
Regression_4 Work Item
View Extract
  ** Building a proxy for the original test project, to AOT on helix. In order to do that, this recreates the original inputs for the iOS/tvOS part of the build. See /private/tmp/helix/working/A6070931/w/A45608D5/e/publish/ProxyProjectForAOTOnHelix.proj, and . **
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : Error: No space left on device : '/tmp/helix/working/A6070931/w/A45608D5/e/obj/R2R/Regression_4.r2r.o' [/private/tmp/helix/working/A6070931/w/A45608D5/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : System.IO.IOException: No space left on device : '/tmp/helix/working/A6070931/w/A45608D5/e/obj/R2R/Regression_4.r2r.o' [/private/tmp/helix/working/A6070931/w/A45608D5/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) [/private/tmp/helix/working/A6070931/w/A45608D5/e/publish/ProxyProjectForAOTOnHelix.proj]
...
clang : error : no such file or directory: '/tmp/helix/working/A6070931/w/A45608D5/e/obj/R2R/Regression_4.r2r.o' [/private/tmp/helix/working/A6070931/w/A45608D5/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(666,5): error MSB3073: The command ""/Applications/Xcode_26.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -gz=zlib -isysroot "/Applications/Xcode_26.0.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk" --target=arm64-apple-ios12.2-macho -dynamiclib -Wl,-dead_strip -Wl,-install_name,"@rpath/Regression_4.r2r.dylib" /tmp/helix/working/A6070931/w/A45608D5/e/obj/R2R/Regression_4.r2r.o -o /tmp/helix/working/A6070931/w/A45608D5/e/obj/R2R/Regression_4.r2r.dylib" exited with code 1. [/private/tmp/helix/working/A6070931/w/A45608D5/e/publish/ProxyProjectForAOTOnHelix.proj]
Signing bundle /tmp/helix/working/A6070931/w/A45608D5/e/Regression_4.app
No embedded provisioning profile found at /tmp/helix/working/A6070931/w/A45608D5/e/Regression_4.app/embedded.mobileprovision! Failed to sign the app!
+ exit_code=21
Full Log
20260228.1 build_ios_arm64_Release_AllSubsets_CoreCLR_RuntimeTests
Regression_9 Work Item
View Extract
  ** Building a proxy for the original test project, to AOT on helix. In order to do that, this recreates the original inputs for the iOS/tvOS part of the build. See /private/tmp/helix/working/A6070931/w/B17F09D9/e/publish/ProxyProjectForAOTOnHelix.proj, and . **
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : Error: No space left on device : '/tmp/helix/working/A6070931/w/B17F09D9/e/obj/R2R/Regression_9.r2r.o' [/private/tmp/helix/working/A6070931/w/B17F09D9/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : System.IO.IOException: No space left on device : '/tmp/helix/working/A6070931/w/B17F09D9/e/obj/R2R/Regression_9.r2r.o' [/private/tmp/helix/working/A6070931/w/B17F09D9/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) [/private/tmp/helix/working/A6070931/w/B17F09D9/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : at ILCompiler.ObjectWriter.MachObjectWriter.EmitObjectFile(Stream outputFileStream) in /_/src/coreclr/tools/Common/Compiler/ObjectWriter/MachObjectWriter.cs:line 324 [/private/tmp/helix/working/A6070931/w/B17F09D9/e/publish/ProxyProjectForAOTOnHelix.proj]
clang : error : no such file or directory: '/tmp/helix/working/A6070931/w/B17F09D9/e/obj/R2R/Regression_9.r2r.o' [/private/tmp/helix/working/A6070931/w/B17F09D9/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(666,5): error MSB3073: The command ""/Applications/Xcode_26.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -gz=zlib -isysroot "/Applications/Xcode_26.0.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk" --target=arm64-apple-ios12.2-macho -dynamiclib -Wl,-dead_strip -Wl,-install_name,"@rpath/Regression_9.r2r.dylib" /tmp/helix/working/A6070931/w/B17F09D9/e/obj/R2R/Regression_9.r2r.o -o /tmp/helix/working/A6070931/w/B17F09D9/e/obj/R2R/Regression_9.r2r.dylib" exited with code 1. [/private/tmp/helix/working/A6070931/w/B17F09D9/e/publish/ProxyProjectForAOTOnHelix.proj]
Signing bundle /tmp/helix/working/A6070931/w/B17F09D9/e/Regression_9.app
No embedded provisioning profile found at /tmp/helix/working/A6070931/w/B17F09D9/e/Regression_9.app/embedded.mobileprovision! Failed to sign the app!
+ exit_code=21
Full Log
20260228.1 build_ios_arm64_Release_AllSubsets_CoreCLR_RuntimeTests
Regression_o_1 Work Item
View Extract
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : Error: No space left on device : '/tmp/helix/working/A6070931/w/A36F0930/e/obj/R2R/Regression_o_1.r2r.o'
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : System.IO.IOException: No space left on device : '/tmp/helix/working/A6070931/w/A36F0930/e/obj/R2R/Regression_o_1.r2r.o'
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : at ILCompiler.ObjectWriter.MachObjectWriter.EmitObjectFile(Stream outputFileStream) in //src/coreclr/tools/Common/Compiler/ObjectWriter/MachObjectWriter.cs:line 324
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : at ILCompiler.Program.Run() in /
/src/coreclr/tools/aot/crossgen2/Program.cs:line 314
clang : error : no such file or directory: '/tmp/helix/working/A6070931/w/A36F0930/e/obj/R2R/Regression_o_1.r2r.o' [/private/tmp/helix/working/A6070931/w/A36F0930/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(666,5): error MSB3073: The command "... clang ... /tmp/helix/working/A6070931/w/A36F0930/e/obj/R2R/Regression_o_1.r2r.o -o ..." exited with code 1. [/private/tmp/helix/working/A6070931/w/A36F0930/e/publish/ProxyProjectForAOTOnHelix.proj]
Signing bundle /tmp/helix/working/A6070931/w/A36F0930/e/Regression_o_1.app
No embedded provisioning profile found at /tmp/helix/working/A6070931/w/A36F0930/e/Regression_o_1.app/embedded.mobileprovision! Failed to sign the app!
+ exit_code=21
Full Log
20260228.1 build_ios_arm64_Release_AllSubsets_CoreCLR_RuntimeTests

Error Message

{
  "ErrorMessage": [
      "osx.15.amd64.iphone.open",
      "No space left on device"
  ],
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Report

Build Definition Test Pull Request
1334438 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125470
1334280 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #124328
1334305 dotnet/runtime iOS.Device.ParallelForEachAsync.Test.WorkItemExecution #125422
1334271 dotnet/runtime baseservices_exceptions.WorkItemExecution
1334266 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution
1334242 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125524
1334199 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125083
1334146 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125512
1334087 dotnet/runtime Regressions.WorkItemExecution #125481
1333824 dotnet/runtime iOS.CoreCLR.Interpreter.Test.WorkItemExecution #124266
1333905 dotnet/runtime Regression_PdbOnly_r_2.WorkItemExecution #125478
1332270 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125488
1333958 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #123252
1333862 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #124893
1333797 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #124904
1333793 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #125455
1333732 dotnet/runtime iOS.CoreCLR.Interpreter.Test.WorkItemExecution #125491
1333744 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125496
1333669 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125439
1333665 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124604
1333513 dotnet/runtime Managed.WorkItemExecution
1333405 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution
1333528 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125514
1333497 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125466
1333408 dotnet/runtime baseservices_compilerservices.WorkItemExecution
1333394 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124904
1333345 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #125508
1333350 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125467
1333328 dotnet/runtime iOS.Device.LibraryMode.Test.WorkItemExecution
1333206 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #125472
1332707 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125403
1333201 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #125421
1333248 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124967
1333121 dotnet/runtime iOS.Device.ParallelForEachAsync.Test.WorkItemExecution #124611
1333059 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124782
1332987 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125455
1332948 dotnet/runtime iOS.CoreCLR.Interpreter.Test.WorkItemExecution #125497
1332800 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125500
1332189 dotnet/runtime tracing.WorkItemExecution #125478
1332701 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #125365
1332663 dotnet/runtime threading_group1.WorkItemExecution
1332667 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #124801
1332618 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #123661
1332574 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125499
1332479 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124893
1332440 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124959
1332367 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #124326
1332305 dotnet/runtime Regression_3.WorkItemExecution
1332321 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #123145
1332332 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125220
1332260 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125493
1332160 dotnet/runtime System.Runtime.Tests.WorkItemExecution #122093
1332224 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124266
1332106 dotnet/runtime reflection.WorkItemExecution #125481
1332137 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125482
1332050 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125125
1330388 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124604
1331991 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125438
1331642 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution
1331986 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125481
1331947 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125478
1331477 dotnet/runtime readytorun_coreroot_determinism.WorkItemExecution #124611
1331895 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125429
1331464 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125467
1331792 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125253
1331698 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125475
1331547 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125002
1331423 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125466
1331404 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution
1330699 dotnet/runtime System.Runtime.Tests.WorkItemExecution
1330714 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution
1330239 dotnet/runtime System.Runtime.Tests.WorkItemExecution #115996
1329675 dotnet/runtime jit64_3.WorkItemExecution
1329452 dotnet/runtime threading_group1.WorkItemExecution #125354
1329411 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #125421
1329366 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #125283
1329136 dotnet/runtime iOS.CoreCLR.Interpreter.Test.WorkItemExecution #125407
1328294 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #124756
1327820 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125344
1326378 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124923
1323011 dotnet/runtime jit64_1.WorkItemExecution
1322664 dotnet/runtime iOS.Device.ParallelForEachAsync.Test.WorkItemExecution #125235
1321402 dotnet/runtime tracing.WorkItemExecution
1320614 dotnet/runtime iOS.CoreCLR.Interpreter.Test.WorkItemExecution #125092
1320548 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125183
1319870 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #124561
1319267 dotnet/runtime JIT_others.WorkItemExecution
1318932 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124561
1318408 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution
1318405 dotnet/runtime System.Runtime.Tests.WorkItemExecution
1318374 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125133
1318056 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #124756
1318038 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #125120
1317970 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125117

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
33 80 94

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions