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 test timeout: Process ... didn't exit within 00:30:00 and will be killed #100721

Closed
jkotas opened this issue Apr 6, 2024 · 7 comments
Closed
Assignees
Labels
arch-wasm WebAssembly architecture area-Codegen-meta-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@jkotas
Copy link
Member

jkotas commented Apr 6, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=632728
Build error leg or test failing: Methodical_r2.WorkItemExecution
Pull request: #100682

Error Message

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

{
  "ErrorMessage": "",
  "ErrorPattern": ["RuntimeIdentifier=browser-wasm", "Process .* didn't exit within .* and will be killed"],
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=632728
Error message validated: [RuntimeIdentifier=browser-wasm Process .* didn't exit within .* and will be killed]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 4/10/2024 8:18:06 AM UTC

Report

Build Definition Test Pull Request
636092 dotnet/runtime JIT_opt.WorkItemExecution #100810
636134 dotnet/runtime JIT_opt.WorkItemExecution
632728 dotnet/runtime Methodical_r2.WorkItemExecution #100682
632340 dotnet/runtime JIT_opt.WorkItemExecution
631328 dotnet/runtime baseservices_varargs.WorkItemExecution
630865 dotnet/runtime tracing_eventpipe.WorkItemExecution

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 6
@jkotas jkotas added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Apr 6, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Apr 6, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Apr 6, 2024
@filipnavara filipnavara added the arch-wasm WebAssembly architecture label Apr 8, 2024
@filipnavara filipnavara removed the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Apr 8, 2024
@pavelsavara
Copy link
Member

tracing_eventpipe.WorkItemExecution case is on iOS, not WASM

@pavelsavara pavelsavara removed the arch-wasm WebAssembly architecture label Apr 10, 2024
@maraf
Copy link
Member

maraf commented Apr 10, 2024

tracing_eventpipe.WorkItemExecution case is on iOS, not WASM

The original error (Methodical_r2.WorkItemExecution) was on wasm. The regex is too broad and catches other things as well

@maraf maraf added the arch-wasm WebAssembly architecture label Apr 10, 2024
@pavelsavara
Copy link
Member

See also #100757

@jkotas
Copy link
Member Author

jkotas commented Apr 10, 2024

The regex is too broad and catches other things as well

I have updated the regex to be wasm specific.

@pavelsavara
Copy link
Member

Nice, I didn't know ErrorPattern can have 2 expressions. They could be on different lines with logical 'AND` ?

Now it will probably report similar set as #99888. I'm happy to own it now.

@pavelsavara pavelsavara self-assigned this Apr 10, 2024
@jkotas
Copy link
Member Author

jkotas commented Apr 10, 2024

Nice, I didn't know ErrorPattern can have 2 expressions. They could be on different lines with logical 'AND` ?

Right. It is mentioned in the build analysis docs, but it is impossible to find it. I am working on a build analysis doc update to make it more discoverable.

@lewing lewing added this to the 9.0.0 milestone Apr 13, 2024
@lewing lewing removed the untriaged New issue has not been triaged by the area owner label Apr 13, 2024
@pavelsavara
Copy link
Member

I think this was resolved with #100907

@github-actions github-actions bot locked and limited conversation to collaborators May 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Codegen-meta-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

No branches or pull requests

6 participants