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

[outerloop] Overflow in osx arm64 in System.Numerics.Tests.GetBitLengthTests.RunGetBitLengthTestsLarge #111814

Open
carlossanlop opened this issue Jan 24, 2025 · 1 comment · May be fixed by #111841
Labels
arch-arm64 area-System.Numerics blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs in-pr There is an active PR which will close this issue when it is merged Known Build Error Use this to report build issues in the .NET Helix tab os-mac-os-x macOS aka OSX runtime-coreclr specific to the CoreCLR runtime untriaged New issue has not been triaged by the area owner

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Jan 24, 2025

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=928464
Build error leg or test failing: System.Numerics.Tests.GetBitLengthTests.RunGetBitLengthTestsLarge

Error Message

{
  "ErrorMessage" : ["RunGetBitLengthTestsLarge [FAIL]", "Arithmetic operation resulted in an overflow"],
  "BuildRetry" : false,
  "ExcludeConsoleLog" : false
}
===========================================================================================================
/private/tmp/helix/working/AE240941/w/B69B09DA/e /private/tmp/helix/working/AE240941/w/B69B09DA/e
  Discovering: System.Runtime.Numerics.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Runtime.Numerics.Tests (found 8 of 573 test cases)
  Starting:    System.Runtime.Numerics.Tests (parallel test collections = on [8 threads], stop on fail = off)
    System.Numerics.Tests.GetBitLengthTests.RunGetBitLengthTestsLarge [FAIL]
      System.OverflowException : Arithmetic operation resulted in an overflow.
      Stack Trace:
        /_/src/libraries/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(507,0): at System.Numerics.BigInteger..ctor(ReadOnlySpan`1 value, Boolean negative)
        /_/src/libraries/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs(2543,0): at System.Numerics.BigInteger.op_LeftShift(BigInteger value, Int32 shift)
        /_/src/libraries/System.Runtime.Numerics/tests/BigInteger/GetBitLengthTests.cs(47,0): at System.Numerics.Tests.GetBitLengthTests.RunGetBitLengthTestsLarge()
           at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
           at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
        /_/src/coreclr/System.Private.CoreLib/src/System/RuntimeHandles.cs(1159,0): at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
        /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs(36,0): at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
        /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(57,0): at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
  Finished:    System.Runtime.Numerics.Tests
=== TEST EXECUTION SUMMARY ===
   System.Runtime.Numerics.Tests  Total: 21, Errors: 0, Failed: 1, Skipped: 0, Time: 40.686s
/private/tmp/helix/working/AE240941/w/B69B09DA/e
----- end Fri Jan 24 12:38:41 PST 2025 ----- exit code 1 ----------------------------------------------------------

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=928464
Error message validated: [RunGetBitLengthTestsLarge [FAIL] Arithmetic operation resulted in an overflow]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 1/24/2025 9:59:24 PM UTC

Report

Build Definition Test Pull Request
928464 dotnet/runtime System.Runtime.Numerics.Tests.WorkItemExecution #111802

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 1 1
@carlossanlop carlossanlop added arch-arm64 area-System.Numerics blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs Known Build Error Use this to report build issues in the .NET Helix tab os-mac-os-x macOS aka OSX runtime-coreclr specific to the CoreCLR runtime labels Jan 24, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jan 24, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-numerics
See info in area-owners.md if you want to be subscribed.

@Rob-Hague Rob-Hague linked a pull request Jan 26, 2025 that will close this issue
@dotnet-policy-service dotnet-policy-service bot added the in-pr There is an active PR which will close this issue when it is merged label Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-arm64 area-System.Numerics blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs in-pr There is an active PR which will close this issue when it is merged Known Build Error Use this to report build issues in the .NET Helix tab os-mac-os-x macOS aka OSX runtime-coreclr specific to the CoreCLR runtime untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant