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

Make ML.NET tests target net8.0 and net9.0 instead of net6.0 #7097

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Merge branch 'main' into testNet8+9

92d66a0
Select commit
Loading
Failed to load commit list.
Open

Make ML.NET tests target net8.0 and net9.0 instead of net6.0 #7097

Merge branch 'main' into testNet8+9
92d66a0
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MachineLearning-CI failed May 3, 2024 in 1h 10m 5s

Build #20240503.1 had test failures

Details

Tests

  • Failed: 117 (0.32%)
  • Passed: 33,231 (89.52%)
  • Other: 3,773 (10.16%)
  • Total: 37,121

Annotations

Check failure on line 239 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MachineLearning-CI

Build log #L239

Bash exited with code '1'.

Check failure on line 239 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MachineLearning-CI

Build log #L239

Bash exited with code '1'.

Check failure on line 57 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MachineLearning-CI

Build log #L57

Cmd.exe exited with code '1'.

Check failure on line 217 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MachineLearning-CI

Build log #L217

Bash exited with code '1'.

Check failure on line 1 in Microsoft.ML.RunTests.TestPredictors.MulticlassLRNonNegativeTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MachineLearning-CI

Microsoft.ML.RunTests.TestPredictors.MulticlassLRNonNegativeTest

Assert.Equal() Failure: Values differ
Expected: 0
Actual:   4
Raw output
   at Microsoft.ML.RunTests.BaseTestBaseline.Done() in /__w/1/s/test/Microsoft.ML.TestFramework/BaseTestBaseline.cs:line 227
   at Microsoft.ML.RunTests.TestPredictors.MulticlassLRNonNegativeTest() in /__w/1/s/test/Microsoft.ML.Predictor.Tests/TestPredictors.cs:line 173
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.ML.Tests.FeatureContributionTests.TestSDCARegression

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MachineLearning-CI

Microsoft.ML.Tests.FeatureContributionTests.TestSDCARegression

Assert.Equal() Failure: Values differ
Expected: 0
Actual:   2
Raw output
   at Microsoft.ML.RunTests.BaseTestBaseline.Done() in /__w/1/s/test/Microsoft.ML.TestFramework/BaseTestBaseline.cs:line 227
   at Microsoft.ML.Tests.FeatureContributionTests.TestFeatureContribution(ITrainerEstimator`2 trainer, IDataView data, String testFile, Int32 precision) in /__w/1/s/test/Microsoft.ML.Tests/FeatureContributionTests.cs:line 210
   at Microsoft.ML.Tests.FeatureContributionTests.TestSDCARegression() in /__w/1/s/test/Microsoft.ML.Tests/FeatureContributionTests.cs:line 83
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.ML.RunTests.TestPredictors.BinaryClassifierLDSvmNoBiasTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MachineLearning-CI

Microsoft.ML.RunTests.TestPredictors.BinaryClassifierLDSvmNoBiasTest

Assert.Equal() Failure: Values differ
Expected: 0
Actual:   8
Raw output
   at Microsoft.ML.RunTests.BaseTestBaseline.Done() in /__w/1/s/test/Microsoft.ML.TestFramework/BaseTestBaseline.cs:line 227
   at Microsoft.ML.RunTests.TestPredictors.BinaryClassifierLDSvmNoBiasTest() in /__w/1/s/test/Microsoft.ML.Predictor.Tests/TestPredictors.cs:line 2168
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.ML.RunTests.TestPredictors.EnsemblesMultiAveragerTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MachineLearning-CI

Microsoft.ML.RunTests.TestPredictors.EnsemblesMultiAveragerTest

Assert.Equal() Failure: Values differ
Expected: 0
Actual:   4
Raw output
   at Microsoft.ML.RunTests.BaseTestBaseline.Done() in /__w/1/s/test/Microsoft.ML.TestFramework/BaseTestBaseline.cs:line 227
   at Microsoft.ML.RunTests.TestPredictors.EnsemblesMultiAveragerTest() in /__w/1/s/test/Microsoft.ML.Predictor.Tests/TestPredictors.cs:line 2301
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)