Uh oh!
There was an error while loading. Please reload this page.
[wasm] emscripten bump 3.1.56 - #100334
Conversation
Module.asm was removed, use wasmExports instead. Context: emscripten-core/emscripten#19816
Uh oh!
There was an error while loading. Please reload this page.
pavelsavara
left a comment
There was a problem hiding this comment.
the .mjs extension will likely miss MIME type in the Blazor server
radekdoulik
commented
Jun 3, 2024
the errors are related to wrong binaryen version dotnet/binaryen#101 for the rescue |
There is interesting ST fail V8 LogChrome Log |
pavelsavara
commented
Jul 8, 2024
In the 27134031523 MT run deadlocks are
|
| <add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" /> | ||
| <add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" /> | ||
| <add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" /> | ||
| <add key="general-testing" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json" /> |
There was a problem hiding this comment.
this will be removed once the dependencies are in the flow
Uh oh!
There was an error while loading. Please reload this page.
pavelsavara
commented
Jul 9, 2024
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
pavelsavara
commented
Jul 9, 2024
OOM in Details in #102195 (comment) |
pavelsavara
commented
Jul 9, 2024
AOT
|
pavelsavara
commented
Jul 9, 2024
AOT Assert at interp.c:2663 Log |
| { | ||
| string resourceExtension = Path.GetExtension(resourceName); | ||
| if (resourceName.StartsWith("dotnet.native.worker", StringComparison.OrdinalIgnoreCase) && string.Equals(resourceExtension, ".js", StringComparison.OrdinalIgnoreCase)) | ||
| if (resourceName.StartsWith("dotnet.native.worker", StringComparison.OrdinalIgnoreCase) && string.Equals(resourceExtension, ".mjs", StringComparison.OrdinalIgnoreCase)) |
There was a problem hiding this comment.
if this is code that impacts Net8, it still needs to consider .js, I think
radekdoulik
commented
Jul 10, 2024
this is happening on main too, I tried to run runtime-wasm pipeline few days ago in #104356 to compare it |
radekdoulik
commented
Jul 15, 2024
the build is gone, the log is still alive. it is ST as well |
Remaining issues:
WBT linux
dotnet.native.wasm missing 2x - this is missing native lib in SkiaSharp - we need to disable it temporarilywrong exit code value 3xtimeouts 4xSkiaSharp problem 1x - that is expected as it is built against older emscripten, disable it until newer version is availableWBT windows
66 failuresLibrary tests
Release LibraryTests_Smoke_AOT
build fails during AOT compilation - OOM? unable to reproduce locallyLibraryTests_Threading
5 failures - known issues - build analysis is green
more failures in runtime-wasm pipeline
TODO
Fixes#103977.