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

Unpin arm build image, use Debian 12 helix images #102059

Merged
merged 3 commits into from
May 13, 2024

Revert "Try full version tags"

34b17c9
Select commit
Loading
Failed to load commit list.
Merged

Unpin arm build image, use Debian 12 helix images #102059

Revert "Try full version tags"
34b17c9
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed May 14, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Known test errors

Test Failures (1 tests failed)

🔹 [All failing tests from runtime]

    System.Numerics.Tensors.Tests.SingleGenericTensorPrimitives.SpanDestinationFunctions_SpecialValues [Console] [Details] [Artifacts] [2.71% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      System.Numerics.Tensors.Tests.SingleGenericTensorPrimitives.SpanDestinationFunctions_SpecialValues(tensorPrimitivesMethod: SpanDestinationDelegate { Method = Void ReciprocalSqrtEstimate[Single](System.ReadOnlySpan`1[System.Single], System.Span`1[System.Single]), Target = null }, expectedMethod: Func`2 { Method = Single ReciprocalSqrtEstimate(Single), Target = null }, tolerance: 0.01171875)
      Exception Message
      Assert.All() Failure: 256 out of 256 items in the collection did not pass.
      [0]:   Item:  1
             Error: Assert.All() Failure: 2 out of 24 items in the collection did not pass.
                    [12]: Item:  -1.40129846E-45
                          Error: Assert.Equal() Failure: Values differ
                                 Expected: -∞
                                 Actual:   NaN
                    [14]: Item:  -1.17549421E-38
                          Error: Assert.Equal() Failure: Values differ
                                 Expected: -∞
                                 Actual:   NaN
      [1]:   Item:  2
             Error: Assert.All() Failure: 8 out of 24 items in the collection did not pass.
                    [12]: Item:  -1.40129846E-45
                          Error: Assert.Equal() Failure: Values differ
                                 Expected: -∞
                                 Actual:   NaN
                    [14]: Item:  -1.17549421E-38
                          Error: Assert.Equal() Failure: Values differ
                                  [Full log]
      Stack Trace
         at System.Numerics.Tensors.Tests.GenericFloatingPointNumberTensorPrimitivesTests`1.SpanDestinationFunctions_SpecialValues(SpanDestinationDelegate tensorPrimitivesMethod, Func`2 expectedMethod, Nullable`1 tolerance) in /_/src/libraries/System.Numerics.Tensors/tests/TensorPrimitives.Generic.cs:line 449
         at InvokeStub_GenericFloatingPointNumberTensorPrimitivesTests`1.SpanDestinationFunctions_SpecialValues(Object, Span`1)
         at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)... [Full stack trace]

Was this helpful? Yes No