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

[wasm] WBT SatelliteAssembliesTests.CheckThatSatelliteAssembliesAreNotAOTed failing #90458

Closed
radical opened this issue Aug 12, 2023 · 5 comments
Labels
Milestone

Comments

@radical
Copy link
Member

radical commented Aug 12, 2023

Test failing with rolling build:

  [4/5] System.Private.CoreLib.dll.bc -> System.Private.CoreLib.dll.o 

WasmApp.Native.targets(379,5): error : Failed to compile /root/helix/work/workitem/e/wbt/ddpnbu30_we1/obj/Release/net8.0/browser-wasm/wasm/for-publish/aot-instances.dll.bc -> /root/helix/work/workitem/e/wbt/ddpnbu30_we1/obj/Release/net8.0/browser-wasm/wasm/for-publish/aot-instances.dll.o 
WasmApp.Native.targets(379,5): error : emcc: warning: linker setting ignored during compilation: 'EXPORT_ES6' [-Wunused-command-line-argument] 
WasmApp.Native.targets(379,5): error : Killed

WasmApp.Native.targets(379,5): error : emcc: error: '/root/helix/work/workitem/e/dotnet-latest/packs/Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.linux-x64/8.0.0-rc.1.23411.1/tools/bin/clang++ -target wasm32-unknown-emscripten -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -wasm-enable-sjlj -mllvm -disable-lsr -DEMSCRIPTEN --sysroot=/root/helix/work/workitem/e/dotnet-latest/packs/Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.linux-x64/8.0.0-rc.1.23411.1/tools/emscripten/cache/sysroot -Xclang -iwithsysroot/include/fakesdl -Xclang -iwithsysroot/include/compat -msimd128 -O0 -g3 -fwasm-exceptions -c /root/helix/work/workitem/e/wbt/ddpnbu30_we1/obj/Release/net8.0/browser-wasm/wasm/for-publish/aot-instances.dll.bc -o /tmp/tmpeo8pzM.tmp' failed (returned 137) [took 128.818s]

Changes since last passing rolling build.

This includes commits from @pavelsavara @ivanpovazan @vargaz @radekdoulik

Known Issue Error Message

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

{
  "ErrorMessage": "error : Failed to compile ",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Report

Build Definition Test Pull Request
2242043 dotnet-runtime wasmaot.x64.micro.net8.0.Partition27.WorkItemExecution
371479 dotnet/runtime Workloads-Wasm.Build.Tests.SatelliteAssembliesTests.WorkItemExecution

Summary

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

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=371479
Error message validated: error : Failed to compile
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/12/2023 3:57:22 PM UTC

@radical radical added arch-wasm WebAssembly architecture blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' area-Build-mono test-failure labels Aug 12, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Aug 12, 2023
@ghost
Copy link

ghost commented Aug 12, 2023

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

Issue Details

Test failing with rolling build:

  [4/5] System.Private.CoreLib.dll.bc -> System.Private.CoreLib.dll.o 

WasmApp.Native.targets(379,5): error : Failed to compile /root/helix/work/workitem/e/wbt/ddpnbu30_we1/obj/Release/net8.0/browser-wasm/wasm/for-publish/aot-instances.dll.bc -> /root/helix/work/workitem/e/wbt/ddpnbu30_we1/obj/Release/net8.0/browser-wasm/wasm/for-publish/aot-instances.dll.o 
WasmApp.Native.targets(379,5): error : emcc: warning: linker setting ignored during compilation: 'EXPORT_ES6' [-Wunused-command-line-argument] 
WasmApp.Native.targets(379,5): error : Killed

WasmApp.Native.targets(379,5): error : emcc: error: '/root/helix/work/workitem/e/dotnet-latest/packs/Microsoft.NET.Runtime.Emscripten.3.1.34.Sdk.linux-x64/8.0.0-rc.1.23411.1/tools/bin/clang++ -target wasm32-unknown-emscripten -fvisibility=default -mllvm -combiner-global-alias-analysis=false -mllvm -wasm-enable-sjlj -mllvm -disable-lsr -DEMSCRIPTEN --sysroot=/root/helix/work/workitem/e/dotnet-latest/packs/Microsoft.NET.Runtime.Emscripten.3.1.34.Cache.linux-x64/8.0.0-rc.1.23411.1/tools/emscripten/cache/sysroot -Xclang -iwithsysroot/include/fakesdl -Xclang -iwithsysroot/include/compat -msimd128 -O0 -g3 -fwasm-exceptions -c /root/helix/work/workitem/e/wbt/ddpnbu30_we1/obj/Release/net8.0/browser-wasm/wasm/for-publish/aot-instances.dll.bc -o /tmp/tmpeo8pzM.tmp' failed (returned 137) [took 128.818s]

Changes since last passing rolling build.

This includes commits from @pavelsavara @ivanpovazan

Author: radical
Assignees: -
Labels:

arch-wasm, blocking-clean-ci, area-Build-mono, test-failure

Milestone: -

@ivanpovazan
Copy link
Member

@radical this shouldn't be related to my change as the PR in question did not have such failure on the runtime pipeline: https://dev.azure.com/dnceng-public/public/_build/results?buildId=369867&view=results

@lewing lewing added this to the 8.0.0 milestone Aug 12, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Aug 12, 2023
@vargaz
Copy link
Contributor

vargaz commented Aug 12, 2023

Is this reproducible?

@radical radical removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Aug 14, 2023
@radical
Copy link
Member Author

radical commented Aug 14, 2023

This happened only once, so it could be just a one-off with the AOT build running against container limits.

@lewing
Copy link
Member

lewing commented Jul 29, 2024

The hit count hasn't updated here but the failure that are listed are very old

@lewing lewing closed this as completed Jul 29, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Aug 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants