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

[8.0][wasm] Exit code 137 returned from docker process after executing containerHandlerInvoker.js, cs files specified multiple times #99423

Open
carlossanlop opened this issue Mar 7, 2024 · 3 comments
Assignees
Labels
area-VM-meta-mono Known Build Error Use this to report build issues in the .NET Helix tab runtime-mono specific to the Mono runtime
Milestone

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Mar 7, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=593479
Build error leg or test failing: browser-wasm linux Release AllSubsets_Mono_RuntimeTests monointerpreter - Build Tests

Error Message

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

{
  "ErrorMessage": "##[error]Exit code 137 returned from process: file name '/usr/bin/docker', arguments 'exec -i -u 1000  -w /home/cloudtest_azpcontainer",
  "BuildRetry": true,
  "ExcludeConsoleLog": false
}

First, a bunch of warning messages like this:

##[warning]CSC(0,0): warning CS2002: Source file '/__w/1/s/artifacts/tests/coreclr/obj/browser.wasm.Release/Managed/JIT/HardwareIntrinsics/General/Vector128_1/Vector128_1_r/Vector128_1_r/gen/op_LeftShift.Byte.cs' specified multiple times [/__w/1/s/src/tests/JIT/HardwareIntrinsics/General/Vector128_1/Vector128_1_r.csproj]

And then a final error message:

##[error]Exit code 137 returned from process: file name '/usr/bin/docker', arguments 'exec -i -u 1000  -w /home/cloudtest_azpcontainer 476633c25f864844c61bcb34e02519932b7de634f433aa15a2aeeaf5e3a8752a /__a/externals/node/bin/node /__w/_temp/containerHandlerInvoker.js'.

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=593479
Error message validated: [##[error]Exit code 137 returned from process: file name '/usr/bin/docker', arguments 'exec -i -u 1000 -w /home/cloudtest_azpcontainer]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 3/7/2024 7:05:43 PM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@carlossanlop carlossanlop added arch-wasm WebAssembly architecture os-linux Linux OS (any supported distro) area-VM-meta-mono runtime-mono specific to the Mono runtime Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm labels Mar 7, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Mar 7, 2024
@lewing lewing removed the arch-wasm WebAssembly architecture label Mar 19, 2024
@lewing lewing added this to the 9.0.0 milestone Mar 19, 2024
@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Mar 20, 2024
@ilonatommy
Copy link
Member

ilonatommy commented Jul 31, 2024

Between net9 and net8 there was a change in how we build for NativeAOT_* lanes, introduced in #101270. The code 137 is OOM and skipping building host looks like a probable fix for it. I am backporting the mentioned PR.

Edit: if it won't work, another PR that was optimizing this lane is: #98939.

@ilonatommy
Copy link
Member

ilonatommy commented Aug 1, 2024

The initial analysis was incorrect, the issue is not purely NativeAOT-related.

@lewing lewing added area-NativeAOT-coreclr and removed os-linux Linux OS (any supported distro) area-VM-meta-mono runtime-mono specific to the Mono runtime os-browser Browser variant of arch-wasm labels Aug 1, 2024
Copy link
Contributor

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

@steveisok steveisok added this to the 10.0.0 milestone Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-VM-meta-mono Known Build Error Use this to report build issues in the .NET Helix tab runtime-mono specific to the Mono runtime
Projects
Status: No status
Development

No branches or pull requests

5 participants