Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Test failure: JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314/b425314.cmd #115321

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

Open
SakeTao opened this issue May 6, 2025 · 3 comments
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 os-mac-os-x macOS aka OSX

Comments

@SakeTao
Copy link

SakeTao commented May 6, 2025

Failed in: runtime-coreclr r2r-extra 20250504.1

Failed tests:

R2R-CG2 osx arm64 Checked jitstress1_tiered @ osx.13.arm64.open
    - JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314/b425314.cmd

Error message:

 DOTNET_DbgEnableMiniDump is set and the createdump binary does not exist: /private/tmp/helix/working/A8B609A5/p/crossgen2/createdump

Return code:      1
Raw output file:      /tmp/helix/working/A8B609A5/w/AE6E0985/uploads/CLR-x86-JIT/V2.0-Beta2/b425314/b425314/output.txt
Raw output:
BEGIN EXECUTION
in takeLock
/private/tmp/helix/working/A8B609A5/w/AE6E0985/e/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314/IL-CG2/b425314.dll
23:56:04
Response file: /private/tmp/helix/working/A8B609A5/w/AE6E0985/e/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314/b425314.dll.rsp
/private/tmp/helix/working/A8B609A5/w/AE6E0985/e/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314/IL-CG2/b425314.dll
-o:/private/tmp/helix/working/A8B609A5/w/AE6E0985/e/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314/b425314.dll
--targetarch:arm64
--targetos:osx
--verify-type-and-field-layout
--method-layout:random
-r:/tmp/helix/working/A8B609A5/p/System.*.dll
-r:/tmp/helix/working/A8B609A5/p/Microsoft.*.dll
-r:/tmp/helix/working/A8B609A5/p/xunit.*.dll
-r:/tmp/helix/working/A8B609A5/p/mscorlib.dll
-r:/tmp/helix/working/A8B609A5/p/netstandard.dll
Running CrossGen2:  /tmp/helix/working/A8B609A5/p/crossgen2/crossgen2 @/private/tmp/helix/working/A8B609A5/w/AE6E0985/e/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314/b425314.dll.rsp   -r:/private/tmp/helix/working/A8B609A5/w/AE6E0985/e/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314/IL-CG2/*.dll
Emitting R2R PE file: /private/tmp/helix/working/A8B609A5/w/AE6E0985/e/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314/b425314.dll
Running R2RDump:  dotnet /tmp/helix/working/A8B609A5/p/R2RDump/R2RDump.dll --header --sc --in /private/tmp/helix/working/A8B609A5/w/AE6E0985/e/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314/b425314.dll --out /private/tmp/helix/working/A8B609A5/w/AE6E0985/e/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314/b425314.dll.r2rdump --val
23:56:04
in ReleaseLock
in takeLock
/tmp/helix/working/A8B609A5/p/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false -p System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization=true b425314.dll ''
Timeout: The `CastClass' scenario exceeded the time limit (180s) without reaching the basic work thresholds.
Timeout: The `Unbox' scenario exceeded the time limit (180s) without reaching the basic work thresholds.
GenericMethod: Checks=40022194, Flips=55196664, Elapsed=00:00:03.1504940
2 exceptions were thrown
System.Exception: Timeout: The `CastClass' scenario exceeded the time limit (180s) without reaching the basic work thresholds.


System.Exception: Timeout: The `Unbox' scenario exceeded the time limit (180s) without reaching the basic work thresholds.


System.Exception: Failure
   at Mutate.TestEntryPoint()
Test FAILED
Xunit.Sdk.EqualException: Assert.Equal() Failure: Values differ
Expected: 100
Actual:   101
   at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in /_/src/arcade/src/Microsoft.DotNet.XUnitAssert/src/EqualityAsserts.cs:line 174
   at Xunit.Assert.Equal[T](T expected, T actual) in /_/src/arcade/src/Microsoft.DotNet.XUnitAssert/src/EqualityAsserts.cs:line 96
   at __GeneratedMainWrapper.Main()
in ReleaseLock
Expected: 100
Actual: 101
END EXECUTION - FAILED
Test failed. Trying to see if dump file was created in /cores since 5/4/2025 11:56:04 PM
Test Harness Exitcode is : 1
To run the test:
Set up CORE_ROOT and run.
> /private/tmp/helix/working/A8B609A5/w/AE6E0985/e/JIT/Regression/Regression_1/../CLR-x86-JIT/V2.0-Beta2/b425314/b425314/b425314.sh

Stack trace:

   at Xunit.Assert.True(Nullable`1 condition, String userMessage) in /_/src/arcade/src/Microsoft.DotNet.XUnitAssert/src/BooleanAsserts.cs:line 141
   at Xunit.Assert.True(Boolean condition, String userMessage) in /_/src/arcade/src/Microsoft.DotNet.XUnitAssert/src/BooleanAsserts.cs:line 123
   at TestLibrary.OutOfProcessTest.RunOutOfProcessTest(String assemblyPath, String testPathPrefix)
   at Program.<<Main>$>g__TestExecutor249|0_250(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)
@SakeTao SakeTao added arch-arm64 os-mac-os-x macOS aka OSX blocking-clean-ci-optional Blocking optional rolling runs labels May 6, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label May 6, 2025
@SakeTao
Copy link
Author

SakeTao commented May 6, 2025

feel free to close it if it is a timed out issue.

@kunalspathak
Copy link
Member

This seems to be failing in jitstressregs too since 5/3 - https://dev.azure.com/dnceng-public/public/_build/results?buildId=1030243&view=ms.vss-test-web.build-test-results-tab

export DOTNET_TieredCompilation=0
export DOTNET_JitStressRegs=1

@kunalspathak kunalspathak removed the untriaged New issue has not been triaged by the area owner label May 6, 2025
@kunalspathak kunalspathak self-assigned this May 6, 2025
@kunalspathak kunalspathak added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI and removed area-crossgen2-coreclr labels May 6, 2025
Copy link
Contributor

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

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 os-mac-os-x macOS aka OSX
Projects
None yet
Development

No branches or pull requests

2 participants