Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[8.0][wasm] NodeJS engine fails with experimental-wasm-simd and experimental-wasm-eh exit code: 9 -> exit code: 71 (GENERAL_FAILURE) #111753

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

Open
carlossanlop opened this issue Jan 23, 2025 · 5 comments
Assignees
Labels
arch-wasm WebAssembly architecture arch-x64 area-Infrastructure-mono Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm os-linux Linux OS (any supported distro) runtime-mono specific to the Mono runtime wasm-aot-test WebAssembly AOT Test
Milestone

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Jan 23, 2025

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=925493
Build error leg or test failing: Wasm.Build.Tests.HybridGlobalizationTests.AOT_HybridGlobalizationTests in net8.0-browser-Release-wasm-Mono_Release_linux-BuildWasmApps-(Ubuntu.2204.Amd64)Ubuntu.2204.Amd64.Open

Error Message

{
  "ErrorMessage" : "[wasm test] XHarness exit code: 71 (GENERAL_FAILURE)",
  "BuildRetry" : false,
  "ExcludeConsoleLog" : false
}
        [wasm test]                  With env vars: 
        [wasm test]                      LANG = 'en-US'
        [wasm test]                  
        [wasm test] [19:07:22] info: Process node exited with 9
        [wasm test]                  
        [wasm test] [19:07:22] info: Waiting to flush log messages with a timeout of 120 secs ..
        [wasm test] [19:07:22] info: /usr/bin/node: bad option: --experimental-wasm-simd
        [wasm test] [19:07:22] info: /usr/bin/node: bad option: --experimental-wasm-eh
        [wasm test] [19:07:22] fail: Application has finished with exit code 9 but 42 was expected
        [wasm test] [19:07:22] dbug: Saving diagnostics data to '/root/helix/work/workitem/e/diagnostics.json'
        [wasm test] XHarness exit code: 71 (GENERAL_FAILURE)
        Exit code: 71

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=925493
Error message validated: [[wasm test] XHarness exit code: 71 (GENERAL_FAILURE)]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 1/23/2025 5:46:01 PM UTC

Report

Build Definition Test Pull Request
1034105 dotnet/runtime Workloads-ST-Wasm.Build.Tests.WasmBuildAppTest.WorkItemExecution #114702
1028775 dotnet/runtime Workloads-ST-Wasm.Build.Tests.WasmBuildAppTest.WorkItemExecution #114702
1024195 dotnet/runtime Workloads-ST-Wasm.Build.Tests.WasmBuildAppTest.WorkItemExecution #114702
1023570 dotnet/runtime Workloads-ST-Wasm.Build.Tests.WasmBuildAppTest.WorkItemExecution
1023203 dotnet/runtime Workloads-NoWebcil-ST-Wasm.Build.Tests.WasmBuildAppTest.WorkItemExecution #114700
1021877 dotnet/runtime Wasm.Build.Tests.WasmBuildAppTest.AsyncMain #114218
1021626 dotnet/runtime Workloads-NoWebcil-ST-Wasm.Build.Tests.WasmBuildAppTest.WorkItemExecution #114762
1021620 dotnet/runtime Workloads-ST-Wasm.Build.Tests.WasmBuildAppTest.WorkItemExecution #114856
1021617 dotnet/runtime Wasm.Build.Tests.WasmBuildAppTest.AsyncMain #114855
1021074 dotnet/runtime Workloads-NoWebcil-ST-Wasm.Build.Tests.WasmBuildAppTest.WorkItemExecution #114702
1020978 dotnet/runtime Wasm.Build.Tests.WasmBuildAppTest.AsyncMain
1018431 dotnet/runtime Workloads-NoWebcil-ST-Wasm.Build.Tests.WasmBuildAppTest.WorkItemExecution #114676
1016066 dotnet/runtime Workloads-ST-Wasm.Build.Tests.WasmSIMDTests.WorkItemExecution
1014442 dotnet/runtime Workloads-NoWebcil-ST-Wasm.Build.Tests.WasmSIMDTests.WorkItemExecution #114576
1014017 dotnet/runtime Workloads-NoWebcil-ST-Wasm.Build.Tests.WasmSIMDTests.WorkItemExecution #114576
1013697 dotnet/runtime Workloads-ST-Wasm.Build.Tests.WasmSIMDTests.WorkItemExecution
1011334 dotnet/runtime Workloads-NoWebcil-ST-Wasm.Build.Tests.WasmSIMDTests.WorkItemExecution #114299
1007899 dotnet/runtime Workloads-ST-Wasm.Build.Tests.WasmSIMDTests.WorkItemExecution #114299

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 1 18
@carlossanlop carlossanlop added arch-wasm WebAssembly architecture arch-x64 Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm os-linux Linux OS (any supported distro) runtime-mono specific to the Mono runtime wasm-aot-test WebAssembly AOT Test labels Jan 23, 2025
Copy link
Contributor

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

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jan 23, 2025
Copy link
Contributor

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

@lewing lewing added this to the 8.0.x milestone Jan 27, 2025
@lewing lewing removed the untriaged New issue has not been triaged by the area owner label Jan 27, 2025
@ilonatommy
Copy link
Member

This is not HybridGlobalization related failure but NodeJS related. It complains about passing -engine-arg=--experimental-wasm-simd --engine-arg=--experimental-wasm-eh in WBT.

@ilonatommy ilonatommy changed the title [8.0][wasm] AOT_HybridGlobalizationTests XHarness exit code: 71 (GENERAL_FAILURE) [8.0][wasm] NodeJS engine fails with experimental-wasm-simd and experimental-wasm-eh exit code: 9 -> exit code: 71 (GENERAL_FAILURE) Feb 3, 2025
@ilonatommy
Copy link
Member

ilonatommy commented Feb 3, 2025

Should get fixed by #111655 (8.0 was hit only once, all the other failures are 9.0)

@maraf
Copy link
Member

maraf commented Apr 8, 2025

The most recent failures are coming from 9.0 branch where the changes didn't land yet (there are in 9.0-staging)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-wasm WebAssembly architecture arch-x64 area-Infrastructure-mono Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm os-linux Linux OS (any supported distro) runtime-mono specific to the Mono runtime wasm-aot-test WebAssembly AOT Test
Projects
None yet
Development

No branches or pull requests

4 participants