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

System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked failing with System.OverflowException #112286

Open
amanasifkhalid opened this issue Feb 7, 2025 · 5 comments
Labels
area-System.Numerics.Tensors Known Build Error Use this to report build issues in the .NET Helix tab untriaged New issue has not been triaged by the area owner

Comments

@amanasifkhalid
Copy link
Member

amanasifkhalid commented Feb 7, 2025

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=943838&view=results
Build error leg or test failing:

Error Message

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

{
  "ErrorMessage": "System.OverflowException : Arithmetic operation resulted in an overflow.",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=943838
Error message validated: [System.OverflowException : Arithmetic operation resulted in an overflow.]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 2/7/2025 8:44:45 PM UTC

Report

Build Definition Test Pull Request
947261 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #110455
947090 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked
946830 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #112283
946805 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #112308
946641 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #112256
946326 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #111610
946244 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #112338
945947 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked
945740 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked
945666 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #112295
945601 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #112308
945573 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #110819
945541 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #112256
945512 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #112307
945394 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #112303
945031 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #111771
944895 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #112256
944855 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #112004
944670 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #110622
944650 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked
944612 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #112285
944503 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #112263
943838 dotnet/runtime System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked #112259

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
7 23 23
@amanasifkhalid amanasifkhalid added the Known Build Error Use this to report build issues in the .NET Helix tab label Feb 7, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Feb 7, 2025
Copy link
Contributor

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

Copy link
Contributor

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

@v-wenyuxu
Copy link

Failed in: runtime-coreclr libraries-jitstress 20250206.1

Failed tests:

net10.0-windows-Release-x64-jitstress1_tiered-Windows.10.Amd64.Open
    - System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked

Error message:

 System.OverflowException : Arithmetic operation resulted in an overflow.

Stack trace:

   at System.Numerics.Tensors.TensorPrimitives.ConvertCheckedFallbackOperator`2.Invoke(TFrom x) in /_/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertChecked.cs:line 37
   at System.Numerics.Tensors.TensorPrimitives.InvokeSpanIntoSpan[TInput,TOutput,TUnaryOperator](ReadOnlySpan`1 x, Span`1 destination) in /_/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Common/TensorPrimitives.IUnaryOperator.cs:line 148
   at System.Numerics.Tensors.Tests.ConvertTests.ConvertCheckedImpl[TFrom,TTo](TFrom valid, TFrom invalid) in /_/src/libraries/System.Numerics.Tensors/tests/TensorPrimitives.Generic.cs:line 194
   at System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked() in /_/src/libraries/System.Numerics.Tensors/tests/TensorPrimitives.Generic.cs:line 90
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) in /_/src/coreclr/System.Private.CoreLib/src/System/RuntimeHandles.cs:line 1159
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

@v-wenyuxu
Copy link

Failed in: runtime-coreclr libraries-jitstress2-jitstressregs 20250208.1

Failed tests:

net10.0-windows-Release-x64-jitstress2_jitstressregs8-Windows.10.Amd64.Open
    - System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked
    - System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked

Error message:

 System.OverflowException : Arithmetic operation resulted in an overflow.

Stack trace:

   at System.Numerics.Tensors.TensorPrimitives.InvokeSpanIntoSpan[TInput,TOutput,TUnaryOperator](ReadOnlySpan`1 x, Span`1 destination) in /_/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Common/TensorPrimitives.IUnaryOperator.cs:line 148
   at System.Numerics.Tensors.TensorPrimitives.ConvertChecked[TFrom,TTo](ReadOnlySpan`1 source, Span`1 destination) in /_/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertChecked.cs:line 28
   at System.Numerics.Tensors.Tests.ConvertTests.ConvertCheckedImpl[TFrom,TTo](TFrom valid, TFrom invalid) in /_/src/libraries/System.Numerics.Tensors/tests/TensorPrimitives.Generic.cs:line 201
   at System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked() in /_/src/libraries/System.Numerics.Tensors/tests/TensorPrimitives.Generic.cs:line 90
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

@v-wenyuxu
Copy link

Failed in: runtime-coreclr libraries-jitstress 20250209.1

Failed tests:

net10.0-windows-Release-x64-jitstress2_tiered-Windows.10.Amd64.Open
    - System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked

Error message:

 System.OverflowException : Arithmetic operation resulted in an overflow.

Stack trace:

   at System.Numerics.Tensors.TensorPrimitives.ConvertCheckedFallbackOperator`2.Invoke(TFrom x) in /_/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertChecked.cs:line 37
   at System.Numerics.Tensors.TensorPrimitives.InvokeSpanIntoSpan[TInput,TOutput,TUnaryOperator](ReadOnlySpan`1 x, Span`1 destination) in /_/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Common/TensorPrimitives.IUnaryOperator.cs:line 148
   at System.Numerics.Tensors.TensorPrimitives.ConvertChecked[TFrom,TTo](ReadOnlySpan`1 source, Span`1 destination) in /_/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertChecked.cs:line 28
   at System.Numerics.Tensors.Tests.ConvertTests.ConvertCheckedImpl[TFrom,TTo](TFrom valid, TFrom invalid) in /_/src/libraries/System.Numerics.Tensors/tests/TensorPrimitives.Generic.cs:line 201
   at System.Numerics.Tensors.Tests.ConvertTests.ConvertChecked() in /_/src/libraries/System.Numerics.Tensors/tests/TensorPrimitives.Generic.cs:line 90
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Numerics.Tensors Known Build Error Use this to report build issues in the .NET Helix tab untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

2 participants