Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail [FAIL] #103784

Closed
tarekgh opened this issue Jun 20, 2024 · 18 comments · Fixed by #104034
Closed

System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail [FAIL] #103784

tarekgh opened this issue Jun 20, 2024 · 18 comments · Fixed by #104034
Assignees
Labels
area-System.Text.Json blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@tarekgh
Copy link
Member

tarekgh commented Jun 20, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=714494
Build error leg or test failing: System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
Pull request: #102524

Error Message

C:\h\w\B0530946\w\A44C0927\e>xunit.console.exe System.Text.Json.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Text.Json.Tests (app domain = on [no shadow copy], method display = ClassAndMethod, method display options = None)
  Discovered:  System.Text.Json.Tests (found 8549 of 8623 test cases)
  Starting:    System.Text.Json.Tests (parallel test collections = on [2 threads], stop on fail = off)
    System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail [FAIL]
      Assert.Contains() Failure: Sub-string not found
      String:    "System.ArgumentNullException: Value canno"···
      Not found: "propertyName"
      Stack Trace:
        /_/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/JsonNode/JsonObjectTests.cs(110,0): at System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail()
  Finished:    System.Text.Json.Tests
{
  "ErrorMessage": "at System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail()",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=714494
Error message validated: [at System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail()]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 6/22/2024 4:43:19 PM UTC

Report

Build Definition Test Pull Request
720816 dotnet/runtime WasmTestOnChrome-ST-System.Text.Json.Tests.WorkItemExecution
2482400 dotnet-runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
2480457 dotnet-runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
714312 dotnet/runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail #103639
719424 dotnet/runtime WasmTestOnV8-ST-System.Text.Json.Tests.WorkItemExecution
714245 dotnet/runtime WasmTestOnV8-ST-System.Text.Json.Tests.WorkItemExecution #103705
713121 dotnet/runtime WasmTestOnV8-ST-System.Text.Json.Tests.WorkItemExecution #103710
714627 dotnet/runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail #103646
2478892 dotnet-runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
714331 dotnet/runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail #103706
714201 dotnet/runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail #103764
713716 dotnet/runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail #103744
714225 dotnet/runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail #103765
714185 dotnet/runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail #103742
714603 dotnet/runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail #103372
714494 dotnet/runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail #102524
714740 dotnet/runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
714548 dotnet/runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail #103184
714509 dotnet/runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail #103244
713848 dotnet/runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
712564 dotnet/runtime System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail

Summary

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

Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis
See info in area-owners.md if you want to be subscribed.

@eiriktsarpalis
Copy link
Member

Duplicate of #103715? I just merged a fix for that in #103733.

@eiriktsarpalis
Copy link
Member

Going to keep open until the hit counts falls back to zero.

@v-wenyuxu
Copy link

Failed in: runtime-coreclr libraries-pgo 20240622.1

Failed tests:

net9.0-linux-Release-arm-jitrlcse-(Debian.12.Arm32.Open)Ubuntu.2004.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-arm32v7
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail

Error message:

Assert.Contains() Failure: Sub-string not found
String:    "System.ArgumentNullException: Value canno"···
Not found: "propertyName"

Stack trace:

   at System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail()
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57
Queued Pipeline Pipeline_Configuration OS Arch Test Outcome Properties BuildReason
2024-06-23T21:48:59.822Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"AzurePipelinesTestRunId":"17972022","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","configuration":"Release","DefinitionName":"runtime-extra-platforms","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","runtimeFlavor":"mono","System.PhaseAttempt":"1","System.JobAttempt":"1","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","scenario":"WasmTestOnChrome","DefinitionId":"154","BuildNumber":"20240623.2","Project":"public","System.StageAttempt":"1","architecture":"wasm","Reason":"Schedule","System.JobName":"__default","BuildId":"717518"} Schedule
2024-06-23T21:47:08.372Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.StageAttempt":"1","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","DefinitionId":"154","BuildId":"717518","configuration":"Release","Project":"public","DefinitionName":"runtime-extra-platforms","runtimeFlavor":"mono","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","architecture":"wasm","AzurePipelinesTestRunId":"17972018","System.PhaseAttempt":"1","scenario":"WasmTestOnV8","System.JobName":"__default","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","System.JobAttempt":"1","BuildNumber":"20240623.2"} Schedule
2024-06-23T09:59:02.567Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.JobName":"__default","DefinitionId":"154","DefinitionName":"runtime-extra-platforms","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","configuration":"Release","System.JobAttempt":"1","System.StageAttempt":"1","AzurePipelinesTestRunId":"17960998","BuildNumber":"20240623.1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseAttempt":"1","System.StageName":"Build","architecture":"wasm","scenario":"WasmTestOnChrome","runtimeFlavor":"mono","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","BuildId":"717215","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","Project":"public","Reason":"Schedule"} Schedule
2024-06-23T09:51:19.388Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20240623.1","runtimeFlavor":"mono","configuration":"Release","System.JobAttempt":"1","scenario":"WasmTestOnV8","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.StageName":"Build","Reason":"Schedule","System.PhaseAttempt":"1","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.JobName":"__default","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","AzurePipelinesTestRunId":"17960860","DefinitionId":"154","Project":"public","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","architecture":"wasm","BuildId":"717215"} Schedule
More failures
Queued Pipeline Pipeline_Configuration OS Arch Test Outcome Properties BuildReason
2024-06-22T21:56:42.278Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.JobAttempt":"1","Project":"public","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","scenario":"WasmTestOnChrome","configuration":"Release","AzurePipelinesTestRunId":"17954998","runtimeFlavor":"mono","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","architecture":"wasm","System.JobName":"__default","BuildId":"717028","BuildNumber":"20240622.2","Reason":"Schedule","System.StageName":"Build","System.PhaseAttempt":"1","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly"} Schedule
2024-06-22T21:52:56.013Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime-extra-platforms","CollectionUri":"https://dev.azure.com/dnceng-public/","architecture":"wasm","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","Project":"public","System.PhaseAttempt":"1","runtimeFlavor":"mono","configuration":"Release","System.StageName":"Build","System.JobAttempt":"1","AzurePipelinesTestRunId":"17954914","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","scenario":"WasmTestOnV8","System.StageAttempt":"1","BuildId":"717028","DefinitionId":"154","BuildNumber":"20240622.2","System.JobName":"__default","Reason":"Schedule","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6"} Schedule
2024-06-22T09:56:34.825Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"BuildNumber":"20240622.1","BuildId":"716682","System.StageAttempt":"1","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","System.PhaseAttempt":"1","scenario":"WasmTestOnChrome","AzurePipelinesTestRunId":"17942002","Reason":"Schedule","System.StageName":"Build","configuration":"Release","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","runtimeFlavor":"mono","DefinitionId":"154","System.JobAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","architecture":"wasm","Project":"public"} Schedule
2024-06-22T09:52:37.283Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.JobAttempt":"1","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","DefinitionName":"runtime-extra-platforms","architecture":"wasm","Project":"public","System.PhaseAttempt":"1","System.StageAttempt":"1","configuration":"Release","BuildId":"716682","scenario":"WasmTestOnV8","DefinitionId":"154","BuildNumber":"20240622.1","System.JobName":"__default","runtimeFlavor":"mono","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.StageName":"Build","AzurePipelinesTestRunId":"17941968"} Schedule
2024-06-22T07:46:51.279Z runtime-coreclr libraries-jitstress Release windows.10.amd64.open.rt x86 System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.PhaseName":"build_windows_x86_Release_","System.StageAttempt":"1","System.JobId":"5452527b-a695-5868-51e7-5b659e11b4e2","runtimeFlavor":"coreclr","BuildId":"716661","System.StageName":"Build","operatingSystem":"Windows.10.Amd64.Open","Reason":"Schedule","AzurePipelinesTestRunId":"17941060","architecture":"x86","System.JobName":"__default","BuildNumber":"20240622.1","configuration":"Release","System.JobAttempt":"1","System.PhaseAttempt":"1","DefinitionName":"runtime-coreclr libraries-jitstress","scenario":"tailcallstress","Project":"public","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"138"} Schedule
2024-06-21T21:56:57.416Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","System.JobName":"__default","BuildNumber":"20240621.3","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","configuration":"Release","DefinitionId":"154","AzurePipelinesTestRunId":"17929966","runtimeFlavor":"mono","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","scenario":"WasmTestOnChrome","architecture":"wasm","System.PhaseAttempt":"1","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","BuildId":"716252","Project":"public","DefinitionName":"runtime-extra-platforms","Reason":"Schedule","System.JobAttempt":"1"} Schedule
2024-06-21T21:49:43.154Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.JobName":"__default","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.StageName":"Build","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","AzurePipelinesTestRunId":"17929876","Reason":"Schedule","System.JobAttempt":"1","BuildNumber":"20240621.3","Project":"public","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","DefinitionId":"154","BuildId":"716252","architecture":"wasm","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","configuration":"Release","scenario":"WasmTestOnV8","runtimeFlavor":"mono"} Schedule
2024-06-21T10:00:38.551Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobAttempt":"1","DefinitionName":"runtime-extra-platforms","Project":"public","System.PhaseAttempt":"1","System.JobName":"__default","runtimeFlavor":"mono","Reason":"Schedule","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","AzurePipelinesTestRunId":"17900820","scenario":"WasmTestOnChrome","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","System.StageAttempt":"1","architecture":"wasm","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","BuildId":"715359","DefinitionId":"154","BuildNumber":"20240621.1","System.StageName":"Build","configuration":"Release"} Schedule
2024-06-21T09:52:32.92Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"AzurePipelinesTestRunId":"17900566","DefinitionId":"154","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","configuration":"Release","Project":"public","Reason":"Schedule","BuildId":"715359","System.JobAttempt":"1","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","runtimeFlavor":"mono","DefinitionName":"runtime-extra-platforms","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.JobName":"__default","System.StageAttempt":"1","scenario":"WasmTestOnV8","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.PhaseAttempt":"1","BuildNumber":"20240621.1","architecture":"wasm"} Schedule
2024-06-20T21:54:52.229Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.PhaseAttempt":"1","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","architecture":"wasm","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","System.JobAttempt":"1","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","AzurePipelinesTestRunId":"17883550","BuildNumber":"20240620.3","scenario":"WasmTestOnChrome","Project":"public","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildId":"714833","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","DefinitionId":"154","System.StageName":"Build","configuration":"Release","System.StageAttempt":"1","Reason":"Schedule","runtimeFlavor":"mono"} Schedule
2024-06-20T21:50:26.194Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"CollectionUri":"https://dev.azure.com/dnceng-public/","configuration":"Release","System.JobName":"__default","scenario":"WasmTestOnV8","architecture":"wasm","Reason":"Schedule","System.StageName":"Build","System.JobAttempt":"1","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","BuildNumber":"20240620.3","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","runtimeFlavor":"mono","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","DefinitionName":"runtime-extra-platforms","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"17883376","System.StageAttempt":"1","Project":"public","DefinitionId":"154","BuildId":"714833"} Schedule
2024-06-20T21:08:27.026Z runtime Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime","BuildId":"714740","architecture":"wasm","System.JobName":"__default","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","DefinitionId":"129","scenario":"WasmTestOnV8","System.StageName":"Build","System.JobAttempt":"1","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","runtimeFlavor":"mono","AzurePipelinesTestRunId":"17881068","configuration":"Release","System.StageAttempt":"1","System.PhaseAttempt":"1","System.JobId":"294c8fbc-17f0-5954-a99b-5617e6d3116c","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_EAT","Project":"public","BuildNumber":"20240620.91"} Schedule
2024-06-20T09:53:44.249Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.JobName":"__default","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","System.JobAttempt":"1","architecture":"wasm","configuration":"Release","System.StageName":"Build","DefinitionId":"154","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"17856924","runtimeFlavor":"mono","BuildId":"713848","Reason":"Schedule","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","System.PhaseAttempt":"1","BuildNumber":"20240620.1","Project":"public","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","CollectionUri":"https://dev.azure.com/dnceng-public/","scenario":"WasmTestOnChrome"} Schedule
2024-06-20T09:51:03.734Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime-extra-platforms","System.StageName":"Build","BuildNumber":"20240620.1","runtimeFlavor":"mono","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.PhaseAttempt":"1","DefinitionId":"154","System.JobAttempt":"1","Reason":"Schedule","architecture":"wasm","BuildId":"713848","System.StageAttempt":"1","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","CollectionUri":"https://dev.azure.com/dnceng-public/","scenario":"WasmTestOnV8","System.JobName":"__default","configuration":"Release","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","AzurePipelinesTestRunId":"17856886","Project":"public"} Schedule
2024-06-20T09:15:12.756Z runtime Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"BuildId":"713808","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_EAT","System.JobAttempt":"1","System.JobId":"294c8fbc-17f0-5954-a99b-5617e6d3116c","configuration":"Release","AzurePipelinesTestRunId":"17856478","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.PhaseAttempt":"1","runtimeFlavor":"mono","System.JobName":"__default","Project":"public","architecture":"wasm","scenario":"WasmTestOnV8","System.StageAttempt":"1","BuildNumber":"20240620.2","DefinitionName":"runtime","System.StageName":"Build","DefinitionId":"129"} Schedule
2024-06-19T21:56:50.262Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"architecture":"wasm","Project":"public","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","System.StageAttempt":"1","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","BuildId":"713438","Reason":"Schedule","DefinitionId":"154","System.PhaseAttempt":"1","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","System.StageName":"Build","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","scenario":"WasmTestOnChrome","CollectionUri":"https://dev.azure.com/dnceng-public/","AzurePipelinesTestRunId":"17844868","runtimeFlavor":"mono","BuildNumber":"20240619.8","configuration":"Release"} Schedule
2024-06-19T21:52:55.744Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime-extra-platforms","runtimeFlavor":"mono","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.StageName":"Build","BuildId":"713438","Project":"public","scenario":"WasmTestOnV8","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"17844382","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","configuration":"Release","System.StageAttempt":"1","System.JobAttempt":"1","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","System.JobName":"__default","architecture":"wasm","BuildNumber":"20240619.8","Reason":"Schedule"} Schedule
2024-06-19T21:20:36.206Z runtime Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_EAT","architecture":"wasm","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","Project":"public","runtimeFlavor":"mono","AzurePipelinesTestRunId":"17842448","System.StageAttempt":"1","System.JobAttempt":"1","BuildId":"713359","System.StageName":"Build","System.JobId":"294c8fbc-17f0-5954-a99b-5617e6d3116c","configuration":"Release","System.PhaseAttempt":"1","System.JobName":"__default","BuildNumber":"20240619.84","DefinitionId":"129","CollectionUri":"https://dev.azure.com/dnceng-public/","scenario":"WasmTestOnV8","Reason":"Schedule","DefinitionName":"runtime"} Schedule
2024-06-19T09:51:44.229Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime-extra-platforms","System.StageName":"Build","System.JobAttempt":"1","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","configuration":"Release","scenario":"WasmTestOnChrome","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","architecture":"wasm","Reason":"Schedule","System.PhaseAttempt":"1","runtimeFlavor":"mono","DefinitionId":"154","AzurePipelinesTestRunId":"17818212","BuildNumber":"20240619.2","Project":"public","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","System.JobName":"__default","BuildId":"712564"} Schedule
2024-06-19T09:50:59.782Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"Project":"public","BuildNumber":"20240619.2","System.JobName":"__default","System.PhaseAttempt":"1","runtimeFlavor":"mono","System.StageName":"Build","scenario":"WasmTestOnV8","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","CollectionUri":"https://dev.azure.com/dnceng-public/","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.JobAttempt":"1","architecture":"wasm","configuration":"Release","DefinitionId":"154","Reason":"Schedule","BuildId":"712564","System.StageAttempt":"1","AzurePipelinesTestRunId":"17818208","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","DefinitionName":"runtime-extra-platforms"} Schedule

@v-wenyuxu
Copy link

Failed in: runtime-coreclr libraries-jitstress 20240624.1

Failed tests:

net9.0-linux-Release-x64-disabler2r-Ubuntu.2204.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-arm-disabler2r-(Debian.12.Arm32.Open)Ubuntu.2004.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-arm32v7
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-arm-no_tiered_compilation-(Debian.12.Arm32.Open)Ubuntu.2004.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-arm32v7
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-arm-tailcallstress-(Debian.12.Arm32.Open)Ubuntu.2004.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-arm32v7
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-arm64-no_tiered_compilation-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-arm64-disabler2r-Windows.11.Arm64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-x64-disabler2r-Windows.10.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-arm64-no_tiered_compilation-Windows.11.Arm64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-arm64-disabler2r-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-x64-tailcallstress-Windows.10.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-x86-disabler2r-Windows.10.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-arm64-tailcallstress-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-x86-no_tiered_compilation-Windows.10.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-x64-no_tiered_compilation-Ubuntu.2204.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-x64-no_tiered_compilation-Windows.10.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-x64-tailcallstress-Ubuntu.2204.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-arm64-tailcallstress-Windows.11.Arm64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-x86-tailcallstress-Windows.10.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail

Error message:

 Assert.Contains() Failure: Sub-string not found
String:    "System.ArgumentNullException: Value canno"···
Not found: "propertyName"

Stack trace:

   at System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail()
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57
Queued Pipeline Pipeline_Configuration OS Arch Test Outcome Properties BuildReason
2024-06-24T21:53:40.072Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","scenario":"WasmTestOnChrome","runtimeFlavor":"mono","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","BuildId":"718855","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","DefinitionId":"154","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","configuration":"Release","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","AzurePipelinesTestRunId":"18016734","Project":"public","architecture":"wasm","System.StageName":"Build","System.JobName":"__default","System.PhaseAttempt":"1","BuildNumber":"20240624.2","System.JobAttempt":"1"} Schedule
2024-06-24T21:49:35.732Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.PhaseAttempt":"1","AzurePipelinesTestRunId":"18016518","runtimeFlavor":"mono","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobName":"__default","DefinitionId":"154","BuildNumber":"20240624.2","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","BuildId":"718855","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","scenario":"WasmTestOnV8","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","architecture":"wasm","Project":"public","Reason":"Schedule","configuration":"Release","System.StageName":"Build","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","System.StageAttempt":"1"} Schedule
2024-06-24T09:59:08.3Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"BuildId":"717770","runtimeFlavor":"mono","Reason":"Schedule","System.StageName":"Build","AzurePipelinesTestRunId":"17984280","configuration":"Release","System.JobName":"__default","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","scenario":"WasmTestOnChrome","System.StageAttempt":"1","architecture":"wasm","System.JobAttempt":"1","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","DefinitionName":"runtime-extra-platforms","BuildNumber":"20240624.1","DefinitionId":"154","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","Project":"public"} Schedule
2024-06-24T09:53:13.039Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"scenario":"WasmTestOnV8","AzurePipelinesTestRunId":"17984196","DefinitionId":"154","DefinitionName":"runtime-extra-platforms","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","architecture":"wasm","Project":"public","configuration":"Release","Reason":"Schedule","System.JobAttempt":"1","System.JobName":"__default","BuildId":"717770","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","runtimeFlavor":"mono","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20240624.1","System.StageAttempt":"1","System.PhaseAttempt":"1","System.StageName":"Build","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT"} Schedule
More failures
Queued Pipeline Pipeline_Configuration OS Arch Test Outcome Properties BuildReason
2024-06-23T21:48:59.822Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"AzurePipelinesTestRunId":"17972022","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","configuration":"Release","DefinitionName":"runtime-extra-platforms","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","runtimeFlavor":"mono","System.PhaseAttempt":"1","System.JobAttempt":"1","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","scenario":"WasmTestOnChrome","DefinitionId":"154","BuildNumber":"20240623.2","Project":"public","System.StageAttempt":"1","architecture":"wasm","Reason":"Schedule","System.JobName":"__default","BuildId":"717518"} Schedule
2024-06-23T21:47:08.372Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.StageAttempt":"1","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","DefinitionId":"154","BuildId":"717518","configuration":"Release","Project":"public","DefinitionName":"runtime-extra-platforms","runtimeFlavor":"mono","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","architecture":"wasm","AzurePipelinesTestRunId":"17972018","System.PhaseAttempt":"1","scenario":"WasmTestOnV8","System.JobName":"__default","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","System.JobAttempt":"1","BuildNumber":"20240623.2"} Schedule
2024-06-23T09:59:02.567Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.JobName":"__default","DefinitionId":"154","DefinitionName":"runtime-extra-platforms","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","configuration":"Release","System.JobAttempt":"1","System.StageAttempt":"1","AzurePipelinesTestRunId":"17960998","BuildNumber":"20240623.1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseAttempt":"1","System.StageName":"Build","architecture":"wasm","scenario":"WasmTestOnChrome","runtimeFlavor":"mono","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","BuildId":"717215","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","Project":"public","Reason":"Schedule"} Schedule
2024-06-23T09:51:19.388Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20240623.1","runtimeFlavor":"mono","configuration":"Release","System.JobAttempt":"1","scenario":"WasmTestOnV8","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.StageName":"Build","Reason":"Schedule","System.PhaseAttempt":"1","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.JobName":"__default","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","AzurePipelinesTestRunId":"17960860","DefinitionId":"154","Project":"public","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","architecture":"wasm","BuildId":"717215"} Schedule
2024-06-22T21:56:42.278Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.JobAttempt":"1","Project":"public","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","scenario":"WasmTestOnChrome","configuration":"Release","AzurePipelinesTestRunId":"17954998","runtimeFlavor":"mono","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","architecture":"wasm","System.JobName":"__default","BuildId":"717028","BuildNumber":"20240622.2","Reason":"Schedule","System.StageName":"Build","System.PhaseAttempt":"1","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly"} Schedule
2024-06-22T21:52:56.013Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime-extra-platforms","CollectionUri":"https://dev.azure.com/dnceng-public/","architecture":"wasm","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","Project":"public","System.PhaseAttempt":"1","runtimeFlavor":"mono","configuration":"Release","System.StageName":"Build","System.JobAttempt":"1","AzurePipelinesTestRunId":"17954914","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","scenario":"WasmTestOnV8","System.StageAttempt":"1","BuildId":"717028","DefinitionId":"154","BuildNumber":"20240622.2","System.JobName":"__default","Reason":"Schedule","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6"} Schedule
2024-06-22T09:56:34.825Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"BuildNumber":"20240622.1","BuildId":"716682","System.StageAttempt":"1","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","System.PhaseAttempt":"1","scenario":"WasmTestOnChrome","AzurePipelinesTestRunId":"17942002","Reason":"Schedule","System.StageName":"Build","configuration":"Release","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","runtimeFlavor":"mono","DefinitionId":"154","System.JobAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","architecture":"wasm","Project":"public"} Schedule
2024-06-22T09:52:37.283Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.JobAttempt":"1","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","DefinitionName":"runtime-extra-platforms","architecture":"wasm","Project":"public","System.PhaseAttempt":"1","System.StageAttempt":"1","configuration":"Release","BuildId":"716682","scenario":"WasmTestOnV8","DefinitionId":"154","BuildNumber":"20240622.1","System.JobName":"__default","runtimeFlavor":"mono","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.StageName":"Build","AzurePipelinesTestRunId":"17941968"} Schedule
2024-06-22T07:46:51.279Z runtime-coreclr libraries-jitstress Release windows.10.amd64.open.rt x86 System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.PhaseName":"build_windows_x86_Release_","System.StageAttempt":"1","System.JobId":"5452527b-a695-5868-51e7-5b659e11b4e2","runtimeFlavor":"coreclr","BuildId":"716661","System.StageName":"Build","operatingSystem":"Windows.10.Amd64.Open","Reason":"Schedule","AzurePipelinesTestRunId":"17941060","architecture":"x86","System.JobName":"__default","BuildNumber":"20240622.1","configuration":"Release","System.JobAttempt":"1","System.PhaseAttempt":"1","DefinitionName":"runtime-coreclr libraries-jitstress","scenario":"tailcallstress","Project":"public","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"138"} Schedule
2024-06-21T21:56:57.416Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","System.JobName":"__default","BuildNumber":"20240621.3","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","configuration":"Release","DefinitionId":"154","AzurePipelinesTestRunId":"17929966","runtimeFlavor":"mono","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","scenario":"WasmTestOnChrome","architecture":"wasm","System.PhaseAttempt":"1","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","BuildId":"716252","Project":"public","DefinitionName":"runtime-extra-platforms","Reason":"Schedule","System.JobAttempt":"1"} Schedule
2024-06-21T21:49:43.154Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.JobName":"__default","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.StageName":"Build","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","AzurePipelinesTestRunId":"17929876","Reason":"Schedule","System.JobAttempt":"1","BuildNumber":"20240621.3","Project":"public","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","DefinitionId":"154","BuildId":"716252","architecture":"wasm","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","configuration":"Release","scenario":"WasmTestOnV8","runtimeFlavor":"mono"} Schedule
2024-06-21T10:00:38.551Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobAttempt":"1","DefinitionName":"runtime-extra-platforms","Project":"public","System.PhaseAttempt":"1","System.JobName":"__default","runtimeFlavor":"mono","Reason":"Schedule","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","AzurePipelinesTestRunId":"17900820","scenario":"WasmTestOnChrome","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","System.StageAttempt":"1","architecture":"wasm","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","BuildId":"715359","DefinitionId":"154","BuildNumber":"20240621.1","System.StageName":"Build","configuration":"Release"} Schedule
2024-06-21T09:52:32.92Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"AzurePipelinesTestRunId":"17900566","DefinitionId":"154","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","configuration":"Release","Project":"public","Reason":"Schedule","BuildId":"715359","System.JobAttempt":"1","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","runtimeFlavor":"mono","DefinitionName":"runtime-extra-platforms","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.JobName":"__default","System.StageAttempt":"1","scenario":"WasmTestOnV8","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.PhaseAttempt":"1","BuildNumber":"20240621.1","architecture":"wasm"} Schedule
2024-06-20T21:54:52.229Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.PhaseAttempt":"1","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","architecture":"wasm","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","System.JobAttempt":"1","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","AzurePipelinesTestRunId":"17883550","BuildNumber":"20240620.3","scenario":"WasmTestOnChrome","Project":"public","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildId":"714833","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","DefinitionId":"154","System.StageName":"Build","configuration":"Release","System.StageAttempt":"1","Reason":"Schedule","runtimeFlavor":"mono"} Schedule
2024-06-20T21:50:26.194Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"CollectionUri":"https://dev.azure.com/dnceng-public/","configuration":"Release","System.JobName":"__default","scenario":"WasmTestOnV8","architecture":"wasm","Reason":"Schedule","System.StageName":"Build","System.JobAttempt":"1","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","BuildNumber":"20240620.3","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","runtimeFlavor":"mono","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","DefinitionName":"runtime-extra-platforms","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"17883376","System.StageAttempt":"1","Project":"public","DefinitionId":"154","BuildId":"714833"} Schedule
2024-06-20T21:08:27.026Z runtime Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime","BuildId":"714740","architecture":"wasm","System.JobName":"__default","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","DefinitionId":"129","scenario":"WasmTestOnV8","System.StageName":"Build","System.JobAttempt":"1","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","runtimeFlavor":"mono","AzurePipelinesTestRunId":"17881068","configuration":"Release","System.StageAttempt":"1","System.PhaseAttempt":"1","System.JobId":"294c8fbc-17f0-5954-a99b-5617e6d3116c","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_EAT","Project":"public","BuildNumber":"20240620.91"} Schedule
2024-06-20T09:53:44.249Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.JobName":"__default","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","System.JobAttempt":"1","architecture":"wasm","configuration":"Release","System.StageName":"Build","DefinitionId":"154","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"17856924","runtimeFlavor":"mono","BuildId":"713848","Reason":"Schedule","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","System.PhaseAttempt":"1","BuildNumber":"20240620.1","Project":"public","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","CollectionUri":"https://dev.azure.com/dnceng-public/","scenario":"WasmTestOnChrome"} Schedule
2024-06-20T09:51:03.734Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime-extra-platforms","System.StageName":"Build","BuildNumber":"20240620.1","runtimeFlavor":"mono","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.PhaseAttempt":"1","DefinitionId":"154","System.JobAttempt":"1","Reason":"Schedule","architecture":"wasm","BuildId":"713848","System.StageAttempt":"1","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","CollectionUri":"https://dev.azure.com/dnceng-public/","scenario":"WasmTestOnV8","System.JobName":"__default","configuration":"Release","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","AzurePipelinesTestRunId":"17856886","Project":"public"} Schedule
2024-06-20T09:15:12.756Z runtime Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"BuildId":"713808","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_EAT","System.JobAttempt":"1","System.JobId":"294c8fbc-17f0-5954-a99b-5617e6d3116c","configuration":"Release","AzurePipelinesTestRunId":"17856478","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.PhaseAttempt":"1","runtimeFlavor":"mono","System.JobName":"__default","Project":"public","architecture":"wasm","scenario":"WasmTestOnV8","System.StageAttempt":"1","BuildNumber":"20240620.2","DefinitionName":"runtime","System.StageName":"Build","DefinitionId":"129"} Schedule
2024-06-19T21:56:50.262Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"architecture":"wasm","Project":"public","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","System.StageAttempt":"1","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","BuildId":"713438","Reason":"Schedule","DefinitionId":"154","System.PhaseAttempt":"1","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","System.StageName":"Build","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","scenario":"WasmTestOnChrome","CollectionUri":"https://dev.azure.com/dnceng-public/","AzurePipelinesTestRunId":"17844868","runtimeFlavor":"mono","BuildNumber":"20240619.8","configuration":"Release"} Schedule
2024-06-19T21:52:55.744Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime-extra-platforms","runtimeFlavor":"mono","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.StageName":"Build","BuildId":"713438","Project":"public","scenario":"WasmTestOnV8","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"17844382","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","configuration":"Release","System.StageAttempt":"1","System.JobAttempt":"1","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","System.JobName":"__default","architecture":"wasm","BuildNumber":"20240619.8","Reason":"Schedule"} Schedule
2024-06-19T21:20:36.206Z runtime Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_EAT","architecture":"wasm","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","Project":"public","runtimeFlavor":"mono","AzurePipelinesTestRunId":"17842448","System.StageAttempt":"1","System.JobAttempt":"1","BuildId":"713359","System.StageName":"Build","System.JobId":"294c8fbc-17f0-5954-a99b-5617e6d3116c","configuration":"Release","System.PhaseAttempt":"1","System.JobName":"__default","BuildNumber":"20240619.84","DefinitionId":"129","CollectionUri":"https://dev.azure.com/dnceng-public/","scenario":"WasmTestOnV8","Reason":"Schedule","DefinitionName":"runtime"} Schedule
2024-06-19T09:51:44.229Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime-extra-platforms","System.StageName":"Build","System.JobAttempt":"1","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","configuration":"Release","scenario":"WasmTestOnChrome","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","architecture":"wasm","Reason":"Schedule","System.PhaseAttempt":"1","runtimeFlavor":"mono","DefinitionId":"154","AzurePipelinesTestRunId":"17818212","BuildNumber":"20240619.2","Project":"public","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","System.JobName":"__default","BuildId":"712564"} Schedule
2024-06-19T09:50:59.782Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"Project":"public","BuildNumber":"20240619.2","System.JobName":"__default","System.PhaseAttempt":"1","runtimeFlavor":"mono","System.StageName":"Build","scenario":"WasmTestOnV8","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","CollectionUri":"https://dev.azure.com/dnceng-public/","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.JobAttempt":"1","architecture":"wasm","configuration":"Release","DefinitionId":"154","Reason":"Schedule","BuildId":"712564","System.StageAttempt":"1","AzurePipelinesTestRunId":"17818208","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","DefinitionName":"runtime-extra-platforms"} Schedule

@JulieLeeMSFT
Copy link
Member

eiriktsarpalis this test is still failing in our test pipelines as reported by v-wenyuxu above and in our intenal SPMI collection pepieline (failed on 6/23), which is limiting JIT team's test capability (runtime-coreclr superpmi-collect pipeline). Could you please take a look again?

@eiriktsarpalis
Copy link
Member

@JulieLeeMSFT I'm seeing the 24 hour hit counts drop. Given that this was only fixed a few days back I would assume this is because of PR branches that haven't been rebased on top of the latest main.

@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Jun 25, 2024
@v-wenyuxu
Copy link

Failed in: runtime-coreclr libraries-jitstress 20240625.1

Failed tests:

net9.0-linux-Release-x64-disabler2r-Ubuntu.2204.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-arm-disabler2r-(Debian.12.Arm32.Open)Ubuntu.2004.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-arm32v7
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-arm64-jitstress2-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-arm64-no_tiered_compilation-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-arm-jitstress2-(Debian.12.Arm32.Open)Ubuntu.2004.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-arm32v7
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-arm64-disabler2r-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-arm64-tailcallstress-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-arm-jitstress1-(Debian.12.Arm32.Open)Ubuntu.2004.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-arm32v7
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-arm-no_tiered_compilation-(Debian.12.Arm32.Open)Ubuntu.2004.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-arm32v7
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-arm-tailcallstress-(Debian.12.Arm32.Open)Ubuntu.2004.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-arm32v7
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-arm64-tailcallstress-Windows.11.Arm64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-x64-tailcallstress-Windows.10.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-x86-no_tiered_compilation-Windows.10.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-x86-jitstress2-Windows.10.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-x64-no_tiered_compilation-Windows.10.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-x64-no_tiered_compilation-Ubuntu.2204.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-x64-jitstress1-Windows.10.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-x64-jitstress1-Ubuntu.2204.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-x64-tailcallstress-Ubuntu.2204.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-arm64-no_tiered_compilation-Windows.11.Arm64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-arm64-jitstress1-Windows.11.Arm64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-x86-jitstress1-Windows.10.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-x64-jitstress2-Ubuntu.2204.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-x86-tailcallstress-Windows.10.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-arm64-disabler2r-Windows.11.Arm64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-arm64-jitstress2-Windows.11.Arm64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-x64-disabler2r-Windows.10.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-linux-Release-arm64-jitstress1-(Ubuntu.1804.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-x64-jitstress2-Windows.10.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail
net9.0-windows-Release-x86-disabler2r-Windows.10.Amd64.Open
    - System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail

Error message:

 Assert.Contains() Failure: Sub-string not found
String:    "System.ArgumentNullException: Value canno"···
Not found: "propertyName"

Stack trace:

   at System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail()
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57
Queued Pipeline Pipeline_Configuration OS Arch Test Outcome Properties BuildReason
2024-06-25T09:59:28.898Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.JobAttempt":"1","BuildNumber":"20240625.2","BuildId":"719424","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","configuration":"Release","architecture":"wasm","DefinitionName":"runtime-extra-platforms","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","Project":"public","runtimeFlavor":"mono","System.StageName":"Build","System.PhaseAttempt":"1","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","System.StageAttempt":"1","AzurePipelinesTestRunId":"18034082","scenario":"WasmTestOnChrome","DefinitionId":"154","System.JobName":"__default"} Schedule
2024-06-25T09:49:18.066Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","System.StageName":"Build","scenario":"WasmTestOnV8","BuildNumber":"20240625.2","AzurePipelinesTestRunId":"18033640","System.PhaseAttempt":"1","runtimeFlavor":"mono","BuildId":"719424","System.JobName":"__default","configuration":"Release","Project":"public","DefinitionId":"154","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","DefinitionName":"runtime-extra-platforms","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","architecture":"wasm","System.JobAttempt":"1"} Schedule
2024-06-24T21:53:40.072Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","scenario":"WasmTestOnChrome","runtimeFlavor":"mono","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","BuildId":"718855","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","DefinitionId":"154","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","configuration":"Release","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","AzurePipelinesTestRunId":"18016734","Project":"public","architecture":"wasm","System.StageName":"Build","System.JobName":"__default","System.PhaseAttempt":"1","BuildNumber":"20240624.2","System.JobAttempt":"1"} Schedule
2024-06-24T21:49:35.732Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.PhaseAttempt":"1","AzurePipelinesTestRunId":"18016518","runtimeFlavor":"mono","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobName":"__default","DefinitionId":"154","BuildNumber":"20240624.2","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","BuildId":"718855","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","scenario":"WasmTestOnV8","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","architecture":"wasm","Project":"public","Reason":"Schedule","configuration":"Release","System.StageName":"Build","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","System.StageAttempt":"1"} Schedule
2024-06-24T09:59:08.3Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"BuildId":"717770","runtimeFlavor":"mono","Reason":"Schedule","System.StageName":"Build","AzurePipelinesTestRunId":"17984280","configuration":"Release","System.JobName":"__default","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","scenario":"WasmTestOnChrome","System.StageAttempt":"1","architecture":"wasm","System.JobAttempt":"1","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","DefinitionName":"runtime-extra-platforms","BuildNumber":"20240624.1","DefinitionId":"154","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","Project":"public"} Schedule
2024-06-24T09:53:13.039Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"scenario":"WasmTestOnV8","AzurePipelinesTestRunId":"17984196","DefinitionId":"154","DefinitionName":"runtime-extra-platforms","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","architecture":"wasm","Project":"public","configuration":"Release","Reason":"Schedule","System.JobAttempt":"1","System.JobName":"__default","BuildId":"717770","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","runtimeFlavor":"mono","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20240624.1","System.StageAttempt":"1","System.PhaseAttempt":"1","System.StageName":"Build","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT"} Schedule
More failures
Queued Pipeline Pipeline_Configuration OS Arch Test Outcome Properties BuildReason
2024-06-23T21:48:59.822Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"AzurePipelinesTestRunId":"17972022","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","configuration":"Release","DefinitionName":"runtime-extra-platforms","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","runtimeFlavor":"mono","System.PhaseAttempt":"1","System.JobAttempt":"1","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","scenario":"WasmTestOnChrome","DefinitionId":"154","BuildNumber":"20240623.2","Project":"public","System.StageAttempt":"1","architecture":"wasm","Reason":"Schedule","System.JobName":"__default","BuildId":"717518"} Schedule
2024-06-23T21:47:08.372Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.StageAttempt":"1","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","DefinitionId":"154","BuildId":"717518","configuration":"Release","Project":"public","DefinitionName":"runtime-extra-platforms","runtimeFlavor":"mono","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","architecture":"wasm","AzurePipelinesTestRunId":"17972018","System.PhaseAttempt":"1","scenario":"WasmTestOnV8","System.JobName":"__default","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","System.JobAttempt":"1","BuildNumber":"20240623.2"} Schedule
2024-06-23T09:59:02.567Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.JobName":"__default","DefinitionId":"154","DefinitionName":"runtime-extra-platforms","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","configuration":"Release","System.JobAttempt":"1","System.StageAttempt":"1","AzurePipelinesTestRunId":"17960998","BuildNumber":"20240623.1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.PhaseAttempt":"1","System.StageName":"Build","architecture":"wasm","scenario":"WasmTestOnChrome","runtimeFlavor":"mono","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","BuildId":"717215","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","Project":"public","Reason":"Schedule"} Schedule
2024-06-23T09:51:19.388Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"CollectionUri":"https://dev.azure.com/dnceng-public/","BuildNumber":"20240623.1","runtimeFlavor":"mono","configuration":"Release","System.JobAttempt":"1","scenario":"WasmTestOnV8","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.StageName":"Build","Reason":"Schedule","System.PhaseAttempt":"1","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.JobName":"__default","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","AzurePipelinesTestRunId":"17960860","DefinitionId":"154","Project":"public","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","architecture":"wasm","BuildId":"717215"} Schedule
2024-06-22T21:56:42.278Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","System.JobAttempt":"1","Project":"public","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","scenario":"WasmTestOnChrome","configuration":"Release","AzurePipelinesTestRunId":"17954998","runtimeFlavor":"mono","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","architecture":"wasm","System.JobName":"__default","BuildId":"717028","BuildNumber":"20240622.2","Reason":"Schedule","System.StageName":"Build","System.PhaseAttempt":"1","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly"} Schedule
2024-06-22T21:52:56.013Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime-extra-platforms","CollectionUri":"https://dev.azure.com/dnceng-public/","architecture":"wasm","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","Project":"public","System.PhaseAttempt":"1","runtimeFlavor":"mono","configuration":"Release","System.StageName":"Build","System.JobAttempt":"1","AzurePipelinesTestRunId":"17954914","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","scenario":"WasmTestOnV8","System.StageAttempt":"1","BuildId":"717028","DefinitionId":"154","BuildNumber":"20240622.2","System.JobName":"__default","Reason":"Schedule","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6"} Schedule
2024-06-22T09:56:34.825Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"BuildNumber":"20240622.1","BuildId":"716682","System.StageAttempt":"1","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","System.PhaseAttempt":"1","scenario":"WasmTestOnChrome","AzurePipelinesTestRunId":"17942002","Reason":"Schedule","System.StageName":"Build","configuration":"Release","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","runtimeFlavor":"mono","DefinitionId":"154","System.JobAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","architecture":"wasm","Project":"public"} Schedule
2024-06-22T09:52:37.283Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.JobAttempt":"1","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","DefinitionName":"runtime-extra-platforms","architecture":"wasm","Project":"public","System.PhaseAttempt":"1","System.StageAttempt":"1","configuration":"Release","BuildId":"716682","scenario":"WasmTestOnV8","DefinitionId":"154","BuildNumber":"20240622.1","System.JobName":"__default","runtimeFlavor":"mono","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.StageName":"Build","AzurePipelinesTestRunId":"17941968"} Schedule
2024-06-22T07:46:51.279Z runtime-coreclr libraries-jitstress Release windows.10.amd64.open.rt x86 System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.PhaseName":"build_windows_x86_Release_","System.StageAttempt":"1","System.JobId":"5452527b-a695-5868-51e7-5b659e11b4e2","runtimeFlavor":"coreclr","BuildId":"716661","System.StageName":"Build","operatingSystem":"Windows.10.Amd64.Open","Reason":"Schedule","AzurePipelinesTestRunId":"17941060","architecture":"x86","System.JobName":"__default","BuildNumber":"20240622.1","configuration":"Release","System.JobAttempt":"1","System.PhaseAttempt":"1","DefinitionName":"runtime-coreclr libraries-jitstress","scenario":"tailcallstress","Project":"public","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"138"} Schedule
2024-06-21T21:56:57.416Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","System.StageName":"Build","System.JobName":"__default","BuildNumber":"20240621.3","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","configuration":"Release","DefinitionId":"154","AzurePipelinesTestRunId":"17929966","runtimeFlavor":"mono","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","scenario":"WasmTestOnChrome","architecture":"wasm","System.PhaseAttempt":"1","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","BuildId":"716252","Project":"public","DefinitionName":"runtime-extra-platforms","Reason":"Schedule","System.JobAttempt":"1"} Schedule
2024-06-21T21:49:43.154Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.JobName":"__default","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.StageName":"Build","System.PhaseAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","AzurePipelinesTestRunId":"17929876","Reason":"Schedule","System.JobAttempt":"1","BuildNumber":"20240621.3","Project":"public","DefinitionName":"runtime-extra-platforms","System.StageAttempt":"1","DefinitionId":"154","BuildId":"716252","architecture":"wasm","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","configuration":"Release","scenario":"WasmTestOnV8","runtimeFlavor":"mono"} Schedule
2024-06-21T10:00:38.551Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobAttempt":"1","DefinitionName":"runtime-extra-platforms","Project":"public","System.PhaseAttempt":"1","System.JobName":"__default","runtimeFlavor":"mono","Reason":"Schedule","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","AzurePipelinesTestRunId":"17900820","scenario":"WasmTestOnChrome","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","System.StageAttempt":"1","architecture":"wasm","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","BuildId":"715359","DefinitionId":"154","BuildNumber":"20240621.1","System.StageName":"Build","configuration":"Release"} Schedule
2024-06-21T09:52:32.92Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"AzurePipelinesTestRunId":"17900566","DefinitionId":"154","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","configuration":"Release","Project":"public","Reason":"Schedule","BuildId":"715359","System.JobAttempt":"1","System.StageName":"Build","CollectionUri":"https://dev.azure.com/dnceng-public/","runtimeFlavor":"mono","DefinitionName":"runtime-extra-platforms","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.JobName":"__default","System.StageAttempt":"1","scenario":"WasmTestOnV8","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.PhaseAttempt":"1","BuildNumber":"20240621.1","architecture":"wasm"} Schedule
2024-06-20T21:54:52.229Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.PhaseAttempt":"1","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","architecture":"wasm","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","System.JobAttempt":"1","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","AzurePipelinesTestRunId":"17883550","BuildNumber":"20240620.3","scenario":"WasmTestOnChrome","Project":"public","CollectionUri":"https://dev.azure.com/dnceng-public/","BuildId":"714833","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","DefinitionId":"154","System.StageName":"Build","configuration":"Release","System.StageAttempt":"1","Reason":"Schedule","runtimeFlavor":"mono"} Schedule
2024-06-20T21:50:26.194Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"CollectionUri":"https://dev.azure.com/dnceng-public/","configuration":"Release","System.JobName":"__default","scenario":"WasmTestOnV8","architecture":"wasm","Reason":"Schedule","System.StageName":"Build","System.JobAttempt":"1","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","BuildNumber":"20240620.3","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","runtimeFlavor":"mono","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","DefinitionName":"runtime-extra-platforms","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"17883376","System.StageAttempt":"1","Project":"public","DefinitionId":"154","BuildId":"714833"} Schedule
2024-06-20T21:08:27.026Z runtime Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime","BuildId":"714740","architecture":"wasm","System.JobName":"__default","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","DefinitionId":"129","scenario":"WasmTestOnV8","System.StageName":"Build","System.JobAttempt":"1","Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","runtimeFlavor":"mono","AzurePipelinesTestRunId":"17881068","configuration":"Release","System.StageAttempt":"1","System.PhaseAttempt":"1","System.JobId":"294c8fbc-17f0-5954-a99b-5617e6d3116c","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_EAT","Project":"public","BuildNumber":"20240620.91"} Schedule
2024-06-20T09:53:44.249Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.JobName":"__default","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","System.JobAttempt":"1","architecture":"wasm","configuration":"Release","System.StageName":"Build","DefinitionId":"154","System.StageAttempt":"1","DefinitionName":"runtime-extra-platforms","AzurePipelinesTestRunId":"17856924","runtimeFlavor":"mono","BuildId":"713848","Reason":"Schedule","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","System.PhaseAttempt":"1","BuildNumber":"20240620.1","Project":"public","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","CollectionUri":"https://dev.azure.com/dnceng-public/","scenario":"WasmTestOnChrome"} Schedule
2024-06-20T09:51:03.734Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime-extra-platforms","System.StageName":"Build","BuildNumber":"20240620.1","runtimeFlavor":"mono","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.PhaseAttempt":"1","DefinitionId":"154","System.JobAttempt":"1","Reason":"Schedule","architecture":"wasm","BuildId":"713848","System.StageAttempt":"1","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","CollectionUri":"https://dev.azure.com/dnceng-public/","scenario":"WasmTestOnV8","System.JobName":"__default","configuration":"Release","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","AzurePipelinesTestRunId":"17856886","Project":"public"} Schedule
2024-06-20T09:15:12.756Z runtime Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"BuildId":"713808","CollectionUri":"https://dev.azure.com/dnceng-public/","Reason":"Schedule","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_EAT","System.JobAttempt":"1","System.JobId":"294c8fbc-17f0-5954-a99b-5617e6d3116c","configuration":"Release","AzurePipelinesTestRunId":"17856478","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.PhaseAttempt":"1","runtimeFlavor":"mono","System.JobName":"__default","Project":"public","architecture":"wasm","scenario":"WasmTestOnV8","System.StageAttempt":"1","BuildNumber":"20240620.2","DefinitionName":"runtime","System.StageName":"Build","DefinitionId":"129"} Schedule
2024-06-19T21:56:50.262Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"architecture":"wasm","Project":"public","System.JobName":"__default","DefinitionName":"runtime-extra-platforms","System.JobAttempt":"1","System.StageAttempt":"1","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","BuildId":"713438","Reason":"Schedule","DefinitionId":"154","System.PhaseAttempt":"1","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","System.StageName":"Build","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","scenario":"WasmTestOnChrome","CollectionUri":"https://dev.azure.com/dnceng-public/","AzurePipelinesTestRunId":"17844868","runtimeFlavor":"mono","BuildNumber":"20240619.8","configuration":"Release"} Schedule
2024-06-19T21:52:55.744Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime-extra-platforms","runtimeFlavor":"mono","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","System.StageName":"Build","BuildId":"713438","Project":"public","scenario":"WasmTestOnV8","System.PhaseAttempt":"1","AzurePipelinesTestRunId":"17844382","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","configuration":"Release","System.StageAttempt":"1","System.JobAttempt":"1","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","CollectionUri":"https://dev.azure.com/dnceng-public/","DefinitionId":"154","System.JobName":"__default","architecture":"wasm","BuildNumber":"20240619.8","Reason":"Schedule"} Schedule
2024-06-19T21:20:36.206Z runtime Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_EAT","architecture":"wasm","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","Project":"public","runtimeFlavor":"mono","AzurePipelinesTestRunId":"17842448","System.StageAttempt":"1","System.JobAttempt":"1","BuildId":"713359","System.StageName":"Build","System.JobId":"294c8fbc-17f0-5954-a99b-5617e6d3116c","configuration":"Release","System.PhaseAttempt":"1","System.JobName":"__default","BuildNumber":"20240619.84","DefinitionId":"129","CollectionUri":"https://dev.azure.com/dnceng-public/","scenario":"WasmTestOnV8","Reason":"Schedule","DefinitionName":"runtime"} Schedule
2024-06-19T09:51:44.229Z runtime-extra-platforms Release windows.amd64.server2022.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"DefinitionName":"runtime-extra-platforms","System.StageName":"Build","System.JobAttempt":"1","operatingSystem":"(Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly","configuration":"Release","scenario":"WasmTestOnChrome","System.StageAttempt":"1","CollectionUri":"https://dev.azure.com/dnceng-public/","architecture":"wasm","Reason":"Schedule","System.PhaseAttempt":"1","runtimeFlavor":"mono","DefinitionId":"154","AzurePipelinesTestRunId":"17818212","BuildNumber":"20240619.2","Project":"public","System.JobId":"13711b3e-fe09-5ef6-c164-4a62d0e4a813","System.PhaseName":"build_browser_wasm_windows_Release_LibraryTests_HighResource_AOT","System.JobName":"__default","BuildId":"712564"} Schedule
2024-06-19T09:50:59.782Z runtime-extra-platforms Release ubuntu.2204.amd64.open.rt wasm System.Text.Json.Nodes.Tests.JsonObjectTests.NullPropertyNameFail Failed {"Project":"public","BuildNumber":"20240619.2","System.JobName":"__default","System.PhaseAttempt":"1","runtimeFlavor":"mono","System.StageName":"Build","scenario":"WasmTestOnV8","System.JobId":"6c05861b-5acf-5a94-8135-27551ca7dfc6","CollectionUri":"https://dev.azure.com/dnceng-public/","operatingSystem":"(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly","System.JobAttempt":"1","architecture":"wasm","configuration":"Release","DefinitionId":"154","Reason":"Schedule","BuildId":"712564","System.StageAttempt":"1","AzurePipelinesTestRunId":"17818208","System.PhaseName":"build_browser_wasm_linux_Release_LibraryTests_HighResource_AOT","DefinitionName":"runtime-extra-platforms"} Schedule

@eiriktsarpalis
Copy link
Member

@v-wenyuxu could you share the commit hashes of the impacted builds? We need to validate that it incorporates d9b9676

@jakobbotsch
Copy link
Member

Here is an example run from 4 hours ago on main that has the failure: https://dev.azure.com/dnceng-public/public/_build/results?buildId=720735&view=results. Commit hash is eb29166.

@jakobbotsch
Copy link
Member

jakobbotsch commented Jun 26, 2024

FWIW it seems to be JIT optimization sensitive, so it may be a JIT bug. The repro seems to require DOTNET_TieredCompilation=0. I'm trying to bisect to the specific method that must be compiled with JIT optimizations enabled for the issue to occur.

@jakobbotsch
Copy link
Member

The method is just the lambda right above the failing assertion, but I see no issue there. It just throws a new ArgumentNullException("key") that seems to look fine. I'm trying to bisect to the commit where the test started failing.

@eiriktsarpalis
Copy link
Member

eiriktsarpalis commented Jun 26, 2024

It's pretty clear to me that this was introduced by #103645, however I don't entirely understand why the failure is platform sensitive. I followed up with 91c9d3c but apparently this isn't fixing the problem either?

@jakobbotsch
Copy link
Member

There is definitely something odd going on given that it stops reproducing with DOTNET_TieredCompilation=1. It seems like somehow we are ending up with the string "propertyName" turning into the string "key" instead.

@jakobbotsch
Copy link
Member

jakobbotsch commented Jun 26, 2024

The indexer here:

ex = Assert.Throws<ArgumentNullException>(() => jObject[null] = 42);
Assert.Contains("propertyName", ex.ToString());

Resolves to the indexer on JsonNode here:

public JsonNode? this[string propertyName]
{
get
{
return AsObject().GetItem(propertyName);
}
set
{
AsObject().SetItem(propertyName, value);
}
}

This in turn directly calls JsonObject.SetItem(string, JsonNode) here:

internal void SetItem(string propertyName, JsonNode? value)
{
OrderedDictionary<string, JsonNode?> dict = Dictionary;
if (dict.TryGetValue(propertyName, out JsonNode? replacedValue))
{
if (ReferenceEquals(value, replacedValue))
{
return;
}
DetachParent(replacedValue);
}
dict[propertyName] = value;
value?.AssignParent(this);
}

That one doesn't seem to have the check to throw with propertyName as the argument name.

It still doesn't explain why the test does not fail in debug mode, however.

@eiriktsarpalis
Copy link
Member

It still doesn't explain why the test does not fail in debug mode, however.

Let me try to debug the test locally and see why it passes.

@jakobbotsch
Copy link
Member

jakobbotsch commented Jun 26, 2024

Ah, it passes because the stack trace contains frames with a parameter propertyName in it in debug. In optimized codegen ex.ToString() looks something like:

Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'key')
   at System.ArgumentNullException.Throw(String paramName)
   at Program.<>c__DisplayClass1_0.<Main>b__0() in C:\dev\dotnet\playground\Program.cs:line 21
   at Program.AssertThrows(Action act) in C:\dev\dotnet\playground\Program.cs:line 27
   at Program.Main() in C:\dev\dotnet\playground\Program.cs:line 21

and the test fails. In unoptimized codegen ex.ToString() looks like:

Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'key')
   at System.ArgumentNullException.Throw(String paramName)
   at System.ArgumentNullException.ThrowIfNull(Object argument, String paramName)
   at System.Collections.Generic.OrderedDictionary`2.TryGetValue(TKey key, TValue& value) in C:\dev\dotnet\runtime\src\libraries\System.Collections\src\System\Collections\Generic\OrderedDictionary.cs:line 885
   at System.Text.Json.Nodes.JsonObject.SetItem(String propertyName, JsonNode value) in C:\dev\dotnet\runtime\src\libraries\System.Text.Json\src\System\Text\Json\Nodes\JsonObject.cs:line 241
   at System.Text.Json.Nodes.JsonNode.set_Item(String propertyName, JsonNode value) in C:\dev\dotnet\runtime\src\libraries\System.Text.Json\src\System\Text\Json\Nodes\JsonNode.cs:line 244
   at Program.<>c__DisplayClass1_0.<Main>b__0() in C:\dev\dotnet\playground\Program.cs:line 21
   at Program.AssertThrows(Action act) in C:\dev\dotnet\playground\Program.cs:line 27
   at Program.Main() in C:\dev\dotnet\playground\Program.cs:line 21

and the test passes.
The ex.ToString() should probably be replaced by ex.Message in the asserts?

@eiriktsarpalis
Copy link
Member

The ex.ToString() should probably be replaced by ex.Message in the asserts?

Yes, I'll follow up with a PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Text.Json blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants