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

Test failure: JIT/Methodical/explicit/basic/refloc_i4_r/refloc_i4_r.cmd #112619

Closed
v-wenyuxu opened this issue Feb 17, 2025 · 4 comments
Closed
Assignees
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs GCStress os-windows
Milestone

Comments

@v-wenyuxu
Copy link

Failed in: runtime-coreclr gcstress-extra 20250215.1

Failed tests:

coreclr windows arm64 Checked gcstress0xc_disabler2r_jitstress2 @ Windows.11.Arm64.Open
    - JIT/Methodical/explicit/basic/refloc_i4_r/refloc_i4_r.cmd

Error message:

 
cmdLine:C:hwAF790966wB37B09E2eJITMethodicalMethodical_r1../explicit/basic/refloc_i4_r/refloc_i4_r.cmd Timed Out (timeout in milliseconds: 5400000 from variable __TestTimeout, start: 2/15/2025 11:04:00 PM, end: 2/16/2025 12:34:01 AM)

Return code:      -100
Raw output file:      C:hwAF790966wB37B09E2uploadsexplicit�asic
efloc_i4_routput.txt
Raw output:
BEGIN EXECUTION
 "C:hwAF790966pcorerun.exe" -p "System.Reflection.Metadata.MetadataUpdater.IsSupported=false" -p "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization=true"  refloc_i4_r.dll 
finalizer called.
*** passed ***

cmdLine:C:hwAF790966wB37B09E2eJITMethodicalMethodical_r1../explicit/basic/refloc_i4_r/refloc_i4_r.cmd Timed Out (timeout in milliseconds: 5400000 from variable __TestTimeout, start: 2/15/2025 11:04:00 PM, end: 2/16/2025 12:34:01 AM)
Unable to find cdb.exe at C:Program Files (x86)Windows Kits10Debuggers�rm64cdb.exe
Test Harness Exitcode is : -100
To run the test:
Set up CORE_ROOT and run.
> C:hwAF790966wB37B09E2eJITMethodicalMethodical_r1../explicit/basic/refloc_i4_r/refloc_i4_r.cmd

Stack trace:

   at Xunit.Assert.True(Nullable`1 condition, String userMessage) in /_/src/Microsoft.DotNet.XUnitAssert/src/BooleanAsserts.cs:line 141
   at TestLibrary.OutOfProcessTest.RunOutOfProcessTest(String assemblyPath, String testPathPrefix)
   at Program.<<Main>$>g__TestExecutor273|0_274(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Feb 17, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Feb 17, 2025
Copy link
Contributor

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

@amanasifkhalid amanasifkhalid removed the untriaged New issue has not been triaged by the area owner label Feb 18, 2025
@amanasifkhalid amanasifkhalid added this to the 10.0.0 milestone Feb 18, 2025
@amanasifkhalid
Copy link
Member

amanasifkhalid commented Feb 18, 2025

Looks like yet another timeout on win-arm64 when running JitStress, similar to #112546 and #112332. These timeouts started roughly around the time we started running Cobalt machines in CI; @kunalspathak do you still have access to your Cobalt VM? Since we aren't seeing similar failures on osx-arm64, I think this might be specific to Cobalt, and I'm hoping we can try to repro it by running CoreCLR tests with JitStress enabled on one of the test machines.

I suppose this could be a manifestation of #105780, though the 3-opt infinite loop issue I recently fixed has made me wary of the JIT doing questionable things under JitStress.

cc @dotnet/jit-contrib

@JulieLeeMSFT
Copy link
Member

Assinging to @kunalspathak.

@kunalspathak
Copy link
Member

I will close this because we didn't see it lately and seems there is a generic timeout issue for which I have added some logging in #112724. If we see similar issue lets open a new one with updated logging to better diagnose it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs GCStress os-windows
Projects
None yet
Development

No branches or pull requests

4 participants