dotnet / runtime

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

CI error on WasmTestOnBrowser-System.Numerics.Tensors.Net8.Tests #97124

Open jozkee opened 9 months ago

jozkee commented 9 months ago

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=530528 Build error leg or test failing: WasmTestOnBrowser-System.Numerics.Tensors.Net8.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/90505

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "at mono_mempool_alloc0",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

More info:

[20:32:39] fail: Error: [MONO] D:/a/_work/1/s/src/mono/mono/eglib/gmem.c:123 <disabled>
    at St (http://127.0.0.1:49407/_framework/dotnet.runtime.js:3:13188)
    at su (http://127.0.0.1:49407/_framework/dotnet.runtime.js:3:182927)
    at wasm_trace_logger (http://127.0.0.1:49407/_framework/dotnet.native.wasm:wasm-function[172]:0xae7c)
    at eglib_log_adapter (http://127.0.0.1:49407/_framework/dotnet.native.wasm:wasm-function[649]:0x3eb8c)
    at monoeg_g_logv_nofree (http://127.0.0.1:49407/_framework/dotnet.native.wasm:wasm-function[571]:0x3d0a8)
    at monoeg_g_log (http://127.0.0.1:49407/_framework/dotnet.native.wasm:wasm-function[573]:0x3d16b)
    at monoeg_g_log_disabled (http://127.0.0.1:49407/_framework/dotnet.native.wasm:wasm-function[574]:0x3d19e)
    at monoeg_malloc (http://127.0.0.1:49407/_framework/dotnet.native.wasm:wasm-function[561]:0x3cea6)
    at mono_mempool_alloc (http://127.0.0.1:49407/_framework/dotnet.native.wasm:wasm-function[2302]:0xb5404)
    at mono_mempool_alloc0 (http://127.0.0.1:49407/_framework/dotnet.native.wasm:wasm-function[2303]:0xb5505)
[20:56:45] info: Unable to evaluate script: no such window: target window already closed
from unknown error: web view not found
...

https://[helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-90505-merge-65ccd5fbc100418a92/WasmTestOnBrowser-System.Numerics.Tensors.Net8.Tests/1/console.650d8663.log?helixlogtype=result](https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-90505-merge-65ccd5fbc100418a92/WasmTestOnBrowser-System.Numerics.Tensors.Net8.Tests/1/console.650d8663.log?helixlogtype=result)

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
ghost commented 9 months ago

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

Issue Details
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=530528 Build error leg or test failing: WasmTestOnBrowser-System.Numerics.Tensors.Net8.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/90505 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```json { "ErrorMessage": "Unable to evaluate script: no such window: target window already closed", "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false } ``` More info: ``` [20:32:39] fail: Error: [MONO] D:/a/_work/1/s/src/mono/mono/eglib/gmem.c:123 at St (http://127.0.0.1:49407/_framework/dotnet.runtime.js:3:13188) at su (http://127.0.0.1:49407/_framework/dotnet.runtime.js:3:182927) at wasm_trace_logger (http://127.0.0.1:49407/_framework/dotnet.native.wasm:wasm-function[172]:0xae7c) at eglib_log_adapter (http://127.0.0.1:49407/_framework/dotnet.native.wasm:wasm-function[649]:0x3eb8c) at monoeg_g_logv_nofree (http://127.0.0.1:49407/_framework/dotnet.native.wasm:wasm-function[571]:0x3d0a8) at monoeg_g_log (http://127.0.0.1:49407/_framework/dotnet.native.wasm:wasm-function[573]:0x3d16b) at monoeg_g_log_disabled (http://127.0.0.1:49407/_framework/dotnet.native.wasm:wasm-function[574]:0x3d19e) at monoeg_malloc (http://127.0.0.1:49407/_framework/dotnet.native.wasm:wasm-function[561]:0x3cea6) at mono_mempool_alloc (http://127.0.0.1:49407/_framework/dotnet.native.wasm:wasm-function[2302]:0xb5404) at mono_mempool_alloc0 (http://127.0.0.1:49407/_framework/dotnet.native.wasm:wasm-function[2303]:0xb5505) [20:56:45] info: Unable to evaluate script: no such window: target window already closed from unknown error: web view not found ... ``` https://[helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-90505-merge-65ccd5fbc100418a92/WasmTestOnBrowser-System.Numerics.Tensors.Net8.Tests/1/console.650d8663.log?helixlogtype=result](https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-90505-merge-65ccd5fbc100418a92/WasmTestOnBrowser-System.Numerics.Tensors.Net8.Tests/1/console.650d8663.log?helixlogtype=result)
Author: Jozkee
Assignees: -
Labels: `blocking-clean-ci`, `area-Infrastructure-mono`, `Known Build Error`
Milestone: -
jeffschwMSFT commented 4 months ago

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

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
steveisok commented 3 months ago

@lewing feel free to close this if you think this is no longer a problem. The data indicates it's not.