dotnet / runtime

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

[7.0] [wasm] Chrome DateTimeTests CheckDateTimeLocale failure #88799

Closed carlossanlop closed 6 months ago

carlossanlop commented 1 year ago

Error Blob

{
  "ErrorMessage": "DebuggerTests.DateTimeTests.CheckDateTimeLocale",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}

Reproduction Steps

@radical for wasm @tarekgh since it's a time test and we had recent servicing changes in that area

Starting test execution, please wait... A total of 1 test files matched the specified pattern. [xUnit.net 00:09:42.92] DebuggerTests.DateTimeTests.CheckDateTimeLocale(locale: "en-US", fdtp: "dddd, MMMM d, yyyy h:mm:ss tt", ldp: "dddd, MMMM d, yyyy", ltp: "h:mm:ss tt", sdp: "M/d/yyyy", stp: "h:mm tt") [FAIL] Failed DebuggerTests.DateTimeTests.CheckDateTimeLocale(locale: "en-US", fdtp: "dddd, MMMM d, yyyy h:mm:ss tt", ldp: "dddd, MMMM d, yyyy", ltp: "h:mm:ss tt", sdp: "M/d/yyyy", stp: "h:mm tt") [48 s] Error Message: System.Threading.Tasks.TaskCanceledException : A task was canceled. Stack Trace: at DebuggerTests.DebuggerTestBase.SetBreakpointInMethod(String assembly, String type, String method, Int32 lineOffset, Int32 col, String condition) in //src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1156 at DebuggerTests.DateTimeTests.CheckDateTimeLocale(String locale, String fdtp, String ldp, String ltp, String sdp, String stp) in //src/mono/wasm/debugger/DebuggerTestSuite/DateTimeTests.cs:line 26 --- End of stack trace from previous location --- [xUnit.net 00:11:22.62] DebuggerTests.DelegateTests.MethodWithDelegatesAsyncTest(use_cfo: True) [FAIL] Failed DebuggerTests.DelegateTests.MethodWithDelegatesAsyncTest(usecfo: True) [1 ms] Error Message: System.Threading.Tasks.TaskCanceledException : Test timed out (elapsed time: 60.3869458) Stack Trace: at DebuggerTests.Inspector.OpenSessionAsync(Func`3 getInitCmds, TimeSpan span) in //src/mono/wasm/debugger/DebuggerTestSuite/Inspector.cs:line 343 at DebuggerTests.DebuggerTestBase.InitializeAsync() in //src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 149 [Result: IsOk: True, IsErr: False, Value: { "breakpointId": "1:539:8:dotnet://debugger-test.dll///src/mono/wasm/debugger/tests/debugger-test/debugger-test.cs", "locations": [ { "scriptId": "dotnet://381441", "lineNumber": 542, "columnNumber": 8 } ] }, Error: ] [Result: IsOk: True, IsErr: False, Value: { "breakpointId": "1:1272:8:dotnet://debugger-test.dll///src/mono/wasm/debugger/tests/debugger-test/debugger-test.cs", "locations": [] }, Error: ] Results File: /datadisks/disk1/work/AEFA08D6/w/B92C09D1/uploads/xharness-output/logs/testResults.trx

Failed! - Failed: 2, Passed: 745, Skipped: 0, Total: 747, Duration: 36 m 6 s - DebuggerTestSuite.dll (net7.0)


<!-- Known issue validation start -->
 ### Known issue validation
**Build: :mag_right:** https://dev.azure.com/dnceng-public/public/_build/results?buildId=337259
**Error message validated:** `DebuggerTests.DateTimeTests.CheckDateTimeLocale`
**Result validation: :white_check_mark:** Known issue matched with the provided build.
**Validation performed at:** 7/12/2023 11:18:00 PM UTC
<!-- Known issue validation end -->
<!--Known issue error report start -->
### Report
#### Summary
|24-Hour Hit Count|7-Day Hit Count|1-Month Count|
|---|---|---|
|0|0|0|
<!--Known issue error report end -->
ghost commented 1 year ago

Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.

Issue Details
### Error Blob ```json { "ErrorMessage": "DebuggerTests.DateTimeTests.CheckDateTimeLocale", "BuildRetry": false, "ErrorPattern": "", "ExcludeConsoleLog": false } ``` ### Reproduction Steps @radical for wasm @tarekgh since it's a time test and we had recent servicing changes in that area - PR: https://github.com/dotnet/runtime/pull/88758 - Run: https://dev.azure.com/dnceng-public/public/_build/results?buildId=337259&view=logs&j=2faa758f-d959-52c5-709a-e1668666302f&t=0098ba4c-bbd0-5919-9451-eb10fb062039&l=56 - Queue: `Build Browser wasm Linux Release Mono_DebuggerTests_chrome` - Log file: https://helixre107v0xd1eu3ibi6ka.blob.core.windows.net/dotnet-runtime-refs-pull-88758-merge-7fab3ef8787545c6b5/chrome-DebuggerTests/1/console.9c4098f9.log?helixlogtype=result - Callstack: ``` ---------------- Installed an ASP.NET Core HTTPS development certificate. To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only). Learn about HTTPS: https://aka.ms/dotnet-https ---------------- Write your first app: https://aka.ms/dotnet-hello-world Find out what's new: https://aka.ms/dotnet-whats-new Explore documentation: https://aka.ms/dotnet-docs Report issues and find source on GitHub: https://github.com/dotnet/core Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli -------------------------------------------------------------------------------------- Microsoft (R) Test Execution Command Line Tool Version 17.4.1 (x64) Copyright (c) Microsoft Corporation. All rights reserved. Starting test execution, please wait... A total of 1 test files matched the specified pattern. [xUnit.net 00:09:42.92] DebuggerTests.DateTimeTests.CheckDateTimeLocale(locale: "en-US", fdtp: "dddd, MMMM d, yyyy h:mm:ss tt", ldp: "dddd, MMMM d, yyyy", ltp: "h:mm:ss tt", sdp: "M/d/yyyy", stp: "h:mm tt") [FAIL] Failed DebuggerTests.DateTimeTests.CheckDateTimeLocale(locale: "en-US", fdtp: "dddd, MMMM d, yyyy h:mm:ss tt", ldp: "dddd, MMMM d, yyyy", ltp: "h:mm:ss tt", sdp: "M/d/yyyy", stp: "h:mm tt") [48 s] Error Message: System.Threading.Tasks.TaskCanceledException : A task was canceled. Stack Trace: at DebuggerTests.DebuggerTestBase.SetBreakpointInMethod(String assembly, String type, String method, Int32 lineOffset, Int32 col, String condition) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1156 at DebuggerTests.DateTimeTests.CheckDateTimeLocale(String locale, String fdtp, String ldp, String ltp, String sdp, String stp) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DateTimeTests.cs:line 26 --- End of stack trace from previous location --- [xUnit.net 00:11:22.62] DebuggerTests.DelegateTests.MethodWithDelegatesAsyncTest(use_cfo: True) [FAIL] Failed DebuggerTests.DelegateTests.MethodWithDelegatesAsyncTest(use_cfo: True) [1 ms] Error Message: System.Threading.Tasks.TaskCanceledException : Test timed out (elapsed time: 60.3869458) Stack Trace: at DebuggerTests.Inspector.OpenSessionAsync(Func`3 getInitCmds, TimeSpan span) in /_/src/mono/wasm/debugger/DebuggerTestSuite/Inspector.cs:line 343 at DebuggerTests.DebuggerTestBase.InitializeAsync() in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 149 [Result: IsOk: True, IsErr: False, Value: { "breakpointId": "1:539:8:dotnet://debugger-test.dll//_/src/mono/wasm/debugger/tests/debugger-test/debugger-test.cs", "locations": [ { "scriptId": "dotnet://38144_1", "lineNumber": 542, "columnNumber": 8 } ] }, Error: ] [Result: IsOk: True, IsErr: False, Value: { "breakpointId": "1:1272:8:dotnet://debugger-test.dll//_/src/mono/wasm/debugger/tests/debugger-test/debugger-test.cs", "locations": [] }, Error: ] Results File: /datadisks/disk1/work/AEFA08D6/w/B92C09D1/uploads/xharness-output/logs/testResults.trx Failed! - Failed: 2, Passed: 745, Skipped: 0, Total: 747, Duration: 36 m 6 s - DebuggerTestSuite.dll (net7.0) ``` ### Known issue validation **Build: :mag_right:** https://dev.azure.com/dnceng-public/public/_build/results?buildId=337259 **Error message validated:** `DebuggerTests.DateTimeTests.CheckDateTimeLocale` **Result validation: :white_check_mark:** Known issue matched with the provided build. **Validation performed at:** 7/12/2023 11:18:00 PM UTC
Author: carlossanlop
Assignees: -
Labels: `arch-wasm`, `os-linux`, `blocking-clean-ci`, `untriaged`, `area-VM-meta-mono`, `runtime-mono`, `Known Build Error`
Milestone: -
lewing commented 1 year ago

Seems like possibly a one off?

jeffschwMSFT commented 6 months ago

removing blocking-clean-ci as it has not failed in 30 days

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0