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/SIMD/CircleInConvex_[r]/[ro] are failing on arm64 Mono interpreter #92925

Closed
matouskozak opened this issue Oct 3, 2023 · 1 comment · Fixed by #92927
Closed

JIT/SIMD/CircleInConvex_[r]/[ro] are failing on arm64 Mono interpreter #92925

matouskozak opened this issue Oct 3, 2023 · 1 comment · Fixed by #92927
Assignees
Labels
area-Codegen-Interpreter-mono 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
Milestone

Comments

@matouskozak
Copy link
Member

matouskozak commented Oct 3, 2023

The failure can be reproduced locally on arm64 by running the JIT/SIMD/CircleInConvex_[r]/[ro] runtime test with MONO_ENV_OPTIONS= interpreter.

The failure also appears on runtime-extra-platforms CI on the mono monointerpreter Pri0 Runtime Tests Run linux arm64 release job.

The failure was introduced by #91659.

Known Issue Error Message

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

{
  "ErrorMessage": "System.ArgumentException: Unable to sort because the IComparer.Compare() method returns inconsistent results. Either a value does not compare equal to itself, or one value repeatedly compared to another value yields different results. IComparer: 'System.Comparison`1[System.Numerics.Vector2]'",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎
Result validation: ⚠️ Validation could not be done without an Azure DevOps build URL on the issue. Please add it to the "Build: 🔎" line.
Validation performed at: 10/5/2023 5:01:22 PM UTC

Report

Build Definition Test Pull Request
429608 dotnet/runtime JIT/SIMD/CircleInConvex_r/CircleInConvex_r.dll #92471
429616 dotnet/runtime JIT/SIMD/CircleInConvex_r/CircleInConvex_r.dll
429642 dotnet/runtime JIT/SIMD/CircleInConvex_r/CircleInConvex_r.dll #93108
429628 dotnet/runtime JIT/SIMD/CircleInConvex_r/CircleInConvex_r.dll #92057
429167 dotnet/runtime JIT/SIMD/CircleInConvex_r/CircleInConvex_r.dll
428630 dotnet/runtime JIT/SIMD/CircleInConvex_r/CircleInConvex_r.dll #93061
428384 dotnet/runtime JIT/SIMD/CircleInConvex_r/CircleInConvex_r.dll #91800
428283 dotnet/runtime JIT/SIMD/CircleInConvex_r/CircleInConvex_r.dll
428233 dotnet/runtime JIT/SIMD/CircleInConvex_r/CircleInConvex_r.dll #92057
428019 dotnet/runtime JIT/SIMD/CircleInConvex_r/CircleInConvex_r.dll #92029
427761 dotnet/runtime JIT/SIMD/CircleInConvex_r/CircleInConvex_r.dll
427426 dotnet/runtime JIT/SIMD/CircleInConvex_r/CircleInConvex_r.dll #92471

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
6 12 12
@matouskozak matouskozak added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' area-Codegen-Interpreter-mono Known Build Error Use this to report build issues in the .NET Helix tab labels Oct 3, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Oct 3, 2023
@net-helix net-helix bot removed the untriaged New issue has not been triaged by the area owner label Oct 3, 2023
@ghost
Copy link

ghost commented Oct 3, 2023

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

Issue Details

Error Blob

{
  "ErrorMessage": "System.ArgumentException: Unable to sort because the IComparer.Compare() method returns inconsistent results. Either a value does not compare equal to itself, or one value repeatedly compared to another value yields different results. IComparer: 'System.Comparison`1[System.Numerics.Vector2]'",
  "BuildRetry": false,
  "ExcludeConsoleLog": True
}

Reproduction Steps

{
  "ErrorMessage": "System.ArgumentException: Unable to sort because the IComparer.Compare() method returns inconsistent results. Either a value does not compare equal to itself, or one value repeatedly compared to another value yields different results. IComparer: 'System.Comparison`1[System.Numerics.Vector2]'",
  "BuildRetry": false,
  "ExcludeConsoleLog": True
}

The failure can be reproduced locally on arm64 by running the JIT/SIMD/CircleInConvex_[r]/[ro] runtime test with MONO_ENV_OPTIONS= interpreter.

The failure also appears on runtime-extra-platforms CI on the mono monointerpreter Pri0 Runtime Tests Run linux arm64 release job.

The failure was introduced by #91659.

Author: matouskozak
Assignees: -
Labels:

blocking-clean-ci, area-Codegen-Interpreter-mono, Known Build Error

Milestone: -

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Oct 3, 2023
@SamMonoRT SamMonoRT added this to the 9.0.0 milestone Oct 4, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Oct 6, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Nov 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Codegen-Interpreter-mono 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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants