dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.63k stars 4.56k forks source link

Test failure JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh #66279

Open VincentBu opened 2 years ago

VincentBu commented 2 years ago

Run: runtime-coreclr gcstress0x3-gcstress0xc 20220306.1

Failed test:

CoreCLR Linux arm Checked gcstress0x3 @ (Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440

- JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh

Error message:

cmdLine:/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh Timed Out (timeout in milliseconds: 3600000 from variable __TestTimeout, start: 3/6/2022 3:58:23 PM, end: 3/6/2022 4:58:23 PM)

Return code:      -100
Raw output file:      /root/helix/work/workitem/uploads/Reports/JIT.opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.output.txt
Raw output:
BEGIN EXECUTION
/root/helix/work/correlation/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false ArrBoundBinaryOp.dll ''

cmdLine:/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh Timed Out (timeout in milliseconds: 3600000 from variable __TestTimeout, start: 3/6/2022 3:58:23 PM, end: 3/6/2022 4:58:23 PM)
Test Harness Exitcode is : -100
To run the test:

set CORE_ROOT=/root/helix/work/correlation
/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh
Expected: True
Actual:   False

Stack trace
   at JIT_opt._AssertionPropagation_ArrBoundBinaryOp_ArrBoundBinaryOp_._AssertionPropagation_ArrBoundBinaryOp_ArrBoundBinaryOp_sh()
dotnet-issue-labeler[bot] commented 2 years ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

ghost commented 2 years ago

Tagging subscribers to this area: @JulieLeeMSFT See info in area-owners.md if you want to be subscribed.

Issue Details
Run: [runtime-coreclr gcstress0x3-gcstress0xc 20220306.1](https://dev.azure.com/dnceng/public/_build/results?buildId=1647673&view=ms.vss-test-web.build-test-results-tab&runId=45501334&resultId=109135&paneView=debug) Failed test: ``` CoreCLR Linux arm Checked gcstress0x3 @ (Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440 - JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh ``` **Error message:** ``` cmdLine:/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh Timed Out (timeout in milliseconds: 3600000 from variable __TestTimeout, start: 3/6/2022 3:58:23 PM, end: 3/6/2022 4:58:23 PM) Return code: -100 Raw output file: /root/helix/work/workitem/uploads/Reports/JIT.opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.output.txt Raw output: BEGIN EXECUTION /root/helix/work/correlation/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false ArrBoundBinaryOp.dll '' cmdLine:/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh Timed Out (timeout in milliseconds: 3600000 from variable __TestTimeout, start: 3/6/2022 3:58:23 PM, end: 3/6/2022 4:58:23 PM) Test Harness Exitcode is : -100 To run the test: set CORE_ROOT=/root/helix/work/correlation /root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh Expected: True Actual: False Stack trace at JIT_opt._AssertionPropagation_ArrBoundBinaryOp_ArrBoundBinaryOp_._AssertionPropagation_ArrBoundBinaryOp_ArrBoundBinaryOp_sh() ```
Author: VincentBu
Assignees: -
Labels: `arch-arm32`, `os-linux`, `GCStress`, `area-CodeGen-coreclr`, `untriaged`
Milestone: -
VincentBu commented 2 years ago

Failed again in: runtime-coreclr r2r-extra 20220313.1

Failed test:

R2R Linux arm Checked gcstress0xf @ (Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440

- JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh

Error message:

rm: cannot remove 'IL-CG2/composite-r2r.dll': No such file or directory
/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh: line 246: -r:/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/IL-CG2/*.dll: No such file or directory
rm: cannot remove '/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.dll.rsp': No such file or directory

cmdLine:/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh Timed Out (timeout in milliseconds: 5400000 from variable __TestTimeout, start: 3/14/2022 6:56:09 AM, end: 3/14/2022 8:26:09 AM)

Return code:      -100
Raw output file:      /root/helix/work/workitem/uploads/Reports/JIT.opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.output.txt
Raw output:
BEGIN EXECUTION
in takeLock
/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/IL-CG2/ArrBoundBinaryOp.dll
Response file: /root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.dll.rsp
/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/IL-CG2/ArrBoundBinaryOp.dll
-o:/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.dll
-r:/root/helix/work/correlation/System..dll
-r:/root/helix/work/correlation/Microsoft..dll
-r:/root/helix/work/correlation/mscorlib.dll
--verify-type-and-field-layout
--targetarch:arm
-O
Running CrossGen2:  dotnet /root/helix/work/correlation/crossgen2/crossgen2.dll @/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.dll.rsp

Emitting R2R PE file: /root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.dll
in ReleaseLock
/root/helix/work/correlation/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false ArrBoundBinaryOp.dll ''

cmdLine:/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh Timed Out (timeout in milliseconds: 5400000 from variable __TestTimeout, start: 3/14/2022 6:56:09 AM, end: 3/14/2022 8:26:09 AM)
Test Harness Exitcode is : -100
To run the test:

set CORE_ROOT=/root/helix/work/correlation
/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh
Expected: True
Actual:   False

Stack trace
   at JIT_opt._AssertionPropagation_ArrBoundBinaryOp_ArrBoundBinaryOp_._AssertionPropagation_ArrBoundBinaryOp_ArrBoundBinaryOp_sh()
VincentBu commented 2 years ago

Failed again in: runtime-coreclr gcstress0x3-gcstress0xc 20220327.1

Failed test:

CoreCLR Linux arm Checked gcstress0x3 @ (Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440

- JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh

Error message:

cmdLine:/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh Timed Out (timeout in milliseconds: 3600000 from variable __TestTimeout, start: 3/27/2022 3:18:14 PM, end: 3/27/2022 4:18:14 PM)

Return code:      -100
Raw output file:      /root/helix/work/workitem/uploads/Reports/JIT.opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.output.txt
Raw output:
BEGIN EXECUTION
/root/helix/work/correlation/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false ArrBoundBinaryOp.dll ''

cmdLine:/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh Timed Out (timeout in milliseconds: 3600000 from variable __TestTimeout, start: 3/27/2022 3:18:14 PM, end: 3/27/2022 4:18:14 PM)
Test Harness Exitcode is : -100
To run the test:

set CORE_ROOT=/root/helix/work/correlation
/root/helix/work/workitem/e/JIT/opt/AssertionPropagation/ArrBoundBinaryOp/ArrBoundBinaryOp.sh
Expected: True
Actual:   False

Stack trace
   at JIT_opt._AssertionPropagation_ArrBoundBinaryOp_ArrBoundBinaryOp_._AssertionPropagation_ArrBoundBinaryOp_ArrBoundBinaryOp_sh()
mangod9 commented 1 year ago

@BruceForstall since this is failing on arm32 only, is there a way to disable for that platform only? Seems like its just timing out on arm?

BruceForstall commented 1 year ago

@BruceForstall since this is failing on arm32 only, is there a way to disable for that platform only? Seems like its just timing out on arm?

If there is a way to disable for GCStress only on arm32, I don't know how. If possible, it should be documented in https://github.com/dotnet/runtime/blob/main/docs/workflow/ci/disabling-tests.md. fwiw, the test seems aggressively slow. On the other hand, maybe GCStress=3 is too slow, also.

v-wenyuxu commented 1 year ago

Failed again in: runtime-coreclr gcstress0x3-gcstress0xc 20230305.1

Failed test:

coreclr windows arm64 Checked gcstress0x3 @ Windows.11.Arm64.Open

- tracing\\eventpipe\\enabledisable\\enabledisable\\enabledisable.cmd

coreclr linux arm Checked gcstress0x3 @ (Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7

- tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh

Error message:

cmdLine:C:\h\w\B6C009D4\w\B1690976\e\tracing\eventpipe\enabledisable\enabledisable\enabledisable.cmd Timed Out (timeout in milliseconds: 3600000 from variable __TestTimeout, start: 3/5/2023 3:30:55 PM, end: 3/5/2023 4:30:55 PM)

Return code:      -100
Raw output file:      C:\h\w\B6C009D4\w\B1690976\uploads\Reports\tracing.eventpipe\enabledisable\enabledisable\enabledisable.output.txt
Raw output:
BEGIN EXECUTION
"C:\h\w\B6C009D4\p\corerun.exe" -p "System.Reflection.Metadata.MetadataUpdater.IsSupported=false"  enabledisable.dll

cmdLine:C:\h\w\B6C009D4\w\B1690976\e\tracing\eventpipe\enabledisable\enabledisable\enabledisable.cmd Timed Out (timeout in milliseconds: 3600000 from variable __TestTimeout, start: 3/5/2023 3:30:55 PM, end: 3/5/2023 4:30:55 PM)
Unable to find cdb.exe at C:\Program Files (x86)\Windows Kits\10\Debuggers\arm64\cdb.exe
Test Harness Exitcode is : -100
To run the test:

set CORE_ROOT=C:\h\w\B6C009D4\p
C:\h\w\B6C009D4\w\B1690976\e\tracing\eventpipe\enabledisable\enabledisable\enabledisable.cmd
Expected: True
Actual:   False

Stack trace
   at tracing_eventpipe._enabledisable_enabledisable_enabledisable_._enabledisable_enabledisable_enabledisable_cmd()
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
v-wenyuxu commented 1 year ago

Failed in Run: runtime-coreclr gcstress0x3-gcstress0xc 20230312.1

Failed tests:

 coreclr linux arm Checked gcstress0x3 @ (Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7
     - tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh

Error message:


cmdLine:/root/helix/work/workitem/e/tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh Timed Out (timeout in milliseconds: 3600000 from variable __TestTimeout, start: 3/12/2023 2:41:17 PM, end: 3/12/2023 3:41:17 PM)

Return code:      -100
Raw output file:      /root/helix/work/workitem/uploads/Reports/tracing.eventpipe/enabledisable/enabledisable/enabledisable.output.txt
Raw output:
BEGIN EXECUTION
/root/helix/work/correlation/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false enabledisable.dll ''

cmdLine:/root/helix/work/workitem/e/tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh Timed Out (timeout in milliseconds: 3600000 from variable __TestTimeout, start: 3/12/2023 2:41:17 PM, end: 3/12/2023 3:41:17 PM)
Printing stacktrace from '/home/helixbot/dotnetbuild/dumps/crashdump_5912.dmp.crashreport.json'
Test Harness Exitcode is : -100
To run the test:
> set CORE_ROOT=/root/helix/work/correlation
> /root/helix/work/workitem/e/tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh
Expected: True
Actual:   False

Stack trace:

   at tracing_eventpipe._enabledisable_enabledisable_enabledisable_._enabledisable_enabledisable_enabledisable_sh()
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
Queued Pipeline Pipeline_Configuration OS Arch Test Outcome Properties BuildReason
2023-03-12T23:19:41.584Z runtime-extra-platforms Release ubuntu.1804.armarch.open arm64 tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh Failed {"System.StageAttempt":"1","System.JobAttempt":"1","System.PhaseAttempt":"1","configuration":"Release","System.StageName":"Build","Project":"public","BuildId":"201911","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","architecture":"arm64","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"3778250","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","System.JobName":"__default","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","BuildNumber":"20230312.3","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionId":"154"} Schedule
2023-03-12T22:47:52.958Z runtime-extra-platforms Release ubuntu.1804.amd64.open.rt x64 tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh Failed {"System.JobAttempt":"1","System.StageAttempt":"1","AzurePipelinesTestRunId":"3778235","BuildNumber":"20230312.3","Reason":"Schedule","DefinitionId":"154","Project":"public","System.StageName":"Build","architecture":"x64","configuration":"Release","operatingSystem":"Ubuntu.1804.Amd64.Open","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","BuildId":"201911","DefinitionName":"runtime-extra-platforms","System.JobName":"__default","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.PhaseAttempt":"1"} Schedule
2023-03-12T14:07:52.893Z runtime-coreclr gcstress0x3-gcstress0xc Checked-gcstress0x3 ubuntu.1804.armarch.open arm tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh Failed {"System.StageAttempt":"1","System.StageName":"Build","Reason":"Schedule","System.JobAttempt":"1","BuildId":"201836","DefinitionName":"runtime-coreclr gcstress0x3-gcstress0xc","configuration":"Checked-gcstress0x3","System.JobName":"default","BuildNumber":"20230312.1","System.PhaseName":"run_test_p1linux_arm_checked","System.JobId":"860c965f-b28e-50d5-65d2-e40bd59f3a69","architecture":"arm","operatingSystem":"(Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"112","System.PhaseAttempt":"1","Project":"public","AzurePipelinesTestRunId":"3776998"} Schedule
2023-03-12T11:12:22.907Z runtime-extra-platforms Release ubuntu.1804.armarch.open arm64 tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh Failed {"System.JobAttempt":"1","Project":"public","System.StageAttempt":"1","architecture":"arm64","System.PhaseAttempt":"1","DefinitionId":"154","BuildNumber":"20230312.1","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","Reason":"Schedule","configuration":"Release","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildId":"201770","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.StageName":"Build","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","AzurePipelinesTestRunId":"3776483"} Schedule
2023-03-12T10:47:20.397Z runtime-extra-platforms Release ubuntu.1804.amd64.open.rt x64 tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh Failed {"configuration":"Release","System.StageAttempt":"1","architecture":"x64","DefinitionId":"154","BuildId":"201770","BuildNumber":"20230312.1","System.JobAttempt":"1","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.PhaseAttempt":"1","Project":"public","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobName":"__default","Reason":"Schedule","operatingSystem":"Ubuntu.1804.Amd64.Open","AzurePipelinesTestRunId":"3776398","DefinitionName":"runtime-extra-platforms"} Schedule
2023-03-11T23:22:49.15Z runtime-extra-platforms Release ubuntu.1804.armarch.open arm64 tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh Failed {"Reason":"Schedule","BuildId":"201600","architecture":"arm64","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.2","System.PhaseAttempt":"1","configuration":"Release","Project":"public","System.JobName":"__default","AzurePipelinesTestRunId":"3774448","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionId":"154","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","System.StageAttempt":"1","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobAttempt":"1"} Schedule
More failures Queued | OS | Arch | Column1 -- | -- | -- | -- 2023-03-11T23:22:49.15Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"Reason":"Schedule","BuildId":"201600","architecture":"arm64","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.2","System.PhaseAttempt":"1","configuration":"Release","Project":"public","System.JobName":"__default","AzurePipelinesTestRunId":"3774448","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionId":"154","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","System.StageAttempt":"1","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobAttempt":"1"} | Schedule 2023-03-11T23:22:49.15Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"Reason":"Schedule","BuildId":"201600","architecture":"arm64","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.2","System.PhaseAttempt":"1","configuration":"Release","Project":"public","System.JobName":"__default","AzurePipelinesTestRunId":"3774448","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionId":"154","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","System.StageAttempt":"1","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobAttempt":"1"} | Schedule 2023-03-11T23:22:49.15Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"Reason":"Schedule","BuildId":"201600","architecture":"arm64","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.2","System.PhaseAttempt":"1","configuration":"Release","Project":"public","System.JobName":"__default","AzurePipelinesTestRunId":"3774448","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionId":"154","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","System.StageAttempt":"1","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobAttempt":"1"} | Schedule 2023-03-11T23:22:49.15Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"Reason":"Schedule","BuildId":"201600","architecture":"arm64","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.2","System.PhaseAttempt":"1","configuration":"Release","Project":"public","System.JobName":"__default","AzurePipelinesTestRunId":"3774448","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionId":"154","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","System.StageAttempt":"1","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobAttempt":"1"} | Schedule 2023-03-11T23:22:49.15Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"Reason":"Schedule","BuildId":"201600","architecture":"arm64","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.2","System.PhaseAttempt":"1","configuration":"Release","Project":"public","System.JobName":"__default","AzurePipelinesTestRunId":"3774448","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionId":"154","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","System.StageAttempt":"1","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobAttempt":"1"} | Schedule 2023-03-11T23:22:49.15Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"Reason":"Schedule","BuildId":"201600","architecture":"arm64","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.2","System.PhaseAttempt":"1","configuration":"Release","Project":"public","System.JobName":"__default","AzurePipelinesTestRunId":"3774448","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionId":"154","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","System.StageAttempt":"1","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobAttempt":"1"} | Schedule 2023-03-11T23:22:49.15Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"Reason":"Schedule","BuildId":"201600","architecture":"arm64","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.2","System.PhaseAttempt":"1","configuration":"Release","Project":"public","System.JobName":"__default","AzurePipelinesTestRunId":"3774448","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionId":"154","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","System.StageAttempt":"1","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobAttempt":"1"} | Schedule 2023-03-11T23:22:49.15Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"Reason":"Schedule","BuildId":"201600","architecture":"arm64","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.2","System.PhaseAttempt":"1","configuration":"Release","Project":"public","System.JobName":"__default","AzurePipelinesTestRunId":"3774448","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionId":"154","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","System.StageAttempt":"1","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobAttempt":"1"} | Schedule 2023-03-11T23:22:49.15Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"Reason":"Schedule","BuildId":"201600","architecture":"arm64","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.2","System.PhaseAttempt":"1","configuration":"Release","Project":"public","System.JobName":"__default","AzurePipelinesTestRunId":"3774448","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionId":"154","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","System.StageAttempt":"1","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobAttempt":"1"} | Schedule 2023-03-11T22:49:21.284Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildId":"201600","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","configuration":"Release","AzurePipelinesTestRunId":"3774375","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","System.JobAttempt":"1","Project":"public","System.PhaseAttempt":"1","architecture":"x64","System.StageAttempt":"1","System.JobName":"__default","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildNumber":"20230311.2","Reason":"Schedule","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679"} | Schedule 2023-03-11T22:49:21.284Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildId":"201600","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","configuration":"Release","AzurePipelinesTestRunId":"3774375","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","System.JobAttempt":"1","Project":"public","System.PhaseAttempt":"1","architecture":"x64","System.StageAttempt":"1","System.JobName":"__default","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildNumber":"20230311.2","Reason":"Schedule","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679"} | Schedule 2023-03-11T22:49:21.284Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildId":"201600","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","configuration":"Release","AzurePipelinesTestRunId":"3774375","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","System.JobAttempt":"1","Project":"public","System.PhaseAttempt":"1","architecture":"x64","System.StageAttempt":"1","System.JobName":"__default","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildNumber":"20230311.2","Reason":"Schedule","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679"} | Schedule 2023-03-11T22:49:21.284Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildId":"201600","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","configuration":"Release","AzurePipelinesTestRunId":"3774375","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","System.JobAttempt":"1","Project":"public","System.PhaseAttempt":"1","architecture":"x64","System.StageAttempt":"1","System.JobName":"__default","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildNumber":"20230311.2","Reason":"Schedule","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679"} | Schedule 2023-03-11T22:49:21.284Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildId":"201600","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","configuration":"Release","AzurePipelinesTestRunId":"3774375","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","System.JobAttempt":"1","Project":"public","System.PhaseAttempt":"1","architecture":"x64","System.StageAttempt":"1","System.JobName":"__default","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildNumber":"20230311.2","Reason":"Schedule","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679"} | Schedule 2023-03-11T22:49:21.284Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildId":"201600","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","configuration":"Release","AzurePipelinesTestRunId":"3774375","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","System.JobAttempt":"1","Project":"public","System.PhaseAttempt":"1","architecture":"x64","System.StageAttempt":"1","System.JobName":"__default","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildNumber":"20230311.2","Reason":"Schedule","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679"} | Schedule 2023-03-11T22:49:21.284Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildId":"201600","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","configuration":"Release","AzurePipelinesTestRunId":"3774375","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","System.JobAttempt":"1","Project":"public","System.PhaseAttempt":"1","architecture":"x64","System.StageAttempt":"1","System.JobName":"__default","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildNumber":"20230311.2","Reason":"Schedule","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679"} | Schedule 2023-03-11T22:49:21.284Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildId":"201600","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","configuration":"Release","AzurePipelinesTestRunId":"3774375","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","System.JobAttempt":"1","Project":"public","System.PhaseAttempt":"1","architecture":"x64","System.StageAttempt":"1","System.JobName":"__default","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildNumber":"20230311.2","Reason":"Schedule","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679"} | Schedule 2023-03-11T22:49:21.284Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildId":"201600","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","configuration":"Release","AzurePipelinesTestRunId":"3774375","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","System.JobAttempt":"1","Project":"public","System.PhaseAttempt":"1","architecture":"x64","System.StageAttempt":"1","System.JobName":"__default","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildNumber":"20230311.2","Reason":"Schedule","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679"} | Schedule 2023-03-11T22:49:21.284Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildId":"201600","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","configuration":"Release","AzurePipelinesTestRunId":"3774375","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","System.JobAttempt":"1","Project":"public","System.PhaseAttempt":"1","architecture":"x64","System.StageAttempt":"1","System.JobName":"__default","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildNumber":"20230311.2","Reason":"Schedule","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679"} | Schedule 2023-03-11T14:08:01.267Z | runtime-coreclr gcstress0x3-gcstress0xc | Checked-gcstress0x3 | ubuntu.1804.armarch.open | arm | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobId":"860c965f-b28e-50d5-65d2-e40bd59f3a69","System.PhaseName":"run_test_p1__linux_arm_checked","BuildId":"201442","DefinitionId":"112","System.StageAttempt":"1","AzurePipelinesTestRunId":"3772573","System.JobName":"__default","operatingSystem":"(Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7","configuration":"Checked-gcstress0x3","Project":"public","System.JobAttempt":"1","System.PhaseAttempt":"1","DefinitionName":"runtime-coreclr gcstress0x3-gcstress0xc","architecture":"arm","System.StageName":"Build","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230311.1"} | Schedule 2023-03-11T14:08:01.267Z | runtime-coreclr gcstress0x3-gcstress0xc | Checked-gcstress0x3 | ubuntu.1804.armarch.open | arm | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobId":"860c965f-b28e-50d5-65d2-e40bd59f3a69","System.PhaseName":"run_test_p1__linux_arm_checked","BuildId":"201442","DefinitionId":"112","System.StageAttempt":"1","AzurePipelinesTestRunId":"3772573","System.JobName":"__default","operatingSystem":"(Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7","configuration":"Checked-gcstress0x3","Project":"public","System.JobAttempt":"1","System.PhaseAttempt":"1","DefinitionName":"runtime-coreclr gcstress0x3-gcstress0xc","architecture":"arm","System.StageName":"Build","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230311.1"} | Schedule 2023-03-11T14:08:01.267Z | runtime-coreclr gcstress0x3-gcstress0xc | Checked-gcstress0x3 | ubuntu.1804.armarch.open | arm | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobId":"860c965f-b28e-50d5-65d2-e40bd59f3a69","System.PhaseName":"run_test_p1__linux_arm_checked","BuildId":"201442","DefinitionId":"112","System.StageAttempt":"1","AzurePipelinesTestRunId":"3772573","System.JobName":"__default","operatingSystem":"(Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7","configuration":"Checked-gcstress0x3","Project":"public","System.JobAttempt":"1","System.PhaseAttempt":"1","DefinitionName":"runtime-coreclr gcstress0x3-gcstress0xc","architecture":"arm","System.StageName":"Build","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230311.1"} | Schedule 2023-03-11T14:08:01.267Z | runtime-coreclr gcstress0x3-gcstress0xc | Checked-gcstress0x3 | ubuntu.1804.armarch.open | arm | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobId":"860c965f-b28e-50d5-65d2-e40bd59f3a69","System.PhaseName":"run_test_p1__linux_arm_checked","BuildId":"201442","DefinitionId":"112","System.StageAttempt":"1","AzurePipelinesTestRunId":"3772573","System.JobName":"__default","operatingSystem":"(Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7","configuration":"Checked-gcstress0x3","Project":"public","System.JobAttempt":"1","System.PhaseAttempt":"1","DefinitionName":"runtime-coreclr gcstress0x3-gcstress0xc","architecture":"arm","System.StageName":"Build","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230311.1"} | Schedule 2023-03-11T14:08:01.267Z | runtime-coreclr gcstress0x3-gcstress0xc | Checked-gcstress0x3 | ubuntu.1804.armarch.open | arm | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobId":"860c965f-b28e-50d5-65d2-e40bd59f3a69","System.PhaseName":"run_test_p1__linux_arm_checked","BuildId":"201442","DefinitionId":"112","System.StageAttempt":"1","AzurePipelinesTestRunId":"3772573","System.JobName":"__default","operatingSystem":"(Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7","configuration":"Checked-gcstress0x3","Project":"public","System.JobAttempt":"1","System.PhaseAttempt":"1","DefinitionName":"runtime-coreclr gcstress0x3-gcstress0xc","architecture":"arm","System.StageName":"Build","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230311.1"} | Schedule 2023-03-11T14:08:01.267Z | runtime-coreclr gcstress0x3-gcstress0xc | Checked-gcstress0x3 | ubuntu.1804.armarch.open | arm | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobId":"860c965f-b28e-50d5-65d2-e40bd59f3a69","System.PhaseName":"run_test_p1__linux_arm_checked","BuildId":"201442","DefinitionId":"112","System.StageAttempt":"1","AzurePipelinesTestRunId":"3772573","System.JobName":"__default","operatingSystem":"(Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7","configuration":"Checked-gcstress0x3","Project":"public","System.JobAttempt":"1","System.PhaseAttempt":"1","DefinitionName":"runtime-coreclr gcstress0x3-gcstress0xc","architecture":"arm","System.StageName":"Build","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230311.1"} | Schedule 2023-03-11T14:08:01.267Z | runtime-coreclr gcstress0x3-gcstress0xc | Checked-gcstress0x3 | ubuntu.1804.armarch.open | arm | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobId":"860c965f-b28e-50d5-65d2-e40bd59f3a69","System.PhaseName":"run_test_p1__linux_arm_checked","BuildId":"201442","DefinitionId":"112","System.StageAttempt":"1","AzurePipelinesTestRunId":"3772573","System.JobName":"__default","operatingSystem":"(Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7","configuration":"Checked-gcstress0x3","Project":"public","System.JobAttempt":"1","System.PhaseAttempt":"1","DefinitionName":"runtime-coreclr gcstress0x3-gcstress0xc","architecture":"arm","System.StageName":"Build","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230311.1"} | Schedule 2023-03-11T14:08:01.267Z | runtime-coreclr gcstress0x3-gcstress0xc | Checked-gcstress0x3 | ubuntu.1804.armarch.open | arm | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobId":"860c965f-b28e-50d5-65d2-e40bd59f3a69","System.PhaseName":"run_test_p1__linux_arm_checked","BuildId":"201442","DefinitionId":"112","System.StageAttempt":"1","AzurePipelinesTestRunId":"3772573","System.JobName":"__default","operatingSystem":"(Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7","configuration":"Checked-gcstress0x3","Project":"public","System.JobAttempt":"1","System.PhaseAttempt":"1","DefinitionName":"runtime-coreclr gcstress0x3-gcstress0xc","architecture":"arm","System.StageName":"Build","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230311.1"} | Schedule 2023-03-11T14:08:01.267Z | runtime-coreclr gcstress0x3-gcstress0xc | Checked-gcstress0x3 | ubuntu.1804.armarch.open | arm | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobId":"860c965f-b28e-50d5-65d2-e40bd59f3a69","System.PhaseName":"run_test_p1__linux_arm_checked","BuildId":"201442","DefinitionId":"112","System.StageAttempt":"1","AzurePipelinesTestRunId":"3772573","System.JobName":"__default","operatingSystem":"(Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7","configuration":"Checked-gcstress0x3","Project":"public","System.JobAttempt":"1","System.PhaseAttempt":"1","DefinitionName":"runtime-coreclr gcstress0x3-gcstress0xc","architecture":"arm","System.StageName":"Build","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230311.1"} | Schedule 2023-03-11T14:08:01.267Z | runtime-coreclr gcstress0x3-gcstress0xc | Checked-gcstress0x3 | ubuntu.1804.armarch.open | arm | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobId":"860c965f-b28e-50d5-65d2-e40bd59f3a69","System.PhaseName":"run_test_p1__linux_arm_checked","BuildId":"201442","DefinitionId":"112","System.StageAttempt":"1","AzurePipelinesTestRunId":"3772573","System.JobName":"__default","operatingSystem":"(Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7","configuration":"Checked-gcstress0x3","Project":"public","System.JobAttempt":"1","System.PhaseAttempt":"1","DefinitionName":"runtime-coreclr gcstress0x3-gcstress0xc","architecture":"arm","System.StageName":"Build","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20230311.1"} | Schedule 2023-03-11T11:17:52.129Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobName":"__default","System.PhaseAttempt":"1","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","AzurePipelinesTestRunId":"3771806","architecture":"arm64","Project":"public","System.StageName":"Build","Reason":"Schedule","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.1","System.JobAttempt":"1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","CollectionUri":"https://dev.azure.com/dnceng-public/","configuration":"Release","BuildId":"201384","DefinitionId":"154","System.StageAttempt":"1"} | Schedule 2023-03-11T11:17:52.129Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobName":"__default","System.PhaseAttempt":"1","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","AzurePipelinesTestRunId":"3771806","architecture":"arm64","Project":"public","System.StageName":"Build","Reason":"Schedule","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.1","System.JobAttempt":"1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","CollectionUri":"https://dev.azure.com/dnceng-public/","configuration":"Release","BuildId":"201384","DefinitionId":"154","System.StageAttempt":"1"} | Schedule 2023-03-11T11:17:52.129Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobName":"__default","System.PhaseAttempt":"1","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","AzurePipelinesTestRunId":"3771806","architecture":"arm64","Project":"public","System.StageName":"Build","Reason":"Schedule","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.1","System.JobAttempt":"1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","CollectionUri":"https://dev.azure.com/dnceng-public/","configuration":"Release","BuildId":"201384","DefinitionId":"154","System.StageAttempt":"1"} | Schedule 2023-03-11T11:17:52.129Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobName":"__default","System.PhaseAttempt":"1","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","AzurePipelinesTestRunId":"3771806","architecture":"arm64","Project":"public","System.StageName":"Build","Reason":"Schedule","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.1","System.JobAttempt":"1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","CollectionUri":"https://dev.azure.com/dnceng-public/","configuration":"Release","BuildId":"201384","DefinitionId":"154","System.StageAttempt":"1"} | Schedule 2023-03-11T11:17:52.129Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobName":"__default","System.PhaseAttempt":"1","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","AzurePipelinesTestRunId":"3771806","architecture":"arm64","Project":"public","System.StageName":"Build","Reason":"Schedule","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.1","System.JobAttempt":"1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","CollectionUri":"https://dev.azure.com/dnceng-public/","configuration":"Release","BuildId":"201384","DefinitionId":"154","System.StageAttempt":"1"} | Schedule 2023-03-11T11:17:52.129Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobName":"__default","System.PhaseAttempt":"1","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","AzurePipelinesTestRunId":"3771806","architecture":"arm64","Project":"public","System.StageName":"Build","Reason":"Schedule","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.1","System.JobAttempt":"1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","CollectionUri":"https://dev.azure.com/dnceng-public/","configuration":"Release","BuildId":"201384","DefinitionId":"154","System.StageAttempt":"1"} | Schedule 2023-03-11T11:17:52.129Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobName":"__default","System.PhaseAttempt":"1","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","AzurePipelinesTestRunId":"3771806","architecture":"arm64","Project":"public","System.StageName":"Build","Reason":"Schedule","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.1","System.JobAttempt":"1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","CollectionUri":"https://dev.azure.com/dnceng-public/","configuration":"Release","BuildId":"201384","DefinitionId":"154","System.StageAttempt":"1"} | Schedule 2023-03-11T11:17:52.129Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobName":"__default","System.PhaseAttempt":"1","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","AzurePipelinesTestRunId":"3771806","architecture":"arm64","Project":"public","System.StageName":"Build","Reason":"Schedule","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.1","System.JobAttempt":"1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","CollectionUri":"https://dev.azure.com/dnceng-public/","configuration":"Release","BuildId":"201384","DefinitionId":"154","System.StageAttempt":"1"} | Schedule 2023-03-11T11:17:52.129Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobName":"__default","System.PhaseAttempt":"1","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","AzurePipelinesTestRunId":"3771806","architecture":"arm64","Project":"public","System.StageName":"Build","Reason":"Schedule","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.1","System.JobAttempt":"1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","CollectionUri":"https://dev.azure.com/dnceng-public/","configuration":"Release","BuildId":"201384","DefinitionId":"154","System.StageAttempt":"1"} | Schedule 2023-03-11T11:17:52.129Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobName":"__default","System.PhaseAttempt":"1","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","AzurePipelinesTestRunId":"3771806","architecture":"arm64","Project":"public","System.StageName":"Build","Reason":"Schedule","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230311.1","System.JobAttempt":"1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","CollectionUri":"https://dev.azure.com/dnceng-public/","configuration":"Release","BuildId":"201384","DefinitionId":"154","System.StageAttempt":"1"} | Schedule 2023-03-11T10:49:45.736Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.StageName":"Build","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","BuildNumber":"20230311.1","DefinitionId":"154","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","Project":"public","System.JobAttempt":"1","BuildId":"201384","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","operatingSystem":"Ubuntu.1804.Amd64.Open","configuration":"Release","architecture":"x64","AzurePipelinesTestRunId":"3771763"} | Schedule 2023-03-11T10:49:45.736Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.StageName":"Build","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","BuildNumber":"20230311.1","DefinitionId":"154","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","Project":"public","System.JobAttempt":"1","BuildId":"201384","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","operatingSystem":"Ubuntu.1804.Amd64.Open","configuration":"Release","architecture":"x64","AzurePipelinesTestRunId":"3771763"} | Schedule 2023-03-11T10:49:45.736Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.StageName":"Build","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","BuildNumber":"20230311.1","DefinitionId":"154","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","Project":"public","System.JobAttempt":"1","BuildId":"201384","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","operatingSystem":"Ubuntu.1804.Amd64.Open","configuration":"Release","architecture":"x64","AzurePipelinesTestRunId":"3771763"} | Schedule 2023-03-11T10:49:45.736Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.StageName":"Build","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","BuildNumber":"20230311.1","DefinitionId":"154","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","Project":"public","System.JobAttempt":"1","BuildId":"201384","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","operatingSystem":"Ubuntu.1804.Amd64.Open","configuration":"Release","architecture":"x64","AzurePipelinesTestRunId":"3771763"} | Schedule 2023-03-11T10:49:45.736Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.StageName":"Build","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","BuildNumber":"20230311.1","DefinitionId":"154","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","Project":"public","System.JobAttempt":"1","BuildId":"201384","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","operatingSystem":"Ubuntu.1804.Amd64.Open","configuration":"Release","architecture":"x64","AzurePipelinesTestRunId":"3771763"} | Schedule 2023-03-11T10:49:45.736Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.StageName":"Build","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","BuildNumber":"20230311.1","DefinitionId":"154","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","Project":"public","System.JobAttempt":"1","BuildId":"201384","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","operatingSystem":"Ubuntu.1804.Amd64.Open","configuration":"Release","architecture":"x64","AzurePipelinesTestRunId":"3771763"} | Schedule 2023-03-11T10:49:45.736Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.StageName":"Build","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","BuildNumber":"20230311.1","DefinitionId":"154","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","Project":"public","System.JobAttempt":"1","BuildId":"201384","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","operatingSystem":"Ubuntu.1804.Amd64.Open","configuration":"Release","architecture":"x64","AzurePipelinesTestRunId":"3771763"} | Schedule 2023-03-11T10:49:45.736Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.StageName":"Build","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","BuildNumber":"20230311.1","DefinitionId":"154","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","Project":"public","System.JobAttempt":"1","BuildId":"201384","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","operatingSystem":"Ubuntu.1804.Amd64.Open","configuration":"Release","architecture":"x64","AzurePipelinesTestRunId":"3771763"} | Schedule 2023-03-11T10:49:45.736Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.StageName":"Build","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","BuildNumber":"20230311.1","DefinitionId":"154","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","Project":"public","System.JobAttempt":"1","BuildId":"201384","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","operatingSystem":"Ubuntu.1804.Amd64.Open","configuration":"Release","architecture":"x64","AzurePipelinesTestRunId":"3771763"} | Schedule 2023-03-11T10:49:45.736Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.StageName":"Build","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","BuildNumber":"20230311.1","DefinitionId":"154","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","Project":"public","System.JobAttempt":"1","BuildId":"201384","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","operatingSystem":"Ubuntu.1804.Amd64.Open","configuration":"Release","architecture":"x64","AzurePipelinesTestRunId":"3771763"} | Schedule 2023-03-10T23:17:39.178Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobAttempt":"1","architecture":"arm64","System.StageName":"Build","BuildNumber":"20230310.4","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"3766746","configuration":"Release","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","DefinitionId":"154","Project":"public","System.JobName":"__default","Reason":"Schedule","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildId":"200810","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d"} | Schedule 2023-03-10T23:17:39.178Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobAttempt":"1","architecture":"arm64","System.StageName":"Build","BuildNumber":"20230310.4","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"3766746","configuration":"Release","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","DefinitionId":"154","Project":"public","System.JobName":"__default","Reason":"Schedule","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildId":"200810","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d"} | Schedule 2023-03-10T23:17:39.178Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobAttempt":"1","architecture":"arm64","System.StageName":"Build","BuildNumber":"20230310.4","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"3766746","configuration":"Release","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","DefinitionId":"154","Project":"public","System.JobName":"__default","Reason":"Schedule","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildId":"200810","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d"} | Schedule 2023-03-10T23:17:39.178Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobAttempt":"1","architecture":"arm64","System.StageName":"Build","BuildNumber":"20230310.4","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"3766746","configuration":"Release","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","DefinitionId":"154","Project":"public","System.JobName":"__default","Reason":"Schedule","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildId":"200810","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d"} | Schedule 2023-03-10T23:17:39.178Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobAttempt":"1","architecture":"arm64","System.StageName":"Build","BuildNumber":"20230310.4","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"3766746","configuration":"Release","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","DefinitionId":"154","Project":"public","System.JobName":"__default","Reason":"Schedule","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildId":"200810","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d"} | Schedule 2023-03-10T23:17:39.178Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobAttempt":"1","architecture":"arm64","System.StageName":"Build","BuildNumber":"20230310.4","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"3766746","configuration":"Release","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","DefinitionId":"154","Project":"public","System.JobName":"__default","Reason":"Schedule","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildId":"200810","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d"} | Schedule 2023-03-10T23:17:39.178Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobAttempt":"1","architecture":"arm64","System.StageName":"Build","BuildNumber":"20230310.4","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"3766746","configuration":"Release","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","DefinitionId":"154","Project":"public","System.JobName":"__default","Reason":"Schedule","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildId":"200810","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d"} | Schedule 2023-03-10T23:17:39.178Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobAttempt":"1","architecture":"arm64","System.StageName":"Build","BuildNumber":"20230310.4","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"3766746","configuration":"Release","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","DefinitionId":"154","Project":"public","System.JobName":"__default","Reason":"Schedule","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildId":"200810","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d"} | Schedule 2023-03-10T23:17:39.178Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobAttempt":"1","architecture":"arm64","System.StageName":"Build","BuildNumber":"20230310.4","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"3766746","configuration":"Release","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","DefinitionId":"154","Project":"public","System.JobName":"__default","Reason":"Schedule","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildId":"200810","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d"} | Schedule 2023-03-10T23:17:39.178Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobAttempt":"1","architecture":"arm64","System.StageName":"Build","BuildNumber":"20230310.4","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"3766746","configuration":"Release","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","DefinitionId":"154","Project":"public","System.JobName":"__default","Reason":"Schedule","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildId":"200810","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d"} | Schedule 2023-03-10T22:51:20.409Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildNumber":"20230310.4","Project":"public","architecture":"x64","System.StageName":"Build","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","Reason":"Schedule","AzurePipelinesTestRunId":"3766379","configuration":"Release","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildId":"200810","System.JobName":"__default"} | Schedule 2023-03-10T22:51:20.409Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildNumber":"20230310.4","Project":"public","architecture":"x64","System.StageName":"Build","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","Reason":"Schedule","AzurePipelinesTestRunId":"3766379","configuration":"Release","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildId":"200810","System.JobName":"__default"} | Schedule 2023-03-10T22:51:20.409Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildNumber":"20230310.4","Project":"public","architecture":"x64","System.StageName":"Build","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","Reason":"Schedule","AzurePipelinesTestRunId":"3766379","configuration":"Release","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildId":"200810","System.JobName":"__default"} | Schedule 2023-03-10T22:51:20.409Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildNumber":"20230310.4","Project":"public","architecture":"x64","System.StageName":"Build","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","Reason":"Schedule","AzurePipelinesTestRunId":"3766379","configuration":"Release","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildId":"200810","System.JobName":"__default"} | Schedule 2023-03-10T22:51:20.409Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildNumber":"20230310.4","Project":"public","architecture":"x64","System.StageName":"Build","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","Reason":"Schedule","AzurePipelinesTestRunId":"3766379","configuration":"Release","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildId":"200810","System.JobName":"__default"} | Schedule 2023-03-10T22:51:20.409Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildNumber":"20230310.4","Project":"public","architecture":"x64","System.StageName":"Build","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","Reason":"Schedule","AzurePipelinesTestRunId":"3766379","configuration":"Release","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildId":"200810","System.JobName":"__default"} | Schedule 2023-03-10T22:51:20.409Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildNumber":"20230310.4","Project":"public","architecture":"x64","System.StageName":"Build","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","Reason":"Schedule","AzurePipelinesTestRunId":"3766379","configuration":"Release","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildId":"200810","System.JobName":"__default"} | Schedule 2023-03-10T22:51:20.409Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildNumber":"20230310.4","Project":"public","architecture":"x64","System.StageName":"Build","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","Reason":"Schedule","AzurePipelinesTestRunId":"3766379","configuration":"Release","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildId":"200810","System.JobName":"__default"} | Schedule 2023-03-10T22:51:20.409Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildNumber":"20230310.4","Project":"public","architecture":"x64","System.StageName":"Build","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","Reason":"Schedule","AzurePipelinesTestRunId":"3766379","configuration":"Release","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildId":"200810","System.JobName":"__default"} | Schedule 2023-03-10T22:51:20.409Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildNumber":"20230310.4","Project":"public","architecture":"x64","System.StageName":"Build","System.StageAttempt":"1","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","Reason":"Schedule","AzurePipelinesTestRunId":"3766379","configuration":"Release","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","operatingSystem":"Ubuntu.1804.Amd64.Open","BuildId":"200810","System.JobName":"__default"} | Schedule 2023-03-10T11:14:15.865Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.PhaseAttempt":"1","Project":"public","configuration":"Release","System.JobName":"__default","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","DefinitionId":"154","AzurePipelinesTestRunId":"3756609","System.StageName":"Build","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","BuildId":"200157","BuildNumber":"20230310.1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.JobAttempt":"1","Reason":"Schedule","architecture":"arm64"} | Schedule 2023-03-10T11:14:15.865Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.PhaseAttempt":"1","Project":"public","configuration":"Release","System.JobName":"__default","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","DefinitionId":"154","AzurePipelinesTestRunId":"3756609","System.StageName":"Build","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","BuildId":"200157","BuildNumber":"20230310.1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.JobAttempt":"1","Reason":"Schedule","architecture":"arm64"} | Schedule 2023-03-10T11:14:15.865Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.PhaseAttempt":"1","Project":"public","configuration":"Release","System.JobName":"__default","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","DefinitionId":"154","AzurePipelinesTestRunId":"3756609","System.StageName":"Build","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","BuildId":"200157","BuildNumber":"20230310.1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.JobAttempt":"1","Reason":"Schedule","architecture":"arm64"} | Schedule 2023-03-10T11:14:15.865Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.PhaseAttempt":"1","Project":"public","configuration":"Release","System.JobName":"__default","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","DefinitionId":"154","AzurePipelinesTestRunId":"3756609","System.StageName":"Build","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","BuildId":"200157","BuildNumber":"20230310.1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.JobAttempt":"1","Reason":"Schedule","architecture":"arm64"} | Schedule 2023-03-10T11:14:15.865Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.PhaseAttempt":"1","Project":"public","configuration":"Release","System.JobName":"__default","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","DefinitionId":"154","AzurePipelinesTestRunId":"3756609","System.StageName":"Build","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","BuildId":"200157","BuildNumber":"20230310.1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.JobAttempt":"1","Reason":"Schedule","architecture":"arm64"} | Schedule 2023-03-10T11:14:15.865Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.PhaseAttempt":"1","Project":"public","configuration":"Release","System.JobName":"__default","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","DefinitionId":"154","AzurePipelinesTestRunId":"3756609","System.StageName":"Build","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","BuildId":"200157","BuildNumber":"20230310.1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.JobAttempt":"1","Reason":"Schedule","architecture":"arm64"} | Schedule 2023-03-10T11:14:15.865Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.PhaseAttempt":"1","Project":"public","configuration":"Release","System.JobName":"__default","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","DefinitionId":"154","AzurePipelinesTestRunId":"3756609","System.StageName":"Build","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","BuildId":"200157","BuildNumber":"20230310.1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.JobAttempt":"1","Reason":"Schedule","architecture":"arm64"} | Schedule 2023-03-10T11:14:15.865Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.PhaseAttempt":"1","Project":"public","configuration":"Release","System.JobName":"__default","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","DefinitionId":"154","AzurePipelinesTestRunId":"3756609","System.StageName":"Build","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","BuildId":"200157","BuildNumber":"20230310.1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.JobAttempt":"1","Reason":"Schedule","architecture":"arm64"} | Schedule 2023-03-10T11:14:15.865Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.PhaseAttempt":"1","Project":"public","configuration":"Release","System.JobName":"__default","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","DefinitionId":"154","AzurePipelinesTestRunId":"3756609","System.StageName":"Build","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","BuildId":"200157","BuildNumber":"20230310.1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.JobAttempt":"1","Reason":"Schedule","architecture":"arm64"} | Schedule 2023-03-10T11:14:15.865Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.PhaseAttempt":"1","Project":"public","configuration":"Release","System.JobName":"__default","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","DefinitionName":"runtime-extra-platforms","DefinitionId":"154","AzurePipelinesTestRunId":"3756609","System.StageName":"Build","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","BuildId":"200157","BuildNumber":"20230310.1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.JobAttempt":"1","Reason":"Schedule","architecture":"arm64"} | Schedule 2023-03-10T10:51:46.147Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"operatingSystem":"Ubuntu.1804.Amd64.Open","System.StageName":"Build","configuration":"Release","System.StageAttempt":"1","Reason":"Schedule","System.JobAttempt":"1","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230310.1","Project":"public","BuildId":"200157","AzurePipelinesTestRunId":"3756555","System.JobName":"__default","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseAttempt":"1","DefinitionId":"154","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","architecture":"x64"} | Schedule 2023-03-10T10:51:46.147Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"operatingSystem":"Ubuntu.1804.Amd64.Open","System.StageName":"Build","configuration":"Release","System.StageAttempt":"1","Reason":"Schedule","System.JobAttempt":"1","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230310.1","Project":"public","BuildId":"200157","AzurePipelinesTestRunId":"3756555","System.JobName":"__default","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseAttempt":"1","DefinitionId":"154","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","architecture":"x64"} | Schedule 2023-03-10T10:51:46.147Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"operatingSystem":"Ubuntu.1804.Amd64.Open","System.StageName":"Build","configuration":"Release","System.StageAttempt":"1","Reason":"Schedule","System.JobAttempt":"1","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230310.1","Project":"public","BuildId":"200157","AzurePipelinesTestRunId":"3756555","System.JobName":"__default","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseAttempt":"1","DefinitionId":"154","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","architecture":"x64"} | Schedule 2023-03-10T10:51:46.147Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"operatingSystem":"Ubuntu.1804.Amd64.Open","System.StageName":"Build","configuration":"Release","System.StageAttempt":"1","Reason":"Schedule","System.JobAttempt":"1","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230310.1","Project":"public","BuildId":"200157","AzurePipelinesTestRunId":"3756555","System.JobName":"__default","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseAttempt":"1","DefinitionId":"154","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","architecture":"x64"} | Schedule 2023-03-10T10:51:46.147Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"operatingSystem":"Ubuntu.1804.Amd64.Open","System.StageName":"Build","configuration":"Release","System.StageAttempt":"1","Reason":"Schedule","System.JobAttempt":"1","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230310.1","Project":"public","BuildId":"200157","AzurePipelinesTestRunId":"3756555","System.JobName":"__default","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseAttempt":"1","DefinitionId":"154","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","architecture":"x64"} | Schedule 2023-03-10T10:51:46.147Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"operatingSystem":"Ubuntu.1804.Amd64.Open","System.StageName":"Build","configuration":"Release","System.StageAttempt":"1","Reason":"Schedule","System.JobAttempt":"1","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230310.1","Project":"public","BuildId":"200157","AzurePipelinesTestRunId":"3756555","System.JobName":"__default","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseAttempt":"1","DefinitionId":"154","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","architecture":"x64"} | Schedule 2023-03-10T10:51:46.147Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"operatingSystem":"Ubuntu.1804.Amd64.Open","System.StageName":"Build","configuration":"Release","System.StageAttempt":"1","Reason":"Schedule","System.JobAttempt":"1","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230310.1","Project":"public","BuildId":"200157","AzurePipelinesTestRunId":"3756555","System.JobName":"__default","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseAttempt":"1","DefinitionId":"154","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","architecture":"x64"} | Schedule 2023-03-10T10:51:46.147Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"operatingSystem":"Ubuntu.1804.Amd64.Open","System.StageName":"Build","configuration":"Release","System.StageAttempt":"1","Reason":"Schedule","System.JobAttempt":"1","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230310.1","Project":"public","BuildId":"200157","AzurePipelinesTestRunId":"3756555","System.JobName":"__default","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseAttempt":"1","DefinitionId":"154","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","architecture":"x64"} | Schedule 2023-03-10T10:51:46.147Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"operatingSystem":"Ubuntu.1804.Amd64.Open","System.StageName":"Build","configuration":"Release","System.StageAttempt":"1","Reason":"Schedule","System.JobAttempt":"1","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230310.1","Project":"public","BuildId":"200157","AzurePipelinesTestRunId":"3756555","System.JobName":"__default","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseAttempt":"1","DefinitionId":"154","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","architecture":"x64"} | Schedule 2023-03-10T10:51:46.147Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"operatingSystem":"Ubuntu.1804.Amd64.Open","System.StageName":"Build","configuration":"Release","System.StageAttempt":"1","Reason":"Schedule","System.JobAttempt":"1","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","DefinitionName":"runtime-extra-platforms","BuildNumber":"20230310.1","Project":"public","BuildId":"200157","AzurePipelinesTestRunId":"3756555","System.JobName":"__default","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseAttempt":"1","DefinitionId":"154","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","architecture":"x64"} | Schedule 2023-03-09T22:53:39.594Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildNumber":"20230309.4","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageAttempt":"1","System.PhaseAttempt":"1","BuildId":"199603","DefinitionId":"154","System.StageName":"Build","Project":"public","architecture":"x64","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","operatingSystem":"Ubuntu.1804.Amd64.Open","AzurePipelinesTestRunId":"3747505","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.JobName":"__default","System.JobAttempt":"1","DefinitionName":"runtime-extra-platforms","Reason":"Schedule","configuration":"Release"} | Schedule 2023-03-09T11:20:14.518Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"AzurePipelinesTestRunId":"3739164","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","System.JobName":"__default","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","System.StageAttempt":"1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","configuration":"Release","BuildId":"198817","architecture":"arm64","DefinitionName":"runtime-extra-platforms","System.StageName":"Build","System.JobAttempt":"1","BuildNumber":"20230309.1","System.PhaseAttempt":"1","Reason":"Schedule","Project":"public","DefinitionId":"154"} | Schedule 2023-03-09T10:51:47.043Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","configuration":"Release","DefinitionName":"runtime-extra-platforms","DefinitionId":"154","System.JobAttempt":"1","operatingSystem":"Ubuntu.1804.Amd64.Open","Reason":"Schedule","architecture":"x64","System.PhaseAttempt":"1","Project":"public","System.JobName":"__default","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","AzurePipelinesTestRunId":"3738779","BuildId":"198817","System.StageAttempt":"1","BuildNumber":"20230309.1"} | Schedule 2023-03-08T23:32:23.11Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","BuildId":"198254","System.JobName":"__default","architecture":"arm64","System.PhaseAttempt":"1","System.StageAttempt":"1","System.JobAttempt":"1","System.StageName":"Build","BuildNumber":"20230308.6","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionName":"runtime-extra-platforms","Reason":"Schedule","AzurePipelinesTestRunId":"3732129","Project":"public","configuration":"Release"} | Schedule 2023-03-08T22:55:24.011Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.PhaseAttempt":"1","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"3731538","operatingSystem":"Ubuntu.1804.Amd64.Open","configuration":"Release","BuildNumber":"20230308.6","BuildId":"198254","CollectionUri":"https://dev.azure.com/dnceng-public/","Project":"public","DefinitionId":"154","System.JobName":"__default","System.StageName":"Build","System.JobAttempt":"1","Reason":"Schedule","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","System.StageAttempt":"1","architecture":"x64"} | Schedule 2023-03-08T10:49:31.493Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.StageAttempt":"1","operatingSystem":"Ubuntu.1804.Amd64.Open","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","AzurePipelinesTestRunId":"3721111","System.JobName":"__default","Project":"public","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","BuildNumber":"20230308.2","Reason":"Schedule","System.JobAttempt":"1","DefinitionName":"runtime-extra-platforms","configuration":"Release","architecture":"x64","BuildId":"197421","DefinitionId":"154","System.PhaseAttempt":"1"} | Schedule 2023-03-07T23:35:30Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseAttempt":"1","System.StageAttempt":"1","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","architecture":"arm64","BuildNumber":"20230307.2","System.JobName":"__default","AzurePipelinesTestRunId":"3712874","DefinitionName":"runtime-extra-platforms","Project":"public","System.JobAttempt":"1","Reason":"Schedule","configuration":"Release","DefinitionId":"154","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","BuildId":"196418","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests"} | Schedule 2023-03-07T22:53:09.778Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.PhaseAttempt":"1","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","AzurePipelinesTestRunId":"3712315","architecture":"x64","System.JobName":"__default","Reason":"Schedule","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionName":"runtime-extra-platforms","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.JobAttempt":"1","System.StageName":"Build","BuildNumber":"20230307.2","BuildId":"196418","operatingSystem":"Ubuntu.1804.Amd64.Open","System.StageAttempt":"1","configuration":"Release","Project":"public"} | Schedule 2023-03-07T11:16:41.865Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobName":"__default","System.PhaseAttempt":"1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","BuildNumber":"20230307.1","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","System.JobAttempt":"1","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","DefinitionId":"154","BuildId":"195653","architecture":"arm64","System.StageName":"Build","System.StageAttempt":"1","configuration":"Release","AzurePipelinesTestRunId":"3701458","DefinitionName":"runtime-extra-platforms","Project":"public"} | Schedule 2023-03-07T10:57:19.139Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"DefinitionName":"runtime-extra-platforms","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","Project":"public","BuildId":"195653","System.JobAttempt":"1","configuration":"Release","AzurePipelinesTestRunId":"3701403","System.StageAttempt":"1","operatingSystem":"Ubuntu.1804.Amd64.Open","System.JobName":"__default","System.StageName":"Build","DefinitionId":"154","architecture":"x64","BuildNumber":"20230307.1","System.PhaseAttempt":"1","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests"} | Schedule 2023-03-06T23:23:30.655Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","System.PhaseAttempt":"1","Reason":"Schedule","BuildNumber":"20230306.3","configuration":"Release","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobAttempt":"1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","AzurePipelinesTestRunId":"3695785","architecture":"arm64","DefinitionId":"154","BuildId":"195010","Project":"public","System.JobName":"__default","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms"} | Schedule 2023-03-06T22:53:58.791Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"operatingSystem":"Ubuntu.1804.Amd64.Open","DefinitionName":"runtime-extra-platforms","Project":"public","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","System.JobName":"__default","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","BuildNumber":"20230306.3","architecture":"x64","System.JobAttempt":"1","System.PhaseAttempt":"1","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","DefinitionId":"154","configuration":"Release","System.StageName":"Build","BuildId":"195010","System.StageAttempt":"1","AzurePipelinesTestRunId":"3695410"} | Schedule 2023-03-06T11:17:00.038Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"architecture":"arm64","System.StageAttempt":"1","System.JobName":"__default","BuildNumber":"20230306.1","System.JobAttempt":"1","System.StageName":"Build","DefinitionId":"154","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","BuildId":"194177","AzurePipelinesTestRunId":"3685682","Reason":"Schedule","configuration":"Release","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","DefinitionName":"runtime-extra-platforms","System.PhaseAttempt":"1","Project":"public","CollectionUri":"https://dev.azure.com/dnceng-public/"} | Schedule 2023-03-06T10:52:34.187Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"architecture":"x64","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobAttempt":"1","BuildNumber":"20230306.1","System.PhaseAttempt":"1","DefinitionName":"runtime-extra-platforms","Project":"public","DefinitionId":"154","System.StageAttempt":"1","System.StageName":"Build","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","BuildId":"194177","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","configuration":"Release","AzurePipelinesTestRunId":"3685573","Reason":"Schedule","System.JobName":"__default","operatingSystem":"Ubuntu.1804.Amd64.Open"} | Schedule 2023-03-05T23:14:44.172Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"configuration":"Release","System.JobName":"__default","BuildNumber":"20230305.2","System.JobAttempt":"1","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","DefinitionName":"runtime-extra-platforms","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","BuildId":"193965","Project":"public","System.PhaseAttempt":"1","architecture":"arm64","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.StageAttempt":"1","DefinitionId":"154","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","AzurePipelinesTestRunId":"3681114"} | Schedule 2023-03-05T22:50:40.484Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.StageAttempt":"1","DefinitionId":"154","configuration":"Release","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","operatingSystem":"Ubuntu.1804.Amd64.Open","CollectionUri":"https://dev.azure.com/dnceng-public/","architecture":"x64","BuildNumber":"20230305.2","DefinitionName":"runtime-extra-platforms","BuildId":"193965","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","Reason":"Schedule","System.JobName":"__default","AzurePipelinesTestRunId":"3681076","System.StageName":"Build","Project":"public","System.PhaseAttempt":"1","System.JobAttempt":"1"} | Schedule 2023-03-05T14:09:14.158Z | runtime-coreclr gcstress0x3-gcstress0xc | Checked-gcstress0x3 | ubuntu.1804.armarch.open | arm | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"operatingSystem":"(Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseAttempt":"1","System.PhaseName":"run_test_p1__linux_arm_checked","System.StageName":"Build","configuration":"Checked-gcstress0x3","BuildId":"193799","System.JobAttempt":"1","Reason":"Schedule","architecture":"arm","System.StageAttempt":"1","AzurePipelinesTestRunId":"3679823","DefinitionName":"runtime-coreclr gcstress0x3-gcstress0xc","Project":"public","System.JobId":"860c965f-b28e-50d5-65d2-e40bd59f3a69","BuildNumber":"20230305.1","System.JobName":"__default","DefinitionId":"112"} | Schedule 2023-03-05T11:18:27.493Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionName":"runtime-extra-platforms","System.StageName":"Build","System.PhaseAttempt":"1","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionId":"154","AzurePipelinesTestRunId":"3679460","architecture":"arm64","Project":"public","BuildNumber":"20230305.1","System.StageAttempt":"1","System.JobName":"__default","configuration":"Release","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","System.JobAttempt":"1","Reason":"Schedule","BuildId":"193758"} | Schedule 2023-03-05T10:52:37.479Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildId":"193758","System.JobName":"__default","Reason":"Schedule","System.PhaseAttempt":"1","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/","architecture":"x64","AzurePipelinesTestRunId":"3679409","Project":"public","BuildNumber":"20230305.1","System.StageName":"Build","operatingSystem":"Ubuntu.1804.Amd64.Open","System.JobAttempt":"1","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","configuration":"Release","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1"} | Schedule 2023-03-04T23:12:39.165Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"BuildId":"193602","DefinitionId":"154","System.JobAttempt":"1","DefinitionName":"runtime-extra-platforms","Project":"public","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","System.StageName":"Build","architecture":"arm64","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","configuration":"Release","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","System.PhaseAttempt":"1","BuildNumber":"20230304.3","System.JobName":"__default","Reason":"Schedule","AzurePipelinesTestRunId":"3677379","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageAttempt":"1"} | Schedule 2023-03-04T22:51:11.947Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","Reason":"Schedule","BuildNumber":"20230304.3","operatingSystem":"Ubuntu.1804.Amd64.Open","System.JobName":"__default","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","System.PhaseAttempt":"1","architecture":"x64","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","Project":"public","AzurePipelinesTestRunId":"3677352","System.StageName":"Build","BuildId":"193602","configuration":"Release","DefinitionId":"154"} | Schedule 2023-03-04T11:18:08.971Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"System.StageName":"Build","configuration":"Release","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","DefinitionId":"154","System.StageAttempt":"1","BuildNumber":"20230304.1","AzurePipelinesTestRunId":"3673967","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobAttempt":"1","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","System.JobName":"__default","BuildId":"193309","System.PhaseAttempt":"1","Project":"public","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","Reason":"Schedule","architecture":"arm64","DefinitionName":"runtime-extra-platforms"} | Schedule 2023-03-04T10:49:56.592Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"DefinitionId":"154","AzurePipelinesTestRunId":"3673866","operatingSystem":"Ubuntu.1804.Amd64.Open","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","BuildNumber":"20230304.1","System.StageAttempt":"1","System.StageName":"Build","Project":"public","Reason":"Schedule","BuildId":"193309","System.JobAttempt":"1","configuration":"Release","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","architecture":"x64","DefinitionName":"runtime-extra-platforms","System.PhaseAttempt":"1","System.JobName":"__default"} | Schedule 2023-03-03T23:18:05.992Z | runtime-extra-platforms | Release | ubuntu.1804.armarch.open | arm64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"Reason":"Schedule","Project":"public","architecture":"arm64","System.JobName":"__default","DefinitionId":"154","DefinitionName":"runtime-extra-platforms","CollectionUri":"https://dev.azure.com/dnceng-public/","operatingSystem":"(Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8","BuildNumber":"20230303.3","System.PhaseName":"build_linux_arm64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.StageAttempt":"1","System.StageName":"Build","configuration":"Release","BuildId":"192904","AzurePipelinesTestRunId":"3670440","System.JobId":"e45de9b4-b3b3-54f9-2ea5-8e56201c788d","System.PhaseAttempt":"1","System.JobAttempt":"1"} | Schedule 2023-03-03T22:53:12.377Z | runtime-extra-platforms | Release | ubuntu.1804.amd64.open.rt | x64 | tracing/eventpipe/enabledisable/enabledisable/enabledisable.sh | Failed | {"configuration":"Release","operatingSystem":"Ubuntu.1804.Amd64.Open","DefinitionId":"154","CollectionUri":"https://dev.azure.com/dnceng-public/","Project":"public","System.PhaseName":"build_linux_x64_Release_AllSubsets_Mono_LLVMFullAot_RuntimeTests","System.JobId":"d25dc2c0-518b-5583-f661-5ac905106679","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"3670037","BuildNumber":"20230303.3","System.JobName":"__default","architecture":"x64","System.StageAttempt":"1","BuildId":"192904","System.StageName":"Build","Reason":"Schedule"} | Schedule
mikelle-rogers commented 1 year ago

Created new issue, https://github.com/dotnet/runtime/issues/83359, because test name is different.