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

JIT\Stress\ABI\pinvokes_d tests timed out #93297

Closed
jkotas opened this issue Oct 10, 2023 · 6 comments
Closed

JIT\Stress\ABI\pinvokes_d tests timed out #93297

jkotas opened this issue Oct 10, 2023 · 6 comments
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@jkotas
Copy link
Member

jkotas commented Oct 10, 2023

Build Information

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

Error Message

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

      Stressing pinvokes
      OSVersion: Microsoft Windows NT 10.0.14393.0
      OSArchitecture: X64
      ProcessArchitecture: X86
      Selecting win86 ABI
      50 callers done
      100 callers done
      150 callers done
      200 callers done
      250 callers done
      300 callers done
      350 callers done
      400 callers done
      450 callers done
      500 callers done
      550 callers done
      600 callers done
      650 callers done
      700 callers done
      750 callers done
      800 callers done
      850 callers done
      900 callers done
      950 callers done
      1000 callers done
        Done with 0 mismatches
      
      cmdLine:C:\h\w\B8B90999\w\B2310A3A\e\JIT\Stress\ABI\pinvokes_d\pinvokes_d.cmd Timed Out
{
  "ErrorMessage": "",
  "ErrorPattern": "JIT.Stress.ABI.pinvokes_d.pinvokes_d.*timed.*out",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=431083
Error message validated: JIT.Stress.ABI.pinvokes_d.pinvokes_d.*timed.*out
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 10/10/2023 4:44:06 PM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@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 Oct 10, 2023
@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 Oct 10, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Oct 10, 2023
@jkotas jkotas added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Oct 10, 2023
@ghost
Copy link

ghost commented Oct 10, 2023

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

Issue Details

Build Information

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

Error Message

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

      Stressing pinvokes
      OSVersion: Microsoft Windows NT 10.0.14393.0
      OSArchitecture: X64
      ProcessArchitecture: X86
      Selecting win86 ABI
      50 callers done
      100 callers done
      150 callers done
      200 callers done
      250 callers done
      300 callers done
      350 callers done
      400 callers done
      450 callers done
      500 callers done
      550 callers done
      600 callers done
      650 callers done
      700 callers done
      750 callers done
      800 callers done
      850 callers done
      900 callers done
      950 callers done
      1000 callers done
        Done with 0 mismatches
      
      cmdLine:C:\h\w\B8B90999\w\B2310A3A\e\JIT\Stress\ABI\pinvokes_d\pinvokes_d.cmd Timed Out
{
  "ErrorMessage": "",
  "ErrorPattern": "JIT.Stress.ABI.pinvokes_d.pinvokes_d.*timed.*out",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
Author: jkotas
Assignees: -
Labels:

area-CodeGen-coreclr, blocking-clean-ci, untriaged, Known Build Error, needs-area-label

Milestone: -

@jakobbotsch
Copy link
Member

The test exits right after writing the "Done" message that is present in the logs:

Console.WriteLine($" Done with {mismatches} mismatches");
return 100 + mismatches;

@vcsjones vcsjones removed the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Oct 10, 2023
@JulieLeeMSFT JulieLeeMSFT added this to the 8.0.0 milestone Oct 10, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Oct 10, 2023
@JulieLeeMSFT
Copy link
Member

@jakobbotsch, assigned this ABI issue to you.

@jakobbotsch jakobbotsch modified the milestones: 8.0.0, 9.0.0 Oct 16, 2023
@jakobbotsch jakobbotsch removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Oct 16, 2023
@jakobbotsch
Copy link
Member

Moved this to 9.0 and unmarked it as blocking since we haven't seen it failing since.

@build-analysis build-analysis bot removed this from the 9.0.0 milestone Nov 15, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 15, 2023
@JulieLeeMSFT
Copy link
Member

The issue that the build-analysis bot removes milestone has been fixed.
Resetting it to 9.0.

@JulieLeeMSFT JulieLeeMSFT added this to the 9.0.0 milestone Nov 17, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Nov 17, 2023
@jakobbotsch
Copy link
Member

Haven't seen this since.

@github-actions github-actions bot locked and limited conversation to collaborators May 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

No branches or pull requests

4 participants